html {
	background: url('../images/bghtml.jpg') repeat-x;
}

body {
	margin: 0;
	padding: 0;
	color: #b0a77e;
	background:url('../images/bgbody.jpg') no-repeat top center;
	font: 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
}

ul li {
	list-style-type: square;
	line-height: 1.7em;
}

ol li {
	list-style-type: decimal !important;
}

a {
	color: #d7661c;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}

a:hover {
	color: #94ab36;
}

acronym, abbr {
	color: #d7661c;
	border-bottom: 1px dotted #CCC;
	cursor: help;
}

blockquote {
	padding-left: 40px;
	padding-top: 5px;
	background: url('/images/quote.gif') no-repeat;
	text-align: justify;
}

/**
  * Forms
  */

fieldset {
	border: 1px solid #dedede;
	padding: 10px;
	margin: 5px 2px 15px;
}

legend {
	color: #718d2b;
	font: 150%/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
  */

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;
}

/**
  * Layout
  */
#main {
	margin: 0 auto !important;
	width: 780px;
/*	background: #FFF url('../images/bgmain.jpg') no-repeat top center;*/
}

#header {
	height: 140px;
	position: relative;
	width: 780px;
	margin: auto;
/*	background: url('../images/bgheader.jpg') no-repeat;*/
}

.adm {
	
}

#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 105px;
	bottom: 5px;
}

#header h1 a {
	display: block;
	width: 255px;
	height: 40px;
	border: 0 !important;
}

#header h1 span {
	display: none;
}

#hnav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3px;
	right: 10px;
}

#hnav li {
	display: inline;
	list-style: none;
}

#hnav a {
	display: block;
	float: left;
	padding: 2px 8px;
	margin: 1px 10px 0 0;
	text-align: center;
	font: 150%/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
}

#hnav a:hover {
	border-bottom: 3px solid #94ab36;
}

#nav {
	margin-top: 0px !important;
	float: left;
	width: 160px;
	border-bottom: 0;
	padding: 5px;
}

#nav ul, li {
	list-style-type: none !important;
}
 
#nav ul {
	margin: 0;
	padding: 0;
}
 
#nav li {
	border-bottom: 1px solid #ecefd7;
}
 
#nav a {
	text-decoration: none;
	background: #FFF;
	display: block;
	padding: 3px 10px;
	border: 0 !important;
}
 
#nav a:hover {
}

#ads {
	width: 150px;
	padding: 5px;
	float: right;
	text-align: center;
	margin-top: 0px;
}

#ads p {
	padding: 4px;
}

#nav h2, #ads h2 {
	font: 130%/1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b2b566;
	padding: 4px;
	margin: 0 !important;
	text-align: center;
	text-transform: uppercase;
}

.banner {
	padding: 0;
	margin: 0;
}

.banner a {
	border: 0;
}

.banner img {
	border: 1px solid #000;
}

#content {
	margin: 0 165px 0 180px;
	padding: 0 10px;
}

#content h1 {
	font-weight: normal;
	font-size: 160%;
	line-height: 1.2em;
	color: #B3AE6E;
	margin-top: 0;
	padding-top: 15px;
}

#content h1 a {
	border: 0;
}

#content h2 {
	color: #B3AE6E;
	font-size: 140%;
	line-height: 1.4em;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

#content p {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: justify;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px;
	font-size: 90%;
	width: 780px;
	margin: auto;
}


.aright { text-align: right; }
.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 p {
	text-align: center !important;
	padding: 10px 0;
	margin: 0;
}

.paginator a {
	padding: 2px 8px;
	border: 1px solid #CCC;
}

.paginator a:hover {
	border: 1px solid #000;
}

.paginator .ezr_nav_na {
	padding: 3px 9px;
}

.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 {
	color: #222;
	font: 90% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 2px auto;
}

.tour-dest {
	margin-bottom: 10px !important;
	padding-bottom: 5px !important;
	border-bottom: 1px solid #fff6d3;
}

.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;
}

#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;
}

.thumbpicitem .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;
	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 {
	display: block;
	border: 1px dotted #ffcc00 !important;
	background: #fff2be;
	margin-top: 12px;
	padding: 2px 10px;
	color: #9d7e00 !important;
}

.ureserve:hover {
	background: #ffeda5;
	border: 1px solid #eebf01;
}

/* Noticias */
.nresume {
	font-size: 90%;
	color: #000;
}

.lnews {
	font-size: 85%;
	text-align: left;
	padding: 2px !important;
	margin: 2px;
}

.lnews a {
	font-weight: bold !important;
}

#marqueecontainer {
	position: relative;
	height: 150px;
	background-color: white;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
}

#vmarquee {
	position: absolute;
	width: 98%;
	left: 2px;
}