
body {
	margin: 0; padding: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}


ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 10px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 68px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

ul#topnav a.inicio {
	background: url(images/nav_inicio.png) no-repeat;
	width: 191px; 
}
ul#topnav a.informacion {
	background: url(images/nav_informacion.png) no-repeat;
	width: 191px; 
}
ul#topnav a.visita {
	background: url(images/nav_visita.png) no-repeat;
	width: 191px; 
}
ul#topnav a.museo {
	background: url(images/nav_museo.png) no-repeat;
	width: 191px; 
}
ul#topnav a.las_caras {
	background: url(images/nav_las_caras.png) no-repeat;
	width: 191px; 
}
ul#topnav a.enlaces {
	background: url(images/nav_enlaces.png) no-repeat;
	width: 191px; 
}

ul#topnav li .sub {
	position: absolute;
	z-index:111111111111;	
	top: 68px; left: 0;
	background: url(images/bg_sub.png);
	padding: 0px 0px 0px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 0px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 191px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #222222;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0px;
	background: none;
	font-size: 11px;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 0px;
	text-align:left;
	background-image: none;
	color: #222222;
}
ul#topnav .sub ul li a {
	float: inherit; 
	text-align:left;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	color: #222222;
	height:68px;
	width:191px;
}
ul#topnav .sub ul li a:hover {color: #222222; text-align:left; background-position: 0px 0px ;}
