/* 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:170px;
			background: url(img/nav_alquiler_EN.png) no-repeat;
			margin-left:1px;
		}
		
		li.nav_venta a, li.nav_venta strong {
			height:39px;
			width:135px;
			background: url(img/nav_venta_EN.png) no-repeat;
			margin-left:1px;
		}
		li.nav_servicios a, li.nav_servicios strong {
			height:39px;
			width:115px;
			background: url(img/nav_servicios_EN.png) no-repeat;
			margin-left:1px;
		}
		li.nav_coches a, li.nav_coches strong {
			height:39px;
			width:100px;
			background: url(img/nav_coches_EN.png) no-repeat;
			margin-left:1px;
		}
		li.nav_barcos a, li.nav_barcos strong {
			height:39px;
			width:100px;
			background: url(img/nav_barcos_EN.png) no-repeat;
			margin-left:1px;
		}
		li.nav_quienes a, li.nav_quienes strong {
			height:39px;
			width:145px;
			background: url(img/nav_quienes_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:146px;
			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;
		}
