/* CSS Document */
/*-----------------------------------------------------------------------------------------*/
/*-------------------->>>>>>>>>>>>>>>> menu cabecera <<<<<<<<<<<<<<<<<<--------------------*/
/*-----------------------------------------------------------------------------------------*/
	
	div.menu {
		margin-top: 0px;
		margin-left:0px;
		float: right;
		width: 728px;
		height:39px;
		overflow:hidden;
	}
		
	div.header img {
		margin: 0px;
		float: left;
	}

	div.header p {
		margin: 15px 15px 0 0;
	}
	
	div.header ul {
		padding: 0;
		margin: 0;
	}


	div.header ul li {
		margin: 0; 
		padding: 0;
		list-style: none;
		display: inline;
	}


	div.header li a, div.header li strong {
		float: left;
		padding: 78px 0 0 0;
		overflow: hidden;
		height:39px;
	}
	
	div.header li strong {
		background-position: 0 -78px;
	}
		
	div.header li a:hover {
		background-position: 0 -39px;
	}
	
	div.header li a.selected { /* Etiqueta para crear opciones del menu que esten seleccionadas y que sean linkables */
		background-position: 0 -78px !important;
	}
	
		li.menu_inicio a, li.menu_inicio strong {
			width: 190px;
			height:39px;
			background:url(img/menu_inicio_DU.png) no-repeat;
		}
		
		li.menu_reservas a, li.menu_reservas strong {
			width: 209px;
			height:39px;
			background: url(img/menu_reservas_DU.png) no-repeat;
		}
		
		li.menu_oferta a, li.menu_oferta strong {
			width: 154px;
			height:39px;
			background: url(img/menu_oferta_DU.png) no-repeat;
		}

		li.menu_ventas a, li.menu_ventas strong {
			width: 175px;
			height:39px;
			background: url(img/menu_ventas_DU.png) no-repeat;
		}
		
/*-----------------------------------------------------------------------------------------*/
/*--------------------->>>>>>>>>>>>>>>> menu lateral <<<<<<<<<<<<<<<<<<--------------------*/
/*-----------------------------------------------------------------------------------------*/
	div.menu_lateral {
		margin-top: 0px;
		margin-left:0px;
		float: right;
		width: 223px;
		overflow:hidden;
	}
		
	div.lateral img {
		margin: 0px;
		padding: 0px;
		float: left;
	}

	div.lateral p {
		margin: 0px;
	}
	
	div.lateral ul {
		padding: 0;
		margin: 60 20 0 0; 
	}


	div.lateral ul li {
		margin: 10 0 0 0; 
		padding: 0;
		list-style: none;
		display: inline;
		float:right;
	}


	div.lateral li a, div.lateral li strong {
		float: left;
		padding: 20px 0 0 0;
		overflow: hidden;
		margin-top:0px;
		height: 0px !important; 
		height /**/: 20px; /* IE 5/Win hack */
	}
	
	div.lateral li strong {
		background-position: 0 -40px;
	}
		
	div.lateral li a:hover {
		background-position: 0 -20px;
	}
	
	div.lateral li a.selected { /* Etiqueta para crear opciones del menu que esten seleccionadas y que sean linkables */
		width:183px;
		background-position: 0 -40px !important;
	}
	
		li.quienes a, li.quienes strong {
			width: 183px;
			height:20px!important;
			background:url(img/quienes_DU.png) no-repeat;
		}
		
		li.condiciones a, li.condiciones strong {
			width: 184px;
			height:20px!important;
			background: url(img/condiciones_DU.png) no-repeat;
		}
		
		li.contacto a, li.contacto strong {
			width: 183px;
			height:20px!important;
			background: url(img/nosotros_DU.png) no-repeat;
		}

		li.calpe a, li.calpe strong {
			width: 183px;
			height:20px!important;
			background: url(img/calpe_DU.png) no-repeat;
		}
		
		li.oficinas a, li.oficinas strong {
			width: 183px;
			height:20px!important;
			background: url(img/oficinas_DU.png) no-repeat;
		}
		
		li.enlaces a, li.enlaces strong {
			width: 183px;
			height:20px!important;
			background: url(img/enlaces_DU.png) no-repeat;
		}


	div.menu_edificios {
		margin-top: 20px;
		margin-left:0px;
		float: left;
		width: 223px;
		overflow:hidden;
		background:url(img/menu_edif_DU.png) top no-repeat #F8AE00;
	}

