
#navh, #navh ul { /* estilo general */
	float: left;
	list-style: none;
	background: transparent;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-align: left;
    z-index: 100;
}

#navh ul li:nth-child(1) {
    padding: 4px 0px;
}

#navh li ul a {
    w\idth: 265px !important;
}

#navh li:nth-child(2) ul a {
    w\idth: 403px !important;
}

#navh li:nth-child(3) ul a {
    w\idth: 403px !important;
}

#navh a { /* ancho fondo interior de las l’neas */
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	color: #000;
    z-index: 100;
    font-size: 18px;
}

#navh a.flechitah1 { /* posici—n flechitah primer menœ */
	padding: 18px 21px;
    z-index: 100;
}

#navh li {
	float: left;
	padding: 0;
	margin-left: -1px;
	margin-bottom: -1px;
	
    z-index: 100;
}

#navh li ul {
	position: absolute;
	left: -999em;
	width: 240px;
	w\idth: 240px;
	font-weight: normal;
    z-index: 100;
}

#navh li li { /* recuadro exterior l’neas primer nivel */

}

#navh li ul a { /* recuadro exterior l’neas segundo nivel */
	text-align: left;
	padding: 2px 0 2px 10px;
	width: 240px; /* ancho interior */
	w\idth: 240px;
}

#navh li ul a.flechitah { /* flechitah en los desplegados */
	padding-right: 0;
}

#navh li ul ul { /* posici—n tabla tercer nivel */
	margin-left: 153px;
	margin-top: -17px;
}

#navh li:hover ul ul, #navh li:hover ul ul ul, #navh li.sfhover ul ul, #navh li.sfhover ul ul ul {
	left: -999em;
}

#navh li:hover ul, #navh li li:hover ul, #navh li li li:hover ul, #navh li.sfhover ul, #navh li li.sfhover ul, #navh li li li.sfhover ul {
	left: auto;
}



