@charset "utf-8";

html, body {
  	background: #CCA444 url('../pics/bg.jpg') center top repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #6A3D17;
	margin: 0;
	padding: 0;
}

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;
}

/*#wrapper {
	background: url('../pics/bg-header.jpg') center bottom no-repeat;
	height: 225px;
	width: 770px;
	margin: 0 auto;
}*/
#header {
	background: url('../pics/bg-header.jpg') center top no-repeat;
	width: 770px;
	height: 240px;
	margin: 0 auto;
	position: relative;
}
#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;
}

#content {
  	/*background: #F6E8C5 url('../pics/bg-body.jpg') center top repeat-y;*/
	width: 725px;
	margin: 0 auto;
	padding: 0 25px 0 20px;
	text-align: justify;
	position: relative;
}
#content-der {
	width: 530px;
	float: right;
}
#content-izq {
	width: 175px;
	float: left;
}

/*#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');
}

/***** NAV HORIZONTAL *****/
/*------------------------*/
#menu-h {
    width: 770px;
	margin: auto;
	position: relative;
	top: 175px;
	clear: both;
}

#menu-h ul {
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
	/*float: right;*/
}

#menu-h li {
	display: inline;
    margin: 0;
    padding: 0;
}

#menu-h a {
	float: left;
    background: url('../pics/m-left.gif') no-repeat left top;
    margin: 0;
    padding: 0 0 0 12px;
    text-decoration: none;
	font-weight: bold;
}

#menu-h a span {
	float: left;
    display: block;
    background: url('../pics/m-right.gif') no-repeat right top;
    padding: 5px 13px 5px 0;
    color: #F8E9C0;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu-h a span {float: none;}
/* End IE5-Mac hack */
#menu-h a:hover span {
	color: #FFFFFF;
}
#menu-h a:hover {
	background-position: 0% -28px;
}
#menu-h a:hover span {
	background-position: 100% -28px;
}

/***** NAV HORIZONTAL *****/
/*------------------------*/
#globalNav {
	float: left;
	height: 55px;
	width: 100%;
}
#globalNav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#globalNav li {
	float: left;
	margin: 0;
	width: 100px;
	text-align: center;
}
#globalNav li a {
	display: block;
	color: #F6E2AF;
	padding: 6px 0 25px 0;
	width: 100px;
	background: url('../pics/menu-tab.jpg') top left no-repeat;
	background-position: 0 -15px;
	font-weight: bold;
}
#globalNav li a:hover {
	color: #FFFFFF;
	padding: 12px 0 25px 0;
	background-position: 0 -5px;
}

/***** NAV VERTICAL *****/
/*----------------------*/
#titulo {
	background: url('../pics/titulo.gif') no-repeat;
	width: 175px;
	height: 25px;
	padding-top: 10px;
	text-transform: uppercase;
	color: #F6E2AF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#subtitulo {
	width: 14.6em;
	margin: 0;
	padding-bottom: 10px;
}
#subtitulo span a{
	width: 175px; /*185px minus all left/right paddings and margins*/
	background: url('../pics/menu.gif') no-repeat;
	text-align: center;
	color: #7F451B;
	display: block;
	padding: 2px 0 5px 0;
	text-decoration: none;
}
* html #subtitulo span a{ /*IE only */
	width: 175px; /*185px minus all left/right paddings and margins*/
	width: 14.6em; /*IE 5*/
}
#subtitulo span a:hover {
	background: url('../pics/menu.gif') 0 -23px;
	color: #D49704;
	text-decoration: none;
}
#subtitulo img {
	border: 0;
}

/***** FORMS *****/
/*---------------*/
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;
}

/***** LANGUAGE *****/
/*------------------*/
#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;
}

/***** TABLES *****/
/*----------------*/
.tablas table {
	border: 1px solid #D9BA77;
	padding: 3px 3px 0 3px;
	color: #416352;
	background: url('../pics/table-bg.jpg') repeat-x top center;
}
.tablas td, th {
	padding: 5px;
	text-align: center;
}
.tablas thead th {
	color: #725118;
	padding: 7px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
.tablas tbody th {
	font-weight: bold;
}
.tablas tbody tr td { 
	color: #960103;
	font-weight: bold;
	font-size: 14px;
}
.tablas tfoot th, tfoot td {
	color: #000000;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	font-style: oblique;
	border-bottom: 5px solid #D9BA77;
}

/***** 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;
}

/***** 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-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 *****/
/*----------------*/
.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('../pics/divider.gif') repeat-x center;
}

.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: url('../pics/bg-footer.jpg') center top no-repeat;
	width: 770px;
	height: 145px;
	margin: auto;
	clear: both;
	text-align: center;
	color: #6A3D17;
	padding-top: 65px;
}
#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;
}
