body {
	padding: 0px;
	text-align: center;
	margin: 0px;
	height: 100%;
	background-color: #896E43;
}
html
{
height: 100%;
}
/******************** Principales ***********************/
#container {
	width: 966px;
	margin: 0px auto;	
	height: auto;
	background-color: #896E43;
}
.intro{
	width: 850px;
	padding-top: 20px;
	height: auto;
	margin: 0px auto;
}
#header{
	width: 966px;
	height: 96px;
	margin: 0px auto;
}
#main-comollegar{
	width:966px;
	height: 463px;	
	margin: 0px auto;
	background-image: url(img/background-como-llegar.jpg);
	background-repeat: no-repeat;
}
#main-cabanas{
	width:966px;
	height: 463px;	
	margin: 0px auto;
	background-image: url(img/fondo-cabanias.jpg);
	background-repeat: no-repeat;
}
#main-contexto{
	width:966px;
	height: 463px;	
	margin: 0px auto;
	background-image: url(img/background-contexto.jpg);
	background-repeat: no-repeat;
}
#main-contacto{
	width:966px;
	height: 463px;	
	margin: 0px auto;
	background-image: url(img/background-contacto.jpg);
	background-repeat: no-repeat;
}
#main-promo{
	width:966px;
	height: 463px;	
	margin: 0px auto;
	background-image: url(img/background-promo.jpg);
	background-repeat: no-repeat;
}
#main-inicio{
	width:966px;
	height: 463px;	
	margin: 0px auto;
	background-image: url(img/background-index.jpg);
	background-repeat: no-repeat;
}
.left-nav{
	width: 300px;
	height: 380px;
	float: left;
	margin-left: 38px;
	margin-top: 15px;
}
.galerias{
width:550px;
height: 385px;
margin-left: 35px;
padding-top: 10px;
float: left;
}
.galerias-promos{
width:550px;
height: 355px;
margin-top:10px;
margin-left: 30px;
padding-top: 10px;
float: left;
}
.promos{
	width: 172px;
	float: left;
	margin-top: 0px;
	margin-right:10px;
}
.formulario{
margin-left: 140px;
padding-top: 10px;
float: left;
}
.sub-botonera{
	width: 300px;
	margin: 0px;
}
.info-cabaņas{
	width: 300px;
	margin-top: 10px;
}
.info-servicios{
	width: 300px;
	padding-top: 11px;
	float:left;
	margin-left:50px;
}
.txt-poesia{
	font-family: "Times New Roman",serif;
	font-style: italic;
	font-weight: bold;
	font-size:12px;
	color: #48371D;
	padding-left:35px;
	padding-top: 0px;
	width: 250px;
	text-align: left;
}
.mapa{
	text-align: left;
	padding-bottom:0px;
	padding-top:15px;
	margin-left:80px;
}

/******************** Texto **************4C4C4C*********/
.data-cabanas{
	font-family: arial, verdana;
	font-size: 11px;
	color: #333;
	text-align: left;
	padding-top: 11px;
}
.data-servicios{
	font-family: arial, verdana;
	font-size: 12px;
	color: #4C4C4C;
	text-align: left;
	padding-top: 11px;
	width:300px;
}
.tv{
float:left;
margin-left:30px;
margin-top:30px;
}
.data-cabanas-bold{
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 10px;
	color: #4C4C4C;
	text-align: left;
	padding-top: 11px;
}
H1 {
   font-family: arial, verdana;
	font-weight: bold;
	color : #4C4C4C;
	font-size : 12px;
	margin-bottom: 0px;
	margin-top: -5px;
}
/******************** Links ***********************/
img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #f6edb4;
} 

a:hover {
	text-decoration: underline;
	color: #a6a68b;
}

a.foot {
	text-decoration: none;
	color: #f6edb4;
} 

a.foot:hover {
	text-decoration:underline;
	color: #a6a68b
}

