@charset "utf-8";

html {
	background: #80b036 url('/images/bg-content.jpg') center top repeat-y;
}

body {
	margin: 0;
	padding: 0;
	color: #525252;
	font: 75%/1.4em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}
h1 {
	color: #996600;
	font-size: 150%/1.5em;
}
h2 {
	color: #996600;
	font-size: 140%/1.4em;
}
h3 {
	color: #996600;
	font-size: 120%/1.2em;
}
h4 {
	color: #996600;
	font-size: 100%/1.0em;
}
ul li {
	list-style-type: square;
	line-height: 1.7em;
}

ol li {
	list-style-type: decimal !important;
}

a {
	color: #657d26;
	text-decoration: none;
	border-bottom: 1px solid #eae7d5;
}
a:hover {
	color: #9d7e00;
	border-bottom: 1px solid #9d7e00;
}

acronym, abbr {
	border-bottom: 1px dotted #a0c3e3;
	cursor: help;
}

blockquote {
	padding-left: 40px;
	padding-top: 5px;
	background: url('/images/quote.gif') no-repeat;
	text-align: justify;
}

/*** Layout - Capas ***/

#main {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 250px;
	position: relative;
	border-bottom: 10px solid #FFCC00;
}

#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	right: 20px;
}

#header h1 a {
	/*border: 1px solid #9AC0E3;*/
	display: block;
	width: 340px;
	height: 170px;
	background: url('/images/logo.gif') no-repeat;
}

/*#header h1 a:hover {border: 1px solid #3172B2;}*/

#header h1 span {
	display: none;
}

.adm {
	background: url('/images/bgheaderadm.jpg') no-repeat !important;
	width: 900px;
	height: 150px;
	margin: auto;
	position: relative;
	border-bottom: 7px solid #FFCC00;
}

/*** Nav Horizontal ***/

#hnav {
	margin: 0;
	padding: 0;
	bottom: 0;
	right: 6px;
	position: absolute;
	font-size: 110%;
	font-weight: bold;
}
#hnav ul {
	margin: 0;
	list-style: none;
}
#hnav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#hnav a {
	margin: 0;
	float: left;
	background: url('/images/m-left.gif') no-repeat left top;
	padding: 0 4px 0 4px;
	text-decoration: none;
	border: 0;
}
#hnav a span {
	float: left;
	display: block;
	background: url('/images/m-right.gif') no-repeat right top;
	padding: 5px 18px 5px 15px;
	color: #A91712;
}

/* Small hack for IE5-Mac \*/
#hnav a span {
	float: none;
}

/* End IE5-Mac hack */
#hnav a:hover span {
	color: #5E7423;
}
#hnav a:hover {
	background-position: 0% -42px;
}
#hnav a:hover span {
	background-position: 100% -42px;
}
#hnav #current a {
	background-position: 0% -42px;
}

/*** Nav Vertical ***/

#content-nav {
	margin: 0 0 0 10px !important;
}

#nav {
	float: left;
	width: 160px;
	border: 1px solid #FFCC00;
}

#nav ul, li {
	list-style-type: none;
}
 
#nav ul {
	margin: 0;
	padding: 0;
}
 
#nav li {
	border-bottom: 1px solid #fed739;
	list-style: none;
}
 
#nav li a {
	text-decoration: none;
	color: #b88636;
	background: #FFF;
	display: block;
	padding: 3px 10px;
	border: 0 !important;
	font-weight: bold;
}
 
#nav li a:hover {
	background: #fdf9ec;
}

/*** Ads ***/

#content-ads {
	margin: 0 10px 0 0 !important;
}

#ads {
	width: 160px;
	float: right;
	text-align: center;
	border: 1px solid #FFCC00;
}

#ads p {
	padding: 4px;
}

#nav h2, #ads h2 {
	font: 110%/1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A91712;
	background: #FFCC00;
	padding: 6px;
	margin: 0 !important;
	text-align: center;
}

.banner {
	padding: 0;
	margin: 0;
}

.banner a {
	border: 0;
}

.banner a:hover {
	border: 0;
}

.banner img {
	border: none;
}
/*** Content - Contenido ***/

#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#content {
	width: 530px;
	margin: 10px auto;
}

#content-adm {
	width: 710px;
	float: right;
	padding-right: 10px;
}

#content h1 {
	color: #718D2B;
	font: 140%/1.4em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	text-align: center;
	font-weight: bold;
	margin: 3px 0;
	padding: 0;
	border-bottom: 1px solid #e1edc2;
}

#content h2 {
	color: #97702d;
	font: 130%/1.3em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-weight: bold;
}

#content h2 a {
	color: #b88636;
	font-weight: bold;
}
#content h2 a:hover {
	background: #fdf9ec;
}

#content h3 {
	color: #97702d;
	font: 110%/1.1em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
}

#content p {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: justify;
}

/*** Forms - Formularios ***/
  
form {
	padding: 0;
	margin: 0;
}

fieldset {
	border: 1px solid #dedede;
	padding: 10px;
	margin: 5px 2px 15px;
}

