/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------->>>___NAVEGACION___<<<------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------*/
		#menu ul li {
			margin: 0; 
			padding: 0;
			height:39px;
			list-style: none;
			display: inline;
		}
		#menu li a, #menu li strong {
			float: left;
			padding: 39px 0 0 0;
			overflow: hidden;
			height: 0px !important; 
			height /**/: 39px; /* IE 5/Win hack */
		}
		#menu li strong {
			background-position: 0 -39!important;
		}
		
		#menu li a:hover {
			background-position: 0 -39px;
		}
	
		#menu li a.selected { /* Etiqueta para crear opciones del menu que esten seleccionadas y que sean linkables */
			background-position: 0 -39!important;
		}
	
		li.nav_home a, li.nav_home strong {
			height:39px;
			width:95px;
			background: url(img/nav_home_EN.png) no-repeat;
		}
				
		li.nav_alquiler a, li.nav_alquiler strong {
			height:39px;
			width:196px;
			background: url(img/nav_alquiler_EN.png) no-repeat;
			margin-left:1px;
		}
		
		li.nav_circuitos a, li.nav_circuitos strong {
			height:39px;
			width:141px;
			background: url(img/nav_circuitos_EN.png) no-repeat;
			margin-left:1px;
		}
		li.nav_quienes a, li.nav_quienes strong {
			height:39px;
			width:164px;
			background: url(img/nav_quienes_EN.png) no-repeat;
			margin-left:1px;
		}
		li.nav_ventajas a, li.nav_ventajas strong {
			height:39px;
			width:137px;
			background: url(img/nav_ventajas_EN.png) no-repeat;
			margin-left:1px;
		}
		li.nav_avion a, li.nav_avion strong {
			height:39px;
			width:128px;
			background: url(img/nav_avion_EN.png) no-repeat;
			margin-left:1px;
		}
/*--------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------->>>___Ubica___<<<------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------*/
		#ubica ul li {
			margin: 0; 
			padding: 0;
			height:25px;
			list-style: none;
			display: inline;
		}
		#ubica li a, #ubica li strong {
			float: left;
			padding: 25px 0 0 0;
			overflow: hidden;
			height: 0px !important; 
			height /**/: 25px; /* IE 5/Win hack */
		}
		#ubica li strong {
			background-position: 0 -25!important;
		}
		
		#ubica li a:hover {
			background-position: 0 -25px;
		}
	
		#ubica li a.selected { /* Etiqueta para crear opciones del menu que esten seleccionadas y que sean linkables */
			background-position: 0 -25!important;
		}
	
		li.nav_ubica a, li.nav_ubica strong {
			height:25px;
			width:145px;
			background: url(img/ubica_EN.png) no-repeat;
		}
/*--------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------->>>___Inferior___<<<------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------*/
		#alquilaen ul li {
			margin: 0; 
			padding: 0;
			height:25px;
			list-style: none;
			display: inline;
		}
		#alquilaen li a, #alquilaen li strong {
			float: left;
			padding: 25px 0 0 0;
			overflow: hidden;
			margin-right:10px;
			height: 0px !important; 
			height /**/: 25px; /* IE 5/Win hack */
		}
		#alquilaen li strong {
			background-position: 0 -25!important;
		}
		
		#alquilaen li a:hover {
			background-position: 0 -25px;
		}
	
		#alquilaen li a.selected { /* Etiqueta para crear opciones del menu que esten seleccionadas y que sean linkables */
			background-position: 0 -25!important;
		}
	
		li.nav_ibiza a, li.nav_ibiza strong {
			height:25px;
			width:158px;
			background: url(img/alqui_ibiza_EN.png) no-repeat;
		}
		li.nav_maroc a, li.nav_maroc strong {
			height:25px;
			width:205px;
			background: url(img/alqui_maroc_EN.png) no-repeat;
		}
