@charset "UTF-8";
/* Hoja de Estilos para sitio Modul Cocinas v3
por: Ing. Octavio Velasco www.accend.com.mx
Copyright (c) 2007, Accend Consulting SC */

/*.secc-home { background-image: url(/_img/layout/fnd-home.gif); }*/

#secciones {
	position: absolute;
	z-index: 15;
	height: 400px;
	width: 300px;
	overflow: hidden;
}

#secciones h1 {
	font-size: 14px;
}
#secciones .lineas span { display: none; }
#secciones .lineas li { margin-left: 30px; margin-bottom: 6px; }
#secciones-fondo {
	position: absolute;
	z-index: 11;
	filter:alpha(opacity=60);	-moz-opacity:.60;	opacity:.60;
	background-color: #333333;
	height: 400px; width: 300px;
}

#stage-home { background-color: #3E657D; }

#stage-home #crossfade { position: relative; height: 400px; width: 760px; overflow: hidden; z-index: 10; }
#stage-home #crossfade .fader { display: block; }

.secc-home #breadcrumb { margin-bottom: 0; }

.secc-home #principal h5 { color: #425F6B; }

.secc-home #nav-home a { background-position: 0 0; }
.secc-home #nav-map a {	background-position: -36px 0;}
.secc-home #nav-contacto a {	background-position: -75px 0;}
.secc-home #nav-eo a { background-position: -135px 0;}

/*	Vertical Accordions */

.accordion_toggle {
	display: block;
	height: 41px;
	width: 280px;
	background-image: url(/_img/home/menu.gif);
	background-repeat: no-repeat;
	background-color: #D3D3C5;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	margin: 0 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#secciones #cocinas.accordion_toggle {	background-position: top left; }
#secciones #tiendas.accordion_toggle {	background-position: center left; }
#secciones #fabrica.accordion_toggle {	background-position: bottom left; }
		
.accordion_toggle_active {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#secciones #cocinas.accordion_toggle_active {	background-position: top right; }
#secciones #tiendas.accordion_toggle_active {	background-position: center right; }
#secciones #fabrica.accordion_toggle_active {	background-position: bottom right; }
	
.accordion_content {
	width: 300px;
	color: #FFFFFF;
	overflow: hidden;
}

.accordion_content h2 {	
	margin: 15px 0 5px 10px;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 13px;
}
.accordion_content a {
	color: #FFFFFF;
	text-decoration: none;
}
.aCocinas div {	background-image: url(/_img/home/mas-info-cocinas.gif); }
.aTiendas div {	background-image: url(/_img/home/mas-info-tiendas.gif); }
.aFabrica div {	background-image: url(/_img/home/mas-info-fabrica.gif); }

.limitador {
	height: 274px;
	overflow: hidden;
	background-repeat: no-repeat;
 	background-position: 200px 230px;
	cursor: pointer;	
}

.accordion_content p {
	font-size: 12px;
	line-height: 120%;
	padding: 8px 15px 18px 15px;
}
.accordion_content img {	margin-left: 15px; }

.parrafo-ocul { margin-top: 400px; }