legend {
	color: #718d2b;
	font: bold 120%/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

label {
	cursor: pointer;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	width: 100px;
	color: #666;
	float: left;
}

label.noblock {
	text-align: left;
	padding: 0 20px 0 3px;
	float: none;
}

input, textarea, select {
	border: 1px solid #999;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus {
	border: 1px solid #000;
}

.button input {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	padding: 2px;
}

.button input:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}


dt {
	font-weight: bold;
	color: #40659B;
}

/*** Tables - Tablas ***/

table {
	width: 99%;
	border: 1px solid #D4E0EE;
	border-width: 1px 1px 0 0;
	margin: .5em auto;
}

table, td, th {
	border-collapse: collapse;
}

caption {
	font-weight: bold;
	padding: 3px;
	margin: 10px auto;
	color: #1D3652;
}

td, th {
	padding: 3px 5px;
	border: 1px solid #D4E0EE;
	border-width: 0 0 1px 1px;
}

thead th {
	background: #E6EDF5;
	font-size: 12px;
	color: #4F76A3;
}

table .tr01 {
	background: #F7F9FC;
}

table .tr02 {
	background: #FCFDFE;
}

table .tr03, table .tr04 {
	background: #FFFFCC;
}

.delete {
	border: 0 !important;
	display: block;
}

.delete:hover {
	background: #FF0000;
	color: #FFF;
}

tbody th {
	color: #557290;
	text-align: left;
}

tfoot td {
	border: 0;
}

table a:link {
	color: #40659b;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

table a:visited {
	color: #40659b;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

table a:hover {
	color: #718d2b;
	border-bottom: 1px solid #d39090;
}

/*** Footer ***/

#footer {
	background: #80b036 url('/images/bg-footer.jpg') top repeat-x;
	width: 900px;
	margin: 0 auto;
	padding: 25px 0 10px 0 ;
	text-align: center;
	color: #ffffb7;
	clear: both;
}
#footer a {
	color: #ffffb7;
}
#footer a:hover {
	color: #ffff00;
}

.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%;}

.req {
	font-weight: bold;
	color: #FF0000;
}

.tfvHighlight {font-weight: bold; color: red;}
.tfvNormal {color: #666;}

/*** Paginator ***/

.paginator {
	margin: 0 auto;	
}

.paginator p {
	text-align: center !important;
	padding: 10px 0;
	margin: 0;
}

.paginator a {
	padding: 2px 8px;
	border: 1px solid #80b036;
	background-color: #ffffff;
}

.paginator a:hover {
	border: 1px solid #80b036;
	font-weight: normal;
	text-decoration: none;
	background-color: #80b036;
	color: #ffffff;
}

.paginator .ezr_nav_na {
	padding: 2px 8px;
	/*font-weight: bolder;*/
	border: 1px solid #80b036;
	background-color: #80b036;
	color: #ffffff;
	font-weight: bold;
}

.msg {
	border: 1px solid #d1baba;
	color: #a18181;
	background: #ffe8e8;
	padding: 4px 10px !important;
	margin: 10px 2px !important;
}

.tip {
	padding: 5px 5px 5px 20px;
	background: #f5fcfe url('../images/ictip.png') no-repeat 3px 7px;
	font: 90% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #00aeef;
	cursor: help;
	color: #3c5e6b;
}

.big {
	font-size: 130%;
}

#innav{
	font-size: 60%;
}

.small {font-size: 60%;}

.filled {
	color: #40659b;
	font-weight: bold;
}

.unfilled {
	color: #ff5c00 !important;
	font-weight: bold;
}

/* Tours */
.tour-dest, .tour-type, .tour-more {
	margin: 2px auto;
}

.tour-dest {
	margin-bottom: 10px !important;
	padding-bottom: 5px !important;
	border-bottom: 1px solid #eae7d5;
}

.tour-dest a {
	border: 0;
}

#tour-info p {
	text-align: justify;
}

#tour-info h2 {
	font-size: 100%;
	font-weight: bold;
}

#tour-meta {
	float: right;
	font: 90%/1.9em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px;
	padding: 0 20px 10px;
	width: 200px;
	text-align: center !important;
}

#tour-meta p {
	text-align: center;
}

#tour-meta h2 {
	font: 160%/1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.tour-more {
	margin-bottom: 10px !important;
	padding-bottom: 5px !important;
	border-bottom: 1px solid #eae7d5;
}

#booknow {
	float: right;	
}

#booknow img, #booknow a {
	border: 0 !important;
}

#tour-price {
	text-align: center;
	font-weight: bold;
	font-size: 180%;
	background: #FFF5CF;
	padding: 10px;
	margin: 0 auto 10px;
	color: #40659B;
	border-bottom: 1px solid #ffcc00;
}

.thumbpicitem {
	width: 200px;
	height: 150px;
	margin: 5px;
	text-align: center;
}

#inlinelist .thumbpicitem, #whatever .thumbpicitem {float: left;}

.thumbpicitem a {
	border: 0 !important;
}


.thumbpicitem img {
	padding: 4px;
	border: 1px solid #D4E0EE;
	background: #F7F9FC;
}

