@charset "utf-8";

body {
  	background: #DA7E0F url('/images/bg-page.jpg') repeat center;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #5C3514;
	margin: 15px 0;
	padding: 0;
}

h1 {
  	background: url('/images/bg-h1.jpg') no-repeat center bottom;
	color: #A03A03;
    font-size: 1.5em;
    font-weight: bold;
	text-align: center;
	padding: 0 0 6px 0;
	margin: 0;
}
h2 {
	color: #3F3727;
    font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #D9BA77;
	padding: 2px 2px 2px 10px;
	margin: 0;
}
h3 {
	color: #000000;
    font-size: 1.1em;
	font-weight: bold;
}
h4 {
	color: #990000;
    font-size: 1.0em;
	font-weight: bold;
}

a {
	color: #996600;
}
a:hover {
	color: #D96C00;
}

blockquote {
	padding: 0 0 0 40px;
	padding-top: 1px;
	font-style: italic;
	background: url('/images/quote.gif') no-repeat;
}

acronym, abbr {
	border-bottom: 1px dotted #A03A03;
	cursor: help;
	color: #A03A03;
}

/* Main */

#main {
	width: 780px;
	margin: auto;
}

#header {
	background: url('/images/bg-header.jpg') no-repeat center top;
	height: 135px;
	margin: auto;
}

#logo {
	float: left;
	padding: 19px 0 0 50px;
	margin: 0;
}
#logo a {
	display: block;
	width: 272px;
	height: 96px;
	background: url('/images/logo-1.png') no-repeat center;
}
#logo a:hover {
	background: url('/images/logo-2.png') no-repeat center;
}
#logo span {
	display: none;
}

#language {
	float: right;
	margin: 0;
	padding: 35px 50px 0 0;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#language a {
	color: #FFD975;
}
#language a:hover {
	color: #FFFFFF;
}

.spanish, .english {
	padding: 40px 10px 5px;
	margin: 5px;
}
.spanish {
	background: transparent url('/images/flag-es.gif') no-repeat center top;
	float: left;
}
.english {
	background: transparent url('/images/flag-en.gif') no-repeat center top;
	float: left;
}

#datetime {
	color: #A03A03;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

/* Animation */

#flash {
	background: url('/images/bg-flash.jpg') repeat-y center bottom;
	width: 780px;
	height: 250px;
	margin: auto;
	text-align: center;
	clear: both;
}

/* Navigation Horizontal */

#hnav {
	/*background: url('/images/bg-hnav.jpg') no-repeat center;*/
	width: 780px;
	height: 72px;
	margin: auto;
}

#hnav ul {
	/*float: left;
	margin: 150px 0 0 0;*/
    margin: 0;
    padding: 0;
	display: inline;
}

#hnav li {
	float: left;
	height: 72px;
	overflow: hidden;
}

#hnav li a {
	line-height: 72px;
	background-position: center top;
	text-indent: -500px;
	overflow: hidden;
	display: block;
}

#hnav li a:hover {
	line-height: 72px;
	background-position: center -72px;
	display: block;
	overflow: hidden;
}

#hnav-home {
	background-image: url('/images/hnav-home.gif');
	background-repeat: no-repeat;
	width: 86px;
}

#hnav-about {
	background-image: url('/images/hnav-about.gif');
	background-repeat: no-repeat;
	width: 105px;
}

#hnav-rooms {
	background-image: url('/images/hnav-rooms.gif');
	background-repeat: no-repeat;
	width: 84px;
}

#hnav-services {
	background-image: url('/images/hnav-services.gif');
	background-repeat: no-repeat;
	width: 96px;
}

#hnav-location {
	background-image: url('/images/hnav-location.gif');
	background-repeat: no-repeat;
	width: 98px;
}

#hnav-gallery {
	background-image: url('/images/hnav-gallery.gif');
	background-repeat: no-repeat;
	width: 91px;
}

#hnav-booking {
	background-image: url('/images/hnav-booking.gif');
	background-repeat: no-repeat;
	width: 96px;
}

#hnav-contact {
	background-image: url('/images/hnav-contact.gif');
	background-repeat: no-repeat;
	width: 124px;
}

#hnav-inicio {
	background-image: url('/images/hnav-inicio.gif');
	background-repeat: no-repeat;
	width: 77px;
}

#hnav-nosotros {
	background-image: url('/images/hnav-nosotros.gif');
	background-repeat: no-repeat;
	width: 92px;
}

#hnav-habitaciones {
	background-image: url('/images/hnav-habitaciones.gif');
	background-repeat: no-repeat;
	width: 124px;
}

#hnav-servicios {
	background-image: url('/images/hnav-servicios.gif');
	background-repeat: no-repeat;
	width: 90px;
}

#hnav-ubicacion {
	background-image: url('/images/hnav-ubicacion.gif');
	background-repeat: no-repeat;
	width: 97px;
}

#hnav-galeria {
	background-image: url('/images/hnav-galeria.gif');
	background-repeat: no-repeat;
	width: 79px;
}

#hnav-reservar {
	background-image: url('/images/hnav-reservar.gif');
	background-repeat: no-repeat;
	width: 92px;
}

#hnav-contactenos {
	background-image: url('/images/hnav-contactenos.gif');
	background-repeat: no-repeat;
	width: 129px;
}

/* Container */

#container {
	background: url('/images/bg-container.jpg') repeat-y center top;
    margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: justify;
	clear: both;
}

/*#content {
  	background: #F6E8C5 url('/images/bg-body.jpg') center top repeat-y;
	margin: auto;
	padding: 0 40px;
	text-align: justify;
}*/

