@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #000000 url('../images/bg-page.jpg') center repeat-y;
	color: #FFFFFF;
	font: 12px "Trebuchet MS";
}

h1 {
	text-align: center;
	color: #990000;
    font-size: 1.7em;
    font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0;
	border-bottom: 1px solid #990000;
}
h2 {
	background: #F7DA94;
	color: #8A5E00;
    font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #D9BA77;
	padding: 3px;
}
h3 {
	color: #000000;
    font-size: 1.2em;
	font-weight: bold;
}
h4 {
	color: #990000;
    font-size: 1.0em;
	font-weight: bold;
}

a {
	color: #996600;
}
a:hover {
	color: #D96C00;
}

blockquote {
	padding-left: 35px;
	padding-top: 1px;
	background: url('../pics/quote.gif') no-repeat;
}

acronym, abbr {
	border-bottom: 1px dotted #990000;
	cursor: help;
	color: #990000;
}

/*** Div's Page ***/

#main {
	margin: 0 auto;
	width: 760px;
}

#header {
	margin: 0 auto;
	padding: 0;
}
#logo {
	float: left;
	top: 16px;
	left: 20px;
	position: absolute;
}
#logo a {
	display: block;
	width: 270px;
	height: 140px;
	background: url('../pics/logo-1.gif') no-repeat;
}
#logo a:hover {
	background: url('../pics/logo-2.gif') no-repeat;
}
#logo span {
	display: none;
}

#flash {
	float: right;
	top: 16px;
	right: 25px;
	position: absolute;
}

/*** Navigation Horizontal ***/

#hnav {
	background: #000000 url('../images/bg-hnav.jpg') center no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100px;
	clear: both;
}

#hnav ul {
	float: left;
	margin: 26px 0 0 34px;
	padding: 0px;
	display: inline;
}

#hnav li {
	height: 50px;
	overflow: hidden;
	float: left;
}

#hnav li a {
	line-height: 50px;
	background-position: center top;
	text-indent: -500px;
	overflow: hidden;
	display: block;
}

#hnav li a:hover {
	line-height: 50px;
	background-position: center -50px;
	display: block;
	overflow: hidden;
}

#hnav-home {
	background-image: url('../images/hnav-home.gif');
	background-repeat: no-repeat;
	width: 100px;
}

#hnav-about {
	background-image: url('../images/hnav-about.gif');
	background-repeat: no-repeat;
	width: 154px;
}

#hnav-services {
	background-image: url('../images/hnav-services.gif');
	background-repeat: no-repeat;
	width: 156px;
}

#hnav-tours {
	background-image: url('../images/hnav-tours.gif');
	background-repeat: no-repeat;
	width: 124px;
}

#hnav-contact {
	background-image: url('../images/hnav-contact.gif');
	background-repeat: no-repeat;
	width: 165px;
}

/*** Content ***/

#container {
  	background: url('../images/bg-content-top.jpg') center top no-repeat;
    margin: 0 auto;
	padding: 40px 0 0 0;
	position: relative;
	clear: both;
}

#content-ads {
	background: url('../images/bg-ads.jpg') center top no-repeat;
	width: 150px;
    float: left;
	padding: 10px 20px;
	margin: 0 0 0 32px;
	text-align: center;
}
#content-ads img {
	border: 0;
}

#content {
	/*margin: 10px auto;*/
	width: 480px;
	float: right;
	padding: 0 40px 0 0;
	text-align: justify;
}

/*#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;
}*/

#content li {
	list-style-image: url('../pics/icon.gif');
}


/*** 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 - Formularios ***/

form {
	padding: 0;
	margin: 0;
}

form p {
	padding: 4px;
	margin: 4px;
}

fieldset {
	/*border: 1px solid #CC9E48;*/
	border-top: 1px solid #CC9E48;
	border-left: 1px solid #EED185;
	border-right: 1px solid #EED185;
	border-bottom: 1px solid #F6E2AF;
	padding: 5px 15px;
}

legend {
	color: #804D00;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
}

label {
	cursor: pointer;
	padding-right: 20px;
	width: 170px;
	color: #990000;
	float: left;
	font-weight: bold;
	text-align: right;
}

