@charset "utf-8";
/* CSS Document */

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;
	left: 0px;
	top: 0px;
	}

#menuh
	{
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0px;
	margin-top: 0px;
	}
		
#menuh a
	{
	display:block;
	margin:0;
	height: 15px;
	width: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	
	}
.flash {
	z-index: 0;
	margin-top: 20px;
	position: absolute;
	left: 0px;
	top: 80px;
}

	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #315073;
	background-color: #FFFFFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAD9EF;
	padding-left: 25px;
	background-image: url(../images/home/bullet_botonera.gif);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BAD9EF;
	border-left-color: #BAD9EF;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(../images/home/bullet_botonera_on.gif);
	background-repeat: no-repeat;
	background-color: #EBEEF5;
	}	
#menuh  a  .dest {
	color: #083147;
}


#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	min-height: 1em; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1em;
	padding-top: 0.9em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{
	display:none;
}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{
	display:block;
}

/* End CSS Drop Down Menu */
#menuh a.nivel_01,#menuh a.nivel_02,#menuh a.nivel_03, #menuh a.nivel_04 , #menuh a.nivel_05{
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 60px;
	width: 100px;
	height: 52px;
	background-color: #FFFFFF;
	padding-top: 15px;
	text-align: left;
	font-size: 10px;
	color: #0B344A;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#menuh a.nivel_01 {
	background-image: url(../images/home/icon_01_media_tem.png);
	
}
#menuh a.nivel_02 {
	background-image: url(../images/home/icon_02_verticales.png);	
}
#menuh a.nivel_03 {
	background-image: url(../images/home/icon_03_conservadoras.png);
	width: 120px;
}
#menuh a.nivel_04 {
	background-image: url(../images/home/icon_04_enfriadoras.png);	
}
#menuh a.nivel_05 {
	background-image: url(../images/home/icon_05_desarrollos.png);
	width: 70px;
}




#menuh a.nivel_01:hover, #menuh a.nivel_02:hover, #menuh a.nivel_03:hover, #menuh a.nivel_04:hover, #menuh a.nivel_05:hover {
	background-color: #FFFFFF;
	color: #FF6600;
	text-decoration: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#solicitar_cotizacion  TH {
	background-image: url(../images/secciones_interiores/bullet_botonera.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #003366;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

