﻿* {
	margin:0;
	padding:0;
	border:0;
}
ul {
	list-style:none;
}
ol {
	list-style:none;
}
html {
	min-height:100%;
	height:100%;
}
h1 {
	font-weight:normal;
	font-size:28px;
}
h2 {
	font-weight:normal;
	font-size:24px;
}
a {
	color:#000000;
}
a:hover {
	color:#a5a3a2;
}
body {
	background:#ffffff;
	min-height:100%;
	height:100%;
	font-family:"Arial", verdana, Helvetica, sans-serif;
	font-size:13px;
}
.clearit {
	clear:both;
	font-size:0px;
	height:0px;
	display:block;
}
.clearit img {
	width:100%;
	height:1px;
}

/*/////////////////////////////////////////////////////////////////////General*/

div#page {
	width:960px;
	margin:auto;
}

/*/////////////////////////////////////////////////////////////////////Splash*/

div#splash {
	height:512px;
	margin-top:64px;
	background:#f0edbf url('../images/bg_splash.gif') no-repeat left top;
	text-align:center;
}
div#splash h1 {
	padding-top:64px;
}
div#splash h2 {
	padding-top:16px;
}
div#splash span {
	display:block;
	padding:16px;
}
div#splash span img {
	padding:0px 64px;
}
div#splash p {
	padding:8px;
}
div#splash dfn {
	display:block;
	padding:16px;
}
div#splash dfn img {
	padding:0px 8px;
}
/*/////////////////////////////////////////////////////////////////////TOP*/
div#top {
	height:32px;
}
div#top ul {
	padding-top:8px;
}
div#top ul li {
	width:480px;
	float:left;
}
div#top ul li img {
	padding:0px 8px;
}
div#top ul li span {
	display:block;
	padding-top:4px;
	text-align:right;
}
/*/////////////////////////////////////////////////////////////////////CONTENIDO*/
div#cuerpo {
	min-height:50%;
	background:#f0edbf url('../images/bg_general.gif') repeat-x left top;
	padding-bottom:16px;
}

/*/////////////////////////////////////////////////////////////////////CABANAS*/

div#cabana {
	min-height:50%;
	background:#bb734c url('../images/bg_cabanas.gif') repeat-x left top;
	padding-bottom:16px;
}
div#cabana div.sidebar {
	width:320px;
	float:left;
	background:url('../images/bg_sidebar_cabana.gif') no-repeat right top;
}
div#cabana div.sidebar blockquote ul li a:hover {
	color:#ffffff;
}
div#cabana div.sidebar blockquote ul li a.cabana {
	color:#bb734c;
}
div#cabana div.contenido blockquote h2 {
	color:#ffffff;
}
div#cabana div.contenido cite {
	color:#ffffff;
}

/*/////////////////////////////////////////////////////////////////////EVENTOS*/

div#eventos {
	min-height:50%;
	background:#3b6e8f url('../images/bg_eventos.gif') repeat-x left top;
	padding-bottom:16px;
}
div#eventos div.sidebar blockquote ul li a:hover {
	color:#ffffff;
}
div#eventos div.sidebar {
	width:320px;
	float:left;
	background:url('../images/bg_sidebar_eventos.gif') no-repeat right top;
}
div#eventos div.contenido {
	color:#ffffff;
}
div#eventos div.contenido blockquote h2 {
	color:#d4d0b3;
}
div#eventos div.contenido cite {
	color:#14446b;
}
div#eventos div.sidebar blockquote ul li a {
	color:#ffffff;
}
div#eventos div.sidebar blockquote ul li a.eventos {
	color:#3b6e8f;
}

/*/////////////////////////////////////////////////////////////////////CONTENIDO SIDEBAR*/

div.sidebar {
	width:320px;
	float:left;
	background:url('../images/bg_sidebar.gif') no-repeat right top;
}
div.sidebar h1 {
	height:192px;
	text-align:center;
}
div.sidebar h1 span {
	display:block;
	padding-top:48px;
}
div.sidebar blockquote {
	height:360px;
}
div.sidebar blockquote ul {
	padding:32px 0px 0px 20px;
}
div.sidebar blockquote ul li {
	padding:4px 0px;
}
div.sidebar blockquote ul li a {
	text-decoration:none;
	font-weight:bold;
}
div.sidebar blockquote ul li a:hover {
	color:#f1ecbe;
}

div.sidebar blockquote ul li a.general {
	color:#f1ecbe;
}
/*/////////////////////////////////////////////////////////////////////CONTENIDO CONTENIDO*/

div.contenido {
	width:640px;
	float:left;
}
div.contenido div.contenedor {
	width:608px;
}
div.contenido div.contenedor table {
	margin-top:10px;
	background:#f0edbf;
}
div.contenido div.contenedor table td {
	padding:4px;
	font-size:11px;
}
div.contenido div.contenedor table td.precio {
	background:#ffffff;
	text-align:center;
}
div.contenido div.contenedor table td.titulo {
	background:#ffffff;
	color:#8f5523;
	text-align:center;
	font-weight:bold;
}
div.contenido div.contenedor table td.fecha {
	background:#d1cfa8;
	text-align:center;
}
div.contenido div.contenedor table td.ref {
	background:#d1cfa8;
	font-weight:bold;
}
div.contenido div#map {
	height:288px;
}
div.contenido blockquote {
	height:192px;
}
div.contenido blockquote h2 {
	font-size:18px;
	padding:8px 8px 0px 0px;
	color:#8f5523;
}
div.contenido blockquote p {
	padding:8px 8px 0px 0px;
}
div.contenido ul li {
	width:320px;
	float:left;
}
div.contenido ul li p {
	padding:4px 8px;
}
div.contenido ol li p {
	padding:4px 8px;
}
div.contenido cite {
	clear:both;
	display:block;
	font-style:normal;
	font-size:10px;
	letter-spacing:4px;
	font-weight:bold;
	padding:8px;
	color:#8f5523;
}

/*/////////////////////////////////////////////////////////////////////FOOTER*/

div#footer {
	clear:both;
}
div#footer ul {
	padding-top:8px;
}
div#footer ul li {
	width:480px;
	float:left;
}
div#footer ul li p {
	padding-left:16px;
	background:url('../images/ico_tel.gif') no-repeat left top;
}
div#footer ul li p a {
	font-weight:bold;
}
div#footer ul li dfn {
	display:block;
	text-align:right;
	padding-right:16px;
}
div#footer ul li dfn img {
	padding-left:8px;
}

/*/////////////////////////////////////////////////////////////////////FORMULARIO*/


form fieldset {
}
form span {
	clear:both;
	display:block;
	padding-top:6px;
}
form span label {
	display:block;
	width:128px;
	float:left;
	padding-top:6px;
}
form span input {
	width:160px;
	background:#ffffff;
	padding:4px 0px 4px 4px;
	font-family:Arial;
	font-size:13px;
}
form span input.corto {
	width:64px;
}
form span input:focus {
	background:#d1cfa1;
	color:#000000;
}
form span textarea {
	width:160px;
	height:96px;
	background:#ffffff;
	padding:4px 0px 4px 4px;
	font-family:Arial;
	font-size:13px;
}
form span textarea:focus {
	background:#d1cfa1;
	color:#000000;
}
form small {
	clear:both;
	display:block;
	padding-top:16px;
}
form small input.boton {
	width:104px;
	background:#d1cfa1;
	color:#000000;
	padding:4px 0px 4px 4px;
	margin-right:8px;
}
form fieldset span select {
	font-size:11px;
	border:none;
	
}












