/*------------------------------------Inicio del menu inferior--------------------------------------*/


#sobreNosotros{background-image: url(images/boton1.png);background-position:top;width:68px;height:31px;}
#sobreNosotros:hover{background-image:url(images/boton1.png);background-position:bottom;	width:68px;height:31px;}
#sobreCrucitas{background-image: url(images/boton2.png);background-position:top;width:75px;height:31px;}
#sobreCrucitas:hover{background-image:url(images/boton2.png);background-position:bottom;width:75px;height:31px}
#galeria{background-image:url(images/boton3.png);background-position:top;width:67px;height:32px;}
#galeria:hover{background-image:url(images/boton3.png);background-position:bottom;width:67px;height:32px;}
#vecinos{background-image: url(images/boton4.png);background-position:top;width:71px;height:31px;}
#vecinos:hover{background-image:url(images/boton4.png);background-position:bottom;width:71px;height:31px;}
#opinion{background-image: url(images/boton5.png);background-position:top;width:67px;height:31px;}
#opinion:hover{background-image:url(images/boton5.png);background-position:bottom;width:67px;height:31px;}
#cianuro{background-image: url(images/boton6.png);background-position:top;width:72px;height:31px;}
#cianuro:hover{background-image:url(images/boton6.png);background-position:bottom;width:72px;height:31px;}
#prensa{background-image: url(images/boton7.png);background-position:top;width:60px;height:31px;}
#prensa:hover{background-image:url(images/boton7.png);background-position:bottom;width:60px;height:31px;}
#crucitasRadio{background-image: url(images/boton8.png);background-position:top;width:119px;height:33px;}
#crucitasRadio:hover{background-image:url(images/boton8.png);background-position:bottom;width:119px;height:33px;}
#cronologia{background-image: url(images/boton9.png);background-position:top;width:103px;height:31px;}
#cronologia:hover{background-image:url(images/boton9.png);background-position:bottom;width:103px;height:31px;}


#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#nav a {
	display:block;
	color:#997E50;
	text-decoration:none;
	text-transform: uppercase;
	text-indent:-9999em;
}
#nav a:hover {
	color:#fff;
}
#nav li {
	float:left;
	padding: 10px 12px 10px 16px;
	position:relative;	
}
#nav li ul li a {
	text-indent:1px;
	text-transform: none;
	text-decoration: none;
	color:#2e693b;
}
#nav li ul li a:hover {
	color:#efb00e;
	background-color:#2e693b;
	text-decoration: none;
}
#nav ul {
	background-color:#efb00e;
	position:absolute;
	display:none;
	top:50px;
	padding:5px 0 0 0;
	background-repeat: no-repeat;
}
#nav li ul a {
	width:12em;
	float:left;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:12em;
}

#nav li ul ul#uno {
	left:12em;
	margin:-26px 0 0 18px;
	height:150px;
	border-left:0px;
	background-image:url(images/rayas.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#nav li ul ul#dos {
	left:12em;
	margin:-53px 0 0 0px;
	height:150px;
	border-left:0px;
	background-image:url(images/rayas.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}

/*------------------------------------Fin del menu inferior--------------------------------------*/