body {
	width:990px;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
}
h1{
	font-size:120%;
	color:#000099;
	font-family:"Century Gothic","Trebuchet MS",Verdana, "Times New Roman", Times, serif;
	text-align:left;
}
#contenedor{
	width:100%;
	background:url(images/fondo.jpg) repeat-y right;
	float:left;
}
#encabezado{
	float:left;
	width:100%;
	background:#26a8a8;
	height:120px;
	
}

#contenido{
	width:100%;
	float:left;
	background:transparent url(images/fondo_izquierdo.jpg) repeat-y left;
}
#izquierda{
	float:left;
	width:57%;
}
#derecha{
	float:right;
	width:37%;
	padding-right:20px;
	padding-top:10px;
	background:none;
}
#foto_grande{
	width:95%;
	height:200px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
#fotos_chicas{
	width:95%;
	height:180px;
	text-align:center;
	margin-bottom:20px;
}
#servicios{
	width:97%;
	padding-left:10px;
}
#tarifas{
	width:95%;
	text-align:center;
	margin-bottom:40px;
}
#tarifas table{
	font-size:90%;
	border:thin solid #999999;
	width:95%;
	text-align:center;
}
#tarifas table td{
	border-bottom:1px solid #999999;
}
.td_categoria{
	text-align:left;
	font-size:98%;
	padding-left:2%;
}
.td_precio{
	text-align:right;
	font-size:90%;
	padding-right:5%;
}
.td_encabezado{
	text-align:center;
	background-color:#CC3333;
	color:#FFFFFF;
	font-weight:bold;
}
#consulta{
	background:url(images/borde.gif) no-repeat;
	width:310px;
	margin-top:15px;
	margin-left:9%;
	padding:7px 0 0 30px;
	float:left;
	height:120px;
}
#consulta img{
	border:none;
}
#consulta a{
	color:#0066FF;
}
#el_hotel{
	width:95%;
	margin:20px 0 0 0;
	text-align:right;
}
#contacto{
	width:80%;
	padding:10px;
	float:left;
}
#pie{
	width:100%;
	height:80px;
	background:#6c98b5;
	float:left;
	text-align:left;
	padding:10px 0 10px 0;
}
#pie img{
	float:left;
 	border:none;
	margin-left:10%;
	text-align:center;
	margin-right:7%;
} 
#pie img a{
 	border:none;
} 
#pie ul{
	float:left;
	list-style:circle;
	padding-left:10px;
	margin-left:17px;
}
#clear{
	clear:both;
	float:left;
}
.aclaracion{
	color:#666666;
	font-size:90%;
	font-style:italic;
	text-align:right;
	margin: 0 50px 5px 10px;
}
.aclaracion2{
	color:#666666;
	font-size:90%;
	font-style:italic;
	text-align:left;

}