#content-left {
	width: 420px;
	margin: 0;
	padding: 0 0 0 60px;
}

#content-right {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0 60px 0 0;
}

/*#content a{
	color: #990000;
	font-size: 11px;
	text-decoration: none;
}
#content a:hover{
	color: #EA0000;
	font-size: 11px;
	border-bottom: 1px solid #EA0000;
	text-decoration: none;
}*/

#container li {
	list-style-image: url('/images/icon.gif');
	vertical-align: middle;
	padding-left: 5px;
}

/* Clearfix */

.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Forms */

form {
	padding: 0;
	margin: 0;
}

form p {
	padding: 3px 0;
	margin: 3px 0;
}

fieldset {
	border-top: 1px solid #DEBD76;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

legend {
	color: #804D00;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
}

label {
	cursor: pointer;
	padding-right: 15px;
	width: 120px;
	color: #A03A03;
	float: left;
	font-weight: bold;
	text-align: right;
}

label.noblock {
	text-align: left;
	padding: 0 5px 0 10px;
	float: none;
}

input, textarea, select {
	border: 1px solid #DEBD76;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5C3514;
}

input:focus, textarea:focus {
	border: 1px solid #DEBD76;
}

.button input {
	background: #FEF9D8;
	font: bold 110% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #863002;
	border: 1px solid;
	border-color: #DEBD76 #804D00 #804D00 #DEBD76;
	padding: 3px 10px;
}

/* Rooms */

.room {
	font-size: 130%;
	margin: auto;
	display: table;
	width: 100%;
	border-bottom: 1px dotted #D9BA77;
}
.room:hover {background: #FFEAB3;}

.room p {
	text-align: center;
	margin: 5px 15px;
	font-weight: bold;
	line-height: 30px;
}

.room a {
	display: block
}

.room a:hover {
	font-size: 120%;
}

.room span {
	font-weight: normal;
}

/* Tours */

#tour {
	color: #990000;
	text-align: center;
}
#tour a {
	color: #990000;
	text-align: center;
	font-size: 11px;
	border-bottom: 1px solid #990000;
	text-decoration: none;
}
#tour a:hover {
	color: #EA0000;
	text-align: center;
	font-size: 11px;
	border-bottom: 1px solid #EA0000;
	text-decoration: none;
}

/* Contact Online */

.contact {
	padding: 5px;
	margin: 0;
}

.messenger, .skype {
	padding: 2px 0 2px 45px;
}

.messenger {
	background: transparent url('/images/messenger.gif') no-repeat center left !important;
}
.skype {
	background: transparent url('/images/skype.gif') no-repeat center left !important;
}

/* Images */

.pics {
	text-align: center;
	font-size: 95%;
	color: #990000;
	font-weight: bold;
	padding: 10px;
}
.pics img {
	padding: 4px;
	border: 1px solid #CC9E48;
	background: #F6E2AF;
}
.pics img:hover  {
	border: 1px solid #CC9E48;
}
.pics a {
	display: block;
    width: 150px;
    height: 112px;
	margin-bottom: 2px;
	border-bottom: 1px solid #D59833;
}
.pics a:hover {
	display: block;
	border-bottom: 1px solid #D59833;
}

.pics-contact {
	float: left;
	padding: 0 8px;
}

/* Gallery */

.gallery {
	margin: 12px 0 0 0;
	padding: 0;
	position: relative;
}
.gallery .imagen {
	float: left;
	width: 130px;
	text-align: center;
	margin: 0 8px 10px 0;
	background: #F7DA94;
	border: 1px solid #FFF0C1;
	border-bottom-color: #D9BA77;
	border-right-color: #D9BA77;
	color: #5C3514;
}
.gallery .imagen a {
	float: left;
	padding: 5px;
	border: 0;
}
.gallery img {
	float: left;
	border: 0;
}
.gallery span {
	padding: 2px 0;
	width: 100%;
	float: left;
	clear: both;
	font-weight: bold;
}

/* Reservations */

#reserve {
	text-align: center !important;
}
#reserve a {
	margin: 0 auto;
	width: 218px;
	height: 68px;
	display: block;
	background: url('/images/reserve-1.gif') no-repeat;
}
#reserve a:hover {
	background: url('/images/reserve-2.gif') no-repeat;
}
#reserve span {
	 display: none;
}

#reservar {
	text-align: center !important;
}
#reservar a {
	margin: 0 auto;
	width: 245px;
	height: 68px;
	display: block;
	background: url('/images/reservar-1.gif') no-repeat;
}
#reservar a:hover {
	background: url('/images/reservar-2.gif') no-repeat;
}
#reservar span {
	 display: none;
}

/* Varios */

.aright { text-align: right !important; }
.acenter { text-align: center !important; }
.aleft { text-align: left !important; }
.fright { float: right; }
.fleft { float: left; }
.clear { clear: both; }
.hidden { display: none; }
.upper { text-transform: uppercase; }
.ohp { width: 95%; }

.divider {
	background: url('/images/divider.gif') repeat-x center;
}

.author {
	text-align: right !important;
	font-weight: bold;
	font-size: 90%;
}

.req {
	font-weight: bold;
	color: #FF0000;
}

.calendar {
	cursor: pointer;
	vertical-align: middle;
}

.mapa {
	border: 1px solid #D9BA77;
	background-color: #FFEAB3;
	width: 420px;
	height: 320px;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Footer */

#footer {
	background: url('/images/bg-footer.jpg') no-repeat center top;
	margin: auto;
	text-align: center;
	color: #462100;
	padding-top: 30px;
	clear: both;
}
#footer a {
	color: #FFE49F;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}