/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------->>>___NAVEGACION___<<<------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------*/
		#menu ul li {
			margin: 0; 
			padding: 0;
			height:38px;
			width:110px;
			list-style: none;
			display: inline;
		}
		#menu li a, #menu li strong {
			float: left;
			padding: 38px 0 0 0;
			overflow: hidden;
			height: 0px !important; 
			height /**/: 38px; /* IE 5/Win hack */
		}
		#menu li strong {
			width:110px;
			background-position: 0 -76px!important;
		}
		
		#menu li a:hover {
			width:110px;
			background-position: 0 -38px;
		}
	
		#menu li a.selected { /* Etiqueta para crear opciones del menu que esten seleccionadas y que sean linkables */
			width:110px;
			background-position: 0 -76px !important;
		}
	
	li.nav_inicio a, li.nav_inicio strong {
			height:38px;
			width:110px;
			background: url(img/nav_inicio_EN.png) no-repeat;
		}
		
		li.nav_hotel a, li.nav_hotel strong {
			height:38px;
			width:110px;
			background: url(img/nav_hotel_EN.png) no-repeat;
		}
		
		li.nav_restaurant a, li.nav_restaurant strong {
			height:38px;
			width:110px;
			background: url(img/nav_restaurante_EN.png) no-repeat;
		}
		
		li.nav_reservas a, li.nav_reservas strong {
			height:38px;
			width:110px;
			background: url(img/nav_reservas_EN.png) no-repeat;
		}
		li.nav_oferta a, li.nav_oferta strong {
			height:38px;
			width:110px;
			background: url(img/nav_ofertas_EN.png) no-repeat;
		}
		li.nav_contacto a, li.nav_contacto strong {
			height:38px;
			width:110px;
			background: url(img/nav_contacto_EN.png) no-repeat;
		}
