/* CSS Document */


p.txt_hotel{
	display:block;
	float:left;
	width:890px;
	font-size: 9px;
	color: #514733;
}
h2{
	display:block;
	float:left;
	width:890px;
	color: #733200;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px dashed #733200;
	padding-bottom: 4px;
}

#visor_imagenes{
	display:block;
	float:left;
	width:493px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#visor_imagenes .imagen{
	float:left;
	width:446px;
	height:290px;
	border:1px solid #000000;
	margin-bottom: 20px;
}
#visor_imagenes a{
	display:block;
	float:left;
	width:80px;
	margin-right: 12px;
}
#visor_imagenes a.ultima{
	margin-right: 0px;
}
#visor_imagenes a img{
	border:0px;
	border:1px solid #000000;
}
#visor_imagenes p{
	display:block;
	float:left;
	width:450px;
	text-align: center;
	font-size: 9px;
	color: #454140;
	padding-top: 6px;
}

p.description{
	display:block;
	float:left;
	width:400px;
	font-size: 12px;
	color: #454140;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}
p.caracteristicas{
	display:block;
	float:left;
	width:400px;
	font-size: 12px;
	color: #454140;
	padding-bottom: 10px;
}
p.caracteristicas span{
	display:block;
	font-weight: bold;
	padding-bottom: 6px;
}

#ico_caracteristicas{
	float:left;
	width:420px;
	padding-top: 20px;
}
#ico_caracteristicas p{
	display:block;
	color: #454140;
	font-size: 10px;
	padding-bottom: 6px;
}
#ico_caracteristicas img{
	padding-right:11px;
	padding-bottom:12px;
}


/*----------------------banner-------------------------*/
#banner{
	float:left;
	width:270px;
	background-image: url(../img/fondo_banner_habitaciones.jpg);
	background-repeat: no-repeat;
	padding-left: 200px;
	height: 240px;
	padding-top: 40px;
}
#banner p{
	display:block;
	float:left;
	font-size:11px;
	width: 240px;
	color: #454140;
	padding-bottom: 20px;
}
#banner p span{
	font-size:15px;
	font-weight: bold;
	color: #F6EDD8;
	display: block;
	padding-bottom: 10px;
}
#banner a{
	width:145px;
	float:left;
	display: block;
	background-image: url(../img/bot_ver_galeria.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 10px;
	color: #514733;
	text-decoration: none;
}


/*-----------------------------------**/
#tarifas_habitacion{
	float:left;
	width:400px;
	background-image: url(../img/fondo_habitacion_tarifas.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 25px 0px;
}
#tarifas_habitacion p.reservas{
	display:block;
	float:left;
	width:378px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 5px;
}
#tarifas_habitacion p.titulo{
	display:block;
	float:left;
	width:155px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #454140;
	padding-top: 30px;
	padding-bottom: 130px;
}
#tarifas_habitacion p.titulo span{
	display:block;
	font-size:9px;
	font-weight: normal;
}
#tarifas_habitacion p.temporada{
	display:block;
	float:left;
	width:122px;
	padding-left: 12px;
	font-size: 12px;
	color: #454140;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 12px;
	height: 56px;
}
#tarifas_habitacion p.temporada span{
	display:block;
	font-size:9px;
	font-weight: normal;
	padding-top: 3px;
}
#tarifas_habitacion p.precio{
	display:block;
	float:left;
	width:80px;
	padding-left: 4px;
	font-size: 24px;
	font-weight: bold;
	color: #454140;
	text-align: right;
	padding-top: 12px;
}
#tarifas_habitacion p.precio span{
	display:block;
	font-size:9px;
	font-weight: normal;
}
#tarifas_habitacion a{
	display:block;
	float:right;
	width:105px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 15px;
}

