/* Elementos que queremos limpiar completamente: */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
	color:#000;
	text-align:left;
}

p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333;
	text-align:left;
	margin-bottom:20px;
	line-height:150%;
}

li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
	margin-top:15px;
	line-height:150%;
	list-style-image:url(../images/listado.jpg);
}


ul {
	list-style: none;
	list-style-type: none;
	margin-left:25px;
}

/* Ajustes tipográficos */


cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 7px;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.6px;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 16px;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 11px;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 9px;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .4px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a abbr, a acronym {
	border: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

h1 {
	font-size: 24px;
	text-align:left;
	border-bottom:1px solid #C78F51;
	padding-bottom:9px;
	margin-bottom:20px;
	font-weight:normal;
}

h2 {
	font-size: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#000;
	margin-bottom:5px;
	font-weight:normal;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 16px;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border:2px solid #C4BAAE;
	text-decoration: none;
	/*
	Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
	*/
}

/* Formularios */

label, button {
	cursor: pointer;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}


body {
	text-align: center;/* Hack para que IE6 no de problemas */
	background-color:#F1DFB8;
}

.wrapper {
	margin: 0 auto;
	width:850px;
	height:auto;
	overflow:hidden;
	background-color:#C88531;
	margin-bottom:10px;
}

.sub_wrapper{
	padding:7px 20px;
	width:810px;
	height:auto;
	overflow:hidden;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

.marco_gral{
	width:790px;
	padding:10px;
	height:auto;
	overflow:hidden;
	background-color:#F2D594;
}

img#galeria{
	margin:0 10px 10px 0;
	border:2px solid #C4BAAE;
	float:left;
}

#bloque_menu{
	width:850px;
	height:63px;
	background-color:#42210B;
	background-image:url(../images/botonera.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
}

	#bloque_menu li{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		display:inline;
		position:relative;
	}
	
	#bloque_menu a{
		color:#FFF;
		margin-top:10px;
	}

	#bloque_menu a:hover{
		color:#FF9900;
		margin-top:10px;
	}
	
.menu_inferior{
	width:812px;
	height:20px;
	background-color:#42210B;
	padding:8px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#F2D594;
	margin:0 auto;
}

	.menu_inferior a{
		color:#F2D594;
		text-decoration:none;
	}
	
	.menu_inferior a:hover{
		color:#FFF;
		text-decoration:underline;
	}



.encabezado{
	width:850px;
	height:195px;
	background-color:#FFE058;
	border-top:7px solid #42210B;
	clear:both;
}

	.encabezado img{
		border:none;
	}

.left{
	float:left;
	padding:10px;
}

.right{
	float:right;
}

#columna_tres_cuartos{
	width:548px;
	background-color:#FFFCD5;
}

#columna_completa{
	width:770px;
	background-color:#FFFCD5;
}

#formulario_gral{
	width:192px;
	height:auto;
	background-color:#9B2D34;
	padding:11px;
	text-align:left;
	color:#FFFCD5;
	font-size:16px;
}

	#formulario_gral th{
		font-size:24px;
		text-align:center;
		font-weight:normal;
	}
	
	#formulario_gral td{
		padding-top:9px;
	}
	
	#formulario_gral input{
		width:192px;
		height:29px;
		background-color:#FFFCD5;
	}
	
	#formulario_gral input.reservas{
		width:302px;
	}
	
	#formulario_gral textarea{
		width:192px;
		height:70px;
		background-color:#FFFCD5;
	}
	
	#formulario_gral select{
		height:29px;
		background-color:#FFFCD5;
	}



.pie{
	width:850px;
	height:82px;
	background-image:url(../images/background_pie.jpg);
	background-repeat:repeat-x;
	clear:both;
}

	.pie p{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		color:#FFF;
		text-align:center;
		line-height:150%;
		padding:10px 0;
		margin-bottom:0;
	}
	
.formulario{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333;
		margin:10px 14px 5px 14px;
	}

.logo{
	position:absolute;
	width:203px;
	height:104px;
	float:left;
	z-index:2;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}

.form_1{
	width:200px;
	height:15px;
	background-image:url(../images/form_1.jpg);
	background-repeat:no-repeat;
}

.form_2{
	width:200px;
	height:auto;
	background-image:url(../images/form_2.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}

.form_3{
	width:200px;
	height:19px;
	background-image:url(../images/form_3.jpg);
	background-repeat:no-repeat;
}

.form_big_1{
	width:300px;
	height:15px;
	background-image:url(../images/form_big_1.jpg);
	background-repeat:no-repeat;
}

.form_big_2{
	width:300px;
	height:auto;
	background-image:url(../images/form_big_2.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}

.form_big_3{
	width:300px;
	height:15px;
	background-image:url(../images/form_big_3.jpg);
	background-repeat:no-repeat;
}


input.rapida{
	width:175px;
	height:22px;
	background-color:#FFFFFF;
}

textarea.rapida{
	width:175px;
	height:50px;
	background-color:#FFFFFF;
}

input.reservas{
	width:272px;
	height:22px;
	background-color:#FFFFFF;
}

textarea.reservas{
	width:272px;
	height:50px;
	background-color:#FFFFFF;
}

.boton{
	width:84px;
	height:22px;
	background-image:url(../images/boton.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
	color:#FFFCD5;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#map{
	color:#000;
	font-size:12px;
}

.cabanas{
	width:380px;
	height:auto;
	overflow:hidden;
	float:left;
	padding:0;
	background-color:#EDC478;
}

	.cabanas h2{
		background-image:url(../images/fondo_tit_cabanas.jpg);
		background-repeat:repeat-x;
		height:51px;
		font-family:Georgia, "Times New Roman", Times, serif
		text-align:center;
		color:#FFF;
		padding-top:10px;
	}
	
	.cabanas img{
		border:none;
		margin-bottom:18px;
	}

.boton_cabanas{
	width:84px;
	height:22px;
	margin:0 auto;
	background-image:url(../images/boton_cabanas.jpg);
	background-repeat:no-repeat;
	margin-bottom:18px;
	color:#FFF;
}

/*Para el div que contiene las miniaturas de imagenes de cada cabaña*/
.fotos_cabanas{
	width:287px;
	height:auto;
	overflow:hidden;
	float:right;
	margin:0 0 10px 10px;/*Con esto evitamos que el texto quede tan pegado a las fotos*/
}

.fotos_cabanas img{
	width:133px;
	height:111px;
	margin:0 0 6px 6px;
	border:2px solid #6F4C28;
	float:left;
}

.tarifas{
	margin-bottom:20px;
}

	.tarifas th{
		background-color:#6F4C28;
		padding:5px;
		color:#FFF;
	}
	
	.tarifas td{
		background-color:#EDC478;
		padding:5px;
	}
	
	.tarifas td#clara{
		background-color:#F4DDAE;
	}


	.tarifas tr{
		padding-bottom:4px;
	}
	
.cuadro_promo{
	 width:260px; 
	 height:auto; 
	 overflow:hidden;
	 border:2px solid #9B2D34; 
	 padding:10px; 
	 color:#6F4C28;
	 font-weight:bold;
	 font-size:14px;
	 float:right;
}

	.cuadro_promo p{
		text-align:center;
	}
	
p.resaltado{
	font-size:17px;
	font-weight:bold;
}

.fotos{
}

	.fotos img{
		width:183px;
		height:111px;
		margin:0 5px 8px 0;
		border:2px solid #6F4C28;
		float:left;
	}