#nav {
	width:100%;
	padding:0 0 10px 0;
	margin:0;
	list-style:none;
	background:#000;
	position:relative;
	z-index:200;
	height:25px; 
	padding:0;
	background-image: url(../imagenes/Topmenu.gif);
	background-repeat: no-repeat;
	background-position: center top;}

#nav li {float:left;  width:16%; text-align:center;}
#nav li li {
	float:none;

}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; color:#fff; height:25px; padding-right:5px; text-align:center; line-height:25px; text-decoration:none; white-space:nowrap;}
#nav li li a {height:20px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:300; background:#666;}
#nav a:hover {position:relative; z-index:300; text-decoration:underline; color:#fff;}

#nav :hover ul {left:0; top:22px;}
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {left:-10px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:underline; color:#fff;}

#navLat {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	z-index:200;
	text-align: left;
	padding:0;
	width:120px;
	}
	
#navLat li a {
	display:block;
	color:#fff;
	height:auto;
	/*padding-right:5px;*/
	line-height:25px;
	text-decoration:none;
	text-align:center;
	white-space:normal;	
	font-weight: bold;
	width:130px;
	background-image: url(../imagenes/fdoboton.gif);
	background-repeat: no-repeat;
	
}
#navLat li:hover {position:relative; z-index:300; background:#9ec889; font-weight: bold; text-decoration:underline;}

#navLat a:hover {position:relative; z-index:300; color:#fff; font-weight: bold;}

#nivel2 li{
	display:block;
	background:#7cab6b;
	color:#000;
	padding:0 0 10px 0;
	margin:0;
	list-style:none;
	position:relative;
	z-index:200;
	text-align: left;
	padding:0;
	}
#nivel2 li a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 0 10px 0;
	margin:0;
	list-style:none;
	position:relative;
	z-index:200;
	text-align: left;
	padding:0;
	font-weight: normal;
	}
	#nivel2 li a:hover {
	font-weight: normal;
	text-decoration: underline;
		}


#navSub2 {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	z-index:200;
	text-align: left;
	padding:0;
	width:120px;
	border:1 solid #000000;	
	}
	
#navSub2 li a {
	display:block;
	color:#000000;
	height:auto;
	/*padding-right:5px;*/
	line-height:25px;
	text-decoration:none;
	text-align:center;
	white-space:normal;	
	font-weight: bold;
	width:130px;
	border:1 solid #000000;	
}
#navSub2 li:hover {position:relative; z-index:300; background:#9ec889; font-weight: bold; text-decoration:underline;	}

#navSub2 a:hover {position:relative; z-index:300; color:#000000;font-weight: bold;}

.menuN1 {
	display:block;
	color:#fff;
	height:auto;
	/*padding-right:5px;*/
	line-height:25px;
	text-decoration:none;
	text-align:center;
	white-space:normal;	
	font-weight: bold;
	width:130px;
	background-image: url(../imagenes/fdoboton.gif);
	background-repeat: no-repeat;
	}
a.bl {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}
a.bl:link {
color:#fff;
text-decoration:none;
}
a.bl:visited {
color:#fff;
text-decoration:none;
}
a.bl:hover {
color:#fff;
text-decoration:underline;
}
.menuN2 {
	display:block;
	height:auto;
	line-height:25px;
	text-align:center;
	white-space:normal;
	width:130px;
	background-color: #339D00;
	border: 1px solid #666666;
	}
a.b2 {
	color:#fff;
	text-decoration:none;
}
a.b2:link {
color:#fff;
text-decoration:none;
}
a.b2:visited {
color:#fff;
text-decoration:none;
}
a.b2:hover {
color:#fff;
text-decoration:underline;
}


