
BODY{
	/*background-image: url(ParaisoHotels.jpg);
	background-position: center top;
	background-repeat: no-repeat;*/
	margin: 0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contenedor{
	width: 1024px;
	margin: 0 auto 0 auto;
}
#cabecera{
	background-image:url(img/cabecera.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width: 1024px;
}
TABLE, INPUT{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contenido{
	text-align: left;
	background-image:url(img/fondo.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding-bottom: 35px;
	width: 1024px;
}
#contenido2{
	text-align: left;
	background-image:url(img/fondob.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding-bottom: 35px;
	width: 1024px;
}
#menu{
	width: 205px;
	height: 216px;
	margin-left: 85px;
	float: left;
	padding-bottom: 8px;
	margin-top: 22px;
}
ul {  
	list-style: none;
	margin:0;
	padding:0;
}
ul li {
	padding:0;
	margin-bottom: 8px;
}
ul li a {
	display:block;
	width:205px;
	height:37px;  /*Quito el padding, pero le pongo altura.*/
	text-decoration:none;
}
ul li a:hover {
	background-position:bottom;
}
ul li a span {
	display:none; /*Oculto el texto.*/
}
#Home {
	background-image:url(img/home.gif);
}
#Hotel {
	background-image:url(img/hotel_ES.gif);
}
#Lugar {
	background-image:url(img/lugar_ES.gif);
}
#Reservas {
	background-image:url(img/reservas_ES.gif);
}
#Contacto {
	background-image:url(img/contacto_ES.gif);
}
#titulo{
	width: 611px;
	height: 37px;
	margin-left: 40px;
	float: left;
	margin-top: 22px;
}
#titulo H2{
	text-indent: -9999px; /* oculta el texto */
	overflow: hidden;/* evita el scroll provocado antes */
}
#textop{
	width: 293px;
	height: 223px;
	left: 290px;
	float: left;
	margin-left: 40px;
	margin-top: 20px;

}
#texto{
	width: 689px;
	/*height: 223px;*/
	left: 290px;
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	text-align: justify;
	margin-right: 5px;
}
#textoc{
	width: 616px;
	/*height: 223px;*/
	left: 290px;
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	text-align: justify;
	margin-right: 5px;
}
#abajo{
	width: 553px;
	height: 216px;
	float: left;
	margin-left: 50px;
	margin-top: -200px;
}
#fotos{
	width: 401px;
	height: 420px;
	float: left;
}
#fotos IMG{
	margin-top: 34px;
}
#pie{
	clear: both;
	height: 80px;
	background-image:url(img/pie.gif);
	background-repeat: repeat-x;
	color: #A0A0A0;
}
#federacion{
	float:left;
	margin-left: 85px;
	width: 240px;
	text-align: left;
	margin-top: 10px;
}
#federacion A{
	color: #A0A0A0;
	text-decoration: none;
}
#copy{
	float: right;
	margin-right: 83px;
	width: 595px;
	text-align: right;
	margin-top: 10px;
}
