
#navegar{
  width: 100%;
}
#navh{
  width: 100%;
}
#navh, #navh ul { /* estilo general */
	float: left;
	list-style: none;
	background: #E77817;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
	font-weight: bold;
	text-align: left;
    font-size: 1em;
    z-index: 100;
}

#navh a { /* ancho fondo interior de las l’neas */
	display: block;
	width: 120px;
	w\idth: 120px;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	color: #FFFFFF;
    z-index: 100;
}

#navh a.flechitah1 { /* posici—n flechitah primer menœ */
	background-position: right 1px;
	background-repeat: no-repeat;
	width: 120px;
	padding-right: 2px;
    z-index: 100;
}

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

#navh li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px; /* ancho interior */
	w\idth: 120px;
	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;
}

#navh li ul a.flechitah { /* flechitah en los desplegados */
	background-image: url(puce.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	width: 108px;
	padding-right: 24px;
}

#navh li ul ul { /* posici—n tabla tercer nivel */
	margin-left: 120px;
	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;
}

#navh li:hover, #navh li.sfhover, #navh a:hover {
	background: #FDB44E;
	color: #000000;
}

