/* CSS Document */

h2{
	display:block;
	float:left;
	width:890px;
	color: #733200;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px dashed #733200;
	padding-bottom: 4px;
}

.registro_ofertas{
	display:block;
	float:left;
	width:590px;
	padding-left:50px;
}

.registro_ofertas .contenido_oferta{
	display:block;
	float:left;
	width:590px;
	border-bottom: 1px dashed #733200;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contenido_oferta .imagen_ofertas{
	display:block;
	float:left;
	width:170px;
}
.div_oferta{
	display:block;
	float:left;
	width:400px;
}
.contenido_oferta h3{
	display:block;
	float:left;
	width:365px;
	font-size:14px;
	color: #454140;
	padding-bottom: 8px;
	font-weight: bold;
}
.contenido_oferta p.texto_noticia{
	display:block;
	float:left;
	width:365px;
	font-size:12px;
	color: #454140;
	padding-bottom: 15px;
}
a.solicitar_informacion{
	display:block;
	float:left;
	width:132px;
	background-image: url(../img/bot_solicitud_informacion.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	color: #454140;
	padding-top: 5px;
	padding-bottom: 6px;
	text-decoration: none;
}


#div_banners{
	float:left;
	width:250px;
	padding-top: 20px;
}

/*----------------------banner-------------------------*/
#banner{
	float:left;
	width:220px;
	background-image: url(../img/fondo_banner_habitaciones.jpg);
	background-repeat: no-repeat;
	height: 240px;
	padding-top: 340px;
	background-position: 40px 40px;
}
#banner p{
	display:block;
	float:left;
	width: 220px;
	padding-bottom: 20px;
	text-align: center;
	font-size:15px;
	font-weight: bold;
	color: #F6EDD8;
}

#banner a{
	width:145px;
	float:left;
	display: block;
	background-image: url(../img/bot_ver_galeria.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 10px;
	color: #514733;
	text-decoration: none;
	background-position: 20px 0px;
}


/*------------------------*/
#banner_contacto_ofertas{
	float:left;
	width:220px;
	background-image: url(../img/fondo_contacto_ofertas.jpg);
	background-repeat: no-repeat;
	height: 230px;
	padding-top: 12px;
}
p.contacta_ofertas{
	display:block;
	float:left;
	width:125px;
	color: #454140;
	font-size: 9px;
	padding-left: 75px;
	height: 102px;
}
p.contacta_ofertas a{
	display:block;
	font-size: 16px;
	font-weight: bold;
	color: #454140;
	padding-bottom: 10px;
}
p.datos_contacto_ofertas{
	display:block;
	float:left;
	width:200px;
	padding-left: 12px;
	font-size: 11px;
	color: #454140;
}
p.datos_contacto_ofertas span{
	display:block;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 17px;
}
p.datos_contacto_ofertas span.telefono{
	display:block;
	font-size: 16px;
	padding-bottom: 0px;
}



.form_solicitud{
	float:left;
	width:515px;
	padding-top: 20px;
}
.registro_formulario{
	display:block;
	float:left;
	width:255px;
	height: 50px;
}
.registro_formulario2{
	display:block;
	float:left;
	width:255px;
}
.form_solicitud p{
	display:block;
	float:left;
	width:253px;
	font-size: 11px;
	color: #454140;
	padding-bottom: 4px;
}
.form_solicitud p span{
	font-size: 11px;
	padding-left: 115px;
}
.form_solicitud p a{
	font-size: 9px;
	color: #454140;
}
.form_solicitud p.enviado{
	display:block;
	float:left;
	width:515px;
	font-size: 14px;
	color: #454140;
	padding-bottom: 50px;
	text-align: center;
	padding-top: 30px;
}
a.enviar_form{
	display:block;
	float:right;
	width:78px;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../img/bot_enviar_form.jpg);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-top: 15px;
}
a.cerrar_form{
	display:block;
	float:right;
	width:78px;
	font-size: 14px;
	color: #454140;
	background-image: url(../img/bot_cerrar_form.jpg);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-top: 15px;
	margin-right: 20px;
}
.input_formulario{
	display:block;
	float:left;
	width:200px;
	border:1px solid #000000;
	padding:2px;
	font-size: 11px;
}
.input_formulario2{
	display:block;
	float:left;
	width:250px;
	border:1px solid #000000;
	padding:2px;
	font-size: 11px;
}
.textarea_formulario{
	display:block;
	float:left;
	width:510px;
	border:1px solid #000000;
	padding:2px;
	height: 60px;
	font-size: 11px;
}
.fechas{
	float:left;
	width:253px;
	height: 23px;
}
.dia{
	display:block;
	float:left;
	width:40px;
	border:1px solid #000000;
	font-size:9px;
	margin-right: 7px;
}
.mes{
	display:block;
	float:left;
	width:80px;
	border:1px solid #000000;
	font-size:9px;
	margin-right: 7px;
}
.anio{
	display:block;
	float:left;
	width:60px;
	border:1px solid #000000;
	font-size:9px;
}
.input_noches{
	display:block;
	float:right;
	width:40px;
	border:1px solid #000000;
	font-size: 11px;
	text-align: center;
}
a.ir_web{
	display:block;
	float:left;
	width:78px;
	background-image: url(../img/bot_ir_web.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	color: #454140;
	padding-top: 4px;
	padding-bottom: 6px;
	text-decoration: none;
}
