@charset "utf-8";
/*seteo general*/
* {
padding:0;
margin:0;
}

body {
	margin: 0px;
	padding:0px;
	background-image: url(../img/fondo_entero.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #434343;
	text-decoration: none;
	line-height: 16px;
}

p { margin:0px;
padding:0px;
}

img {
border:0px;
}

form {margin:0;
      padding:0;
}

a:hover {
	text-decoration: underline;
}

.clear {
clear:both;
}
/*fin seteo general*/

/*comienzo estructura del sitio*/
#contenido {
	display:block;
	width:798px;
	margin:0 auto;
}

#head {
margin-bottom:47px;
height:152px;
}

#head_internas {
margin-bottom:70px;
height:152px;
}

#logo {
float:left;
width:139px;
margin-top:17px;
margin-right:48px;
}

#logo_internas {
float:left;
width:126px;
margin-right:61px;
}

#botonera {
float:left;
width:611px;
margin-top:135px;
}

#banner {
height:297px;
margin-bottom:50px;
}

#contenido_pagina {
padding-bottom:20px;
min-height:400px;
_height:400px;
}

#footer {
height:30px;
}

#footer_izq {
float:left;
width:300px;
}

#footer_der {
float:right;
width:300px;
}

#caracteristicas_caja_1{
float:left;
width:365px;
margin-right:32px;
}

#caracteristicas_caja_2{
float:left;
width:220px;
margin-right:33px;
}

#caracteristicas_caja_3{
float:left;
width:145px;
}

#actividades_caja_1{
float:left;
width:365px;
margin-right:32px;
}

#actividades_caja_2{
float:left;
width:400px;
}

#precios_caja_1{
float:left;
width:390px;
margin-right:16px;
}

#precios_caja_2{
float:left;
width:390px;
}

#como_llegar_caja_1{
float:left;
width:365px;
margin-right:32px;
}

#como_llegar_caja_2{
float:left;
width:400px;
}

#contacto{
width:250px;
}

#habitaciones_caja_1{
float:left;
width:617px;
margin-right:33px;
}

#habitaciones_caja_2{
float:left;
width:145px;
}

.foto_habitaciones_caja_1 {
float:left;
width:181px;
margin-right:36px;
margin-top:50px;
}

.foto_habitaciones_caja_2 {
float:left;
width:181px;
margin-right:37px;
margin-top:50px;
}

.foto_habitaciones_caja_3 {
float:left;
width:181px;
margin-top:50px;
}

.botonera_espacio_der {
	margin-right: 25px;
}

.caja_descripcion_home {
float:left;
width:120px;
margin-right:48px;
margin-top:5px;
margin-bottom:70px;
}

.caja_descripcion_home_der {
float:left;
width:120px;
margin-top:5px;
margin-bottom:70px;
}
/*fin estructura del sitio*/

/*comienzo resto de los estilos*/
.texto_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2f1511;
	text-decoration: none;
}
.titulo_home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #67601a;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #67601a;
	padding-bottom: 4px;
}
.borde_horizontal_superior {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #67601a;
}

.sombra_superior {
	background-image: url(../img/sombra_arriba.png);
	background-repeat:   repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
.sombra_inferior {
	background-image: url(../img/sombra_abajo.png);
	background-repeat:  repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.sombra_izquierda {
	background-image: url(../img/sombra_izq.png);
	background-repeat:  repeat-y;
	background-position: left top;
}
.sombra_derecha {
	background-image: url(../img/sombra_der.png);
	background-repeat:  repeat-y;
	background-position: right top;
}
.sombra_medio {
	background-image: url(../img/medio_medio.png);
	background-repeat:  repeat-y;
	background-position: left top;
}
.fondo_caja_destacado_home {
	background-color: #FFFFFF;
}
.titulo_destacado_home1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #BA6810;
	text-decoration: none;
	text-transform: uppercase;
}
.titulo_destacado_home2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #1078BA;
	text-decoration: none;
}
.texto_dorado_oscuro {
	color: #67601A;
	text-decoration: none;
}
.linea_punteada {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BAA910;
	padding-top: 5px;
	padding-bottom: 2px;
}
.texto_dorado_claro {
	color: #BAA910;
	text-decoration: none;
}

.texto_gris {
	font-size: 12px;
	color: #A0A0A0;
	line-height: 18px;
}

a.texto_botonera_caracteristicas {
	color: #BAA910;
	text-decoration: none;
}

a.texto_botonera_caracteristicas:hover, a.texto_botonera_caracteristicas_seleccionado, a.texto_botonera_caracteristicas_seleccionado:hover {
	color: #999999;
	text-decoration: none;
}
/*fin resto de los estilos*/