label.noblock {
	text-align: left;
	padding: 0 20px 0 3px;
	float: none;
}

input, textarea, select {
	border: 1px solid #E9C070;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F3127;
}

input: focus, textarea: focus {
	border: 1px solid #CC9E48;
}

.button input {
	background: #803127;
	color: #FFFFFF;
	font-weight: bold;
	border: 7px double #803127;
	border-left-color: #803127;
	border-top-color: #803127;
	padding: 2px;
}

/*** Languages ***/

#flag {
	text-align: center;
	padding-bottom: 7px;
}
#flag table {
	text-align: center;
}
#flag img {
	border: none;
}
#flag a {
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}
#flag a:hover {
	color: #000000;
}

/*** 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;
}

#tour-1 {
	color: #4F3713;
	position: relative;
	border-bottom: 1px solid #E2CB9A;
}
#tour-1 h2 {
	background: none;
	border: 0;
}
#tour-1 h2 a {
	color: #8A5E00;
	font-size: 90%;
	border-bottom: 1px solid #D9BA77;
}
#tour-1 h2 a:hover {
	background: #F7DA94;
	color: #990000;
	font-size: 90%;
	border-bottom: 1px solid #BEAE52;
}
#tour-1 a {
	color: #8A5E00;
	border-bottom: 1px solid #D9BA77;
	text-decoration: none;
}
#tour-1 a:hover {
	color: #990000;
	border-bottom: 1px solid #BEAE52;
	text-decoration: none;
}

/*** Pictures ***/

#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-1 {
	float: left;
	padding: 10px 10px 0 0;
}
#pics-1 img {
	padding: 4px;
	background: #F6E2AF;
	border: 1px solid #CC9E48;
}
#pics-1 img:hover  {
	border: 1px solid #A77D30;
}

#pics-2 {
	float: right;
	padding: 10px 0 0 10px;
}
#pics-2 img {
	padding: 4px;
	background: #F6E2AF;
	border: 1px solid #CC9E48;
}
#pics-2 img:hover  {
	border: 1px solid #A77D30;
}

/*** Reservations ***/

#reserve {
	text-align: center !important;
}
#reserve a {
	margin: 0 auto;
	width: 218px;
	height: 68px;
	display: block;
	background: url('../pics/reserve-1.gif') no-repeat;
}
#reserve a:hover {
	background: url('../pics/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('../pics/reservar-1.gif') no-repeat;
}
#reservar a:hover {
	background: url('../pics/reservar-2.gif') no-repeat;
}
#reservar span {
	 display: none;
}

/*** Varios Estilos ***/

.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%; }
#datetime {
	height: 60px;
	font-size: 10px;
	font-weight: bold;
	color: #5D3C1E;
	text-transform: uppercase;
}

#spaces {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#click {
	margin-left: 175px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: blink;
	padding-bottom: 5px;
}

.divider {
	background: url('../images/divider.gif') center no-repeat;
}

.author {
	text-align: right !important;
	font-weight: bold;
	font-size: 90%;
}
.req {
	font-weight: bold;
	color: #FF0000;
}
#top a{
	text-align: center;
	color: #990000;
}
#top a:hover{
	color: #FF6600;
}

#new span {
	background: url('../pics/new.gif') no-repeat;
	width: 46px;
	height: 20px;
	display: block;
}

#once {
	font-size: 11px;
}

#mistico{
	margin-left: 200px;
	color: #7F3127;
}

#contacto {
	background: #F0E8C8;
	border: 1px solid #81471E;
	width: 150px;
	text-align: center;
	padding: 5px;
	margin: auto;
}

#contacto img {
	border: none;
}

/*** Footer ***/

#footer {
  	background: #000000 url('../images/bg-content-bottom.jpg') center top no-repeat;
	text-align: center;
	color: #FFFBEC;
	clear: both;
	padding: 20px 0 0 0;
	height: 180px;
}
#footer a {
	color: #C7722C;
	text-decoration: none;
	border-bottom: 1px solid #C7722C;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px solid #990000;
}