/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------->>>___NAVEGACION___<<<------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------*/
		#menu ul li {
			margin: 0; 
			padding: 0;
			height:50px;
			width:167px;
			list-style: none;
			display: inline;
		}
		#menu li a, #menu li strong {
			float: left;
			padding: 50px 0 0 0;
			overflow: hidden;
			height: 0px !important; 
			height /**/: 50px; /* IE 5/Win hack */
		}
		#menu li strong {
			width:167px;
			background-position: 0 -100px!important;
		}
		
		#menu li a:hover {
			width:167px;
			background-position: 0 -50px;
		}
	
		#menu li a.selected { /* Etiqueta para crear opciones del menu que esten seleccionadas y que sean linkables */
			width:167px;
			background-position: 0 -100px!important;
		}
/*______________________________CASTELLÀ___________________________________*/
		li.nav_inicio_ES a, li.nav_inicio_ES strong {
			height:50px;
			width:167px;
			background: url(img/nav_inicio_ES.png) no-repeat;
		}
		
		li.nav_reservas_ES a, li.nav_reservas_ES strong {
			height:50px;
			width:167px;
			background: url(img/nav_reservas_ES.png) no-repeat;
		}

		li.nav_quienes_ES a, li.nav_quienes_ES strong {
			height:50px;
			width:167px;
			background: url(img/nav_quienes_ES.png) no-repeat;
		}
		
		li.nav_oferta_ES a, li.nav_oferta_ES strong {
			height:50px;
			width:167px;
			background: url(img/nav_oferta_ES.png) no-repeat;
		}
		
		li.nav_contacto_ES a, li.nav_contacto_ES strong {
			height:50px;
			width:167px;
			background: url(img/nav_contacto_ES.png) no-repeat;
		}

/*______________________________ENGLISH___________________________________*/
		li.nav_inicio_EN a, li.nav_inicio_EN strong {
			height:50px;
			width:167px;
			background: url(img/nav_inicio_EN.png) no-repeat;
		}
		
		li.nav_reservas_EN a, li.nav_reservas_EN strong {
			height:50px;
			width:167px;
			background: url(img/nav_reservas_EN.png) no-repeat;
		}

		li.nav_quienes_EN a, li.nav_quienes_EN strong {
			height:50px;
			width:167px;
			background: url(img/nav_quienes_EN.png) no-repeat;
		}
		
		li.nav_oferta_EN a, li.nav_oferta_EN strong {
			height:50px;
			width:167px;
			background: url(img/nav_oferta_EN.png) no-repeat;
		}
		
		li.nav_contacto_EN a, li.nav_contacto_EN strong {
			height:50px;
			width:167px;
			background: url(img/nav_contacto_EN.png) no-repeat;
		}
