﻿/*////////////////////////////////////////*/
/*------------------reset-----------------*/
/*////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: baseline;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	outline: 0;
}
ul, ol {
	list-style: none;
}
bloquote, q {
	quotes: "" "";
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*////////////////////////////////////////*/
/*-------------------root-----------------*/
/*////////////////////////////////////////*/
.clearit {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0;
}
strong {
	font-weight: bold;
}
body {
	background:#c9c5b9 url('../images/bg.jpg') repeat-x center top;
	font-size:15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #5e5e5e;
}
div#pagina {
	width:960px;
	margin:auto;
}
a {
	color: #5e5e5e;
	text-decoration:none;
}
a:hover {
	color:#cbdc7d;
}

/*////////////////////////////////////////*/
/*-------------------splash-----------------*/
/*////////////////////////////////////////*/

div#splash {
	text-align:center;
}
div#splash h1 {
	height:224px;
}
div#splash h1 img {
	padding-top:64px;
	padding-bottom:8px;
}
div#splash p {
	padding:8px;
}
div#splash blockquote {
	height:318px;
}
div#splash blockquote a {
	color:#ffffff;
}
div#splash blockquote a:hover {
	color:#b5cc35;
}

/*////////////////////////////////////////*/
/*-------------------header-----------------*/
/*////////////////////////////////////////*/

div#header {
	height:192px;
	background:url('../images/top.gif') no-repeat center bottom;
}
div#header ul li {
	width:320px;
	float:left;
}
div#header ul li h1 {
	text-align:center;
	padding-top:48px;
	color:#ffffff;
}
div#header ul li h1 img {
	padding-bottom:8px;
}
div#header ul li cite {
	display:block;
	text-align:right;
	padding-top:154px;
	padding-right:16px;
}
div#header ul li cite img {
	padding-left:8px;
}
div#header ul li p {
	padding-top:158px;
	text-align:center;
	font-size:18px;
}
/*////////////////////////////////////////*/
/*-------------------menu-----------------*/
/*////////////////////////////////////////*/

div#menu {
	height:48px;
	background:#ffffff url('../images/bg_menu.gif') no-repeat center center;
}
div#menu ul {
	padding-left:16px;
}
div#menu ul li {
	width:160px;
	float:left;
}
div#menu ul li a {
	display:block;
	text-align:center;
	padding:15px 0px;
	color:#cbdc7d;
}
div#menu ul li a:hover {
	background:url('../images/flecha_menu.gif') no-repeat center bottom;
	color:#ffffff;
}
div#menu ul li a.select {
	background:url('../images/flecha_menu.gif') no-repeat center bottom;
	color:#ffffff;
}


/*////////////////////////////////////////*/
/*-------------------Contenido-----------------*/
/*////////////////////////////////////////*/


div#contenido {
	background:#ffffff;
	min-height:312px;
}
div#contenido div.portada {
	width:624px;
	float:left;
	margin-left:16px;
}
div#contenido div.sidebar {
	width:304px;
	float:left;
	margin-right:16px;
}
div#contenido div.sidebar h1 {
	color:#71881a;
	font-size:28px;
	padding:4px 4px;
}
div#contenido div.sidebar blockquote {
	height:128px;
	margin-top:16px;
	background:url('../images/bg_bloque.gif') no-repeat left top;
}
div#contenido div.sidebar blockquote dl dt {
	width:128px;
	text-align:center;
	float:left;
}
div#contenido div.sidebar blockquote dl dd {
	width:176px;
	float:left;
}
div#contenido div.sidebar blockquote dl dd h1 {
	color:#71881a;
	font-size:22px;
	padding:4px 4px;
}
div#contenido div.sidebar blockquote dl dd p a {
	display:block;
	text-align:center;
	width:80px;
	background:url('../images/btn_off.gif') no-repeat center center;
	color:#cbdc7d;
}
div#contenido div.sidebar blockquote dl dd p a:hover{
	background:url('../images/btn_on.gif') no-repeat center center;
	color:#ffffff;
}
div#contenido div.sidebar ul {
	padding:0px 16px;
}
div#contenido div.sidebar ul li {
	list-style:disc;
}

div#contenido div.general {
	padding:16px;
}
div#contenido div.general h1 {
	color:#71881a;
	font-size:28px;
}
div#contenido div.general p a {
	font-weight:bold;
}
.intro { height: 272px; width: 896px; margin: auto;
}

.intro img { padding: -3px; border: 0px; border-radius: 8px;
}

.inicio { height: 296px; width: 608px; margin: auto;
}

.inicio img { padding: -3px; margin-left: -8px; border: 0px; border-radius: 8px;
}

.habitacion { height: 288px; width: 488px; margin: auto;
}

.habitacion img { padding: -3px; margin-left: -12px; border: 0px; border-radius: 8px;
}
/*////////////////////////////////////////*/
/*-------------------footer-----------------*/
/*////////////////////////////////////////*/


div#footer {
	clear:both;
}
div#footer ul li {
	width:320px;
	float:left;
}
div#footer ul li blockquote {
	background: url('../images/bg_tel.gif') no-repeat left top;
	height:88px;
}
div#footer ul li dfn {
	display:block;
	text-align:right;
	padding-right:32px;
}
div#footer ul li dfn img {
	padding:4px;
}
div#footer ul li h1 {
	padding-left:116px;
	padding-top:16px;
	font-size:20px
}
div#footer ul li p {
	padding-left:118px;
}
div#footer ul li cite {
	display:block;
	padding-left:16px;
	padding-top:8px;
}
div#footer ul li cite img {
	vertical-align:middle;
	padding-right:8px;
	padding-bottom:4px;
}

/*////////////////////////////////////////*/
/*----------------formulario-----------------*/
/*////////////////////////////////////////*/

form {
}
form p {
	clear: both;
	padding:2px;
}
legend {
	display: none;
}
fieldset {
	padding: 8px;
}
input {
	width: 128px;
	border: solid #ffffff 1px;
	background:#667202;
	padding: 4px;
	color: #ffffff;
}
input:focus {
	background:#a0b42f;
}
textarea:focus {
	background:#a0b42f;
}
textarea {
	width: 256px;
	height: 128px;
	border: solid #ffffff 1px;
	padding: 4px;
	color: #ffffff;
	background:#667202;
}
label {
	float: left;
	width: 128px;
	text-align: right;
	margin: 4px 8px 0px 0px;
	padding: 4px;
}
input.boton {
	width: 128px;
	padding: 2px 1em;
	background: #667202;
	color: #ffffff;
}