.thumbpicitem img:hover {
	border: 1px solid #7C9ABB;
}

.nb {
	border: 1px solid #FFF;
	padding: 0;
	background: none;
}

#descserv {
	padding: 4px;
	border: 1px solid #D4E0EE;
	background: #F7F9FC;
	font: 80%/1.5em Verdana, Helvetica, sans-serif;
}

#descserv h1 {
	font-size: 110%;
	color: #AB1818;
}

.phd {
	float: left;
	padding: 5px;
}

.author {
	text-align: right !important;
	font-weight: bold;
	font-size: 90%;
}

#authby {
	font-size: 90%;
	text-align: justify;
	padding: 4px 8px !important;
	margin: 0;
}

#skipnav {display: none;}

/* My Account */

#accounttabs {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
	margin-bottom: 20px !important;
}

#accounttabs ul, #accounttabs li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#accounttabs a	{
	background : #f2f3f5;
	border : 1px solid #DDD;
	color : #8f8f8f;
	float : left;
	font-size : 110%;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#accounttabs a:hover {
	background: #E8EBF0;
	border: 1px solid #CCC;
	color: #666;
}

#accounttabs .current {
	background : #fff !important;
	border-bottom : 1px solid #fff !important;
	color : #000 !important;
}

#utours li {
	border-bottom: 1px solid #e8f2fe;
	padding-bottom: 5px;
	padding-left: 2px;
}

#utours .l02 {
	background: #fafcff;
}

.ureserve, .ureserve2, .umap {
	display: block;
	border: 1px dotted #ffcc00 !important;
	background: #fff2be;
	margin-top: 12px;
	padding: 2px 10px;
	color: #9d7e00 !important;
}

.ureserve:hover, .ureserve2:hover {
	background: #ffeda5;
	border: 1px solid #eebf01;
}

.ureserve2, .umap {
	padding: 1px 8px;
	margin: 1px 2px !important;
	color: #9d7e00 !important;
	font-weight: bold;
	font-size: 120%;
}

.umap {
	color: #135089 !important;
	background: #acd5fb !important;
	border-color: #1f83e0 !important;
}

.umap:hover {
	background: #b0cfec !important;
}

.metatour {
	float: right;
}

/* Noticias */
.nresume {
	font-size: 90%;
	color: #000;
}

.lnews {
	font-size: 85%;
	text-align: left;
	padding: 2px !important;
	margin: 2px;
}

.lnews a {
	font-weight: normal !important;
}

#marqueecontainer {
	position: relative;
	height: 200px;
	background-color: white;
	overflow: hidden;
	margin-top: 10px;
}

#vmarquee {
	position: absolute;
	width: 98%;
	left: 2px;
}

#switchhomelang {
	position: absolute;
	right: 10px;
	top: 0;
	padding: 3px 10px;
	font-size: 90%;
}

#switchhomelang a {
	text-decoration: none;
	border: 0;
	padding-left: 35px;
	padding-right: 5px;
	font-weight: bold;
	color: #FFF;
}

#switchhomelang a:hover {
	font-size: 110%;
}

#es-lang, #eslang {background: url('../images/es-flag.gif') no-repeat left;}
#en-lang, #enlang {background: url('../images/en-flag.gif') no-repeat left;}

#eslang, #enlang {
	display: block;
	padding-left: 20px;
	margin-left: 4px;
}

#tofc {
	float: right;
	border: 1px dotted #ffcc00 !important;
	background: #fff2be;
	margin: 2px 10px;
	padding: 10px;
	font-weight: bold;
	color: #9d7e00;
}

#tofc a {
	color: #9d7e00 !important;
	border: 0;
	font-weight: bold;
}

#tofc a:hover {
	border-bottom: 1px solid #eebf01;
}

.example {
	font-size: 90%;
	color: #aaa;
}

.linkitem {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px !important;
	float: left;
	width: 100%;
	margin-bottom: 10px !important;
}

.imglink {
	border: 1px solid #DDD;
	float: left;
	margin: 5px;
	width: 150px;
	height: 80px;
}

.pdf, .nopdf {
	padding-left: 20px;
	color: #FF60A3;
	background: url('../images/icpdf.gif') no-repeat left;
}

.pdf:hover {
	background: #FAFFCF url('../images/icpdf.gif') no-repeat left;
}

.nopdf {
	color: #bdbdbd !important;
	background: url('../images/icnopdf.gif') no-repeat left !important;
}

#divmsg {
	font-weight: bold;
	color: red;
}

table.banners tbody th {
    padding: 10px !important; 
}

table.banners p {
	text-align: center !important;
}

.comment {
	border-bottom: 1px solid #ececec;
	padding: 4px 5px;
}

.odd {
	background: #fffef0;
	color: #5e4a04;
}

#ads>#searchbox {
	padding: 4px;
}

#searchbox p {
	margin: 0 !important;
	padding: 2px !important;
	color: #FFF;
}

#searchbox form {
	margin: 0 !important;
	padding: 0 !important;
}

#searchbox input.dd {
	margin: 0 !important;
	padding: 0 !important;
}