html, body {          
	/*background: url(../pics/fondo.gif) repeat-y center;*/
	background: #294539;
	font: bold 11px/1.5em Verdana;
    margin: 0; 
    padding: 0;
}
a {
   	color: #096eaa;
    text-decoration: none;
	font-size: 10px;
}
a:link{
	color: #096eaa;
    text-decoration: none;
}
a:visited{
	color: #096eaa;
    text-decoration: none;
}
a:hover{
	color: #096eaa;
	text-decoration: underline;
}
a:active{
	color: #096eaa;
    text-decoration: none;
}

h1 {
	text-align: center;
	color: #F99500;
    font-size: 1.5em;
    font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0;
	border-bottom: 1px solid #F48C27;
}
h2 {
	color: #3C5B4B;
    font-size: 1.4em;
	font-weight: bold;
}
h3 {
	color: #BF641A;
    font-size: 1.2em;
	font-weight: bold;
}
h4 {
	color: #E1771E;
	font-size: 1.1em;
	font-weight: bold;
}
#header {
	background: url(../pics/fon_enc.gif) repeat-x;
	width: 756px;
	height: 120px;
	margin: auto;
}
#logo {
	float: left;
	position: relative;
	padding: 5px 20px 5px 20px;
}

/* --------------------------------- */
/* -------- Menu Horizontal -------- */
/* --------------------------------- */
#main {
	/*background: url('../pics/fon_enc.gif') repeat-x;*/
	background: url('../pics/fon_enc.gif') repeat-y center;
	width: 100%;
	height: 150px;
}
#menu {
    background: #FF9900;
    width: 100%;
	height: 31px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	
}
#content {
	background: url('../pics/fon_content.gif') repeat-y center;
	/*background: url('../pics/fon_content.gif') repeat;*/
	margin: auto;
	width: 100%;

}
/* --------------------------------- */
/* -------- Menu Horizontal -------- */
/* --------------------------------- */
#tabsI {
    width: 760px;
	margin: auto;
}

#tabsI ul {
	margin: 0;
	padding: 7px 0 0 3px;
	list-style: none;
	/*float: right;*/
}

#tabsI li {
	display: inline;
    margin: 0;
    padding: 0;
}

#tabsI a {
	float: left;
    background: url('../pics/tableftI.gif') no-repeat left top;
    margin: 0;
    padding: 0 0 0 5px;
    text-decoration: none;
}

#tabsI a span {
	float: left;
    display: block;
    background: url('../pics/tabrightI.gif') no-repeat right top;
    padding: 4px 12px 3px 5px;
    color: #FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span {float: none;}
/* End IE5-Mac hack */
#tabsI a:hover span {
	color: #FFFFFF;
}
#tabsI a:hover {
	background-position: 0% -42px;
}
#tabsI a:hover span {
	background-position: 100% -42px;
}
/* --------------------------------- */
/* --------- Menu Vertical --------- */
/* --------------------------------- */
#menutitle{
	background-color: #416352;
	width: 155px;
	color: #FFFFFF;
	padding: 7px 0 7px 0;
}
#menutitle a{
	text-align: center;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#menutitle a:hover{
	text-align: center;
	color: #FF9900;
	font-size: 20px;
	font-weight: bold;
}
#menu1 {
	border-bottom-width: 0;
	width: 155px;
	margin: auto;
}
#menu1 ul{
	margin: auto;
	padding: 0;
	list-style: none;
}
#menu1 li a{
	background: url('../pics/menu.gif') no-repeat;
	text-align: left;
	font-size: 10px;
	color: #435B3E;
	display: block;
	padding: 3px 0 5px 15px;
	text-decoration: none;

}
* html #menu1 li a{ /*IE only */
	width: 141px; /*185px minus all left/right paddings and margins*/
}
#menu1 li a:hover {
	background: url(../pics/menu.gif) 0 -23px;
	color: #EC8C08;
	text-decoration: none;
}
/* --------------------------------- */
/* -------- Varios  Estilos -------- */
/* --------------------------------- */
#contenido {
	background: url('../pics/fon_cuerpo.gif') repeat-y center;
	text-align: justify;
	padding: 0 14px 0 18px;
	font-weight: normal;
	color: #000000;
}
#contenido a{
	color: #E1771E;
	font-size: 11px;
	border-bottom: 2px dotted #E1771E;
}
#contenido a:hover{
	color: #2B4639;
	font-size: 11px;
	border-bottom: 2px dotted #2B4639;
	text-decoration: none;
}
#contenido li {
	list-style-image: url('../pics/icon.gif');
}

.tablas {
	padding-bottom: 12px;
}
.tablas table {
	border-spacing: 0px;
	border-collapse: 0px;
	font-size: 12px;
	background-color: #416352;
	color: #416352;
}
.tablas td, th {
	padding: 5px;
	text-align: center;
}
.tablas thead th {
	background: #FFAD33;
	color: #FFFFFF;
	padding: 7px;
	text-align: center;
	font-weight: bold;
	border-bottom: 3px solid #E1771E;
}
.tablas tbody th {
	font-weight: bold;
}
.tablas tbody tr		{
	background-color: #FFFFFF; 
	text-align: left;
}
.tablas tbody tr.odd 	{
	background: #f9f9f9;
}
.tablas tbody tr td { 
	/*height: 15px;*/
	background: #FFF9F0;
	border: 1px solid #FFF9F0;
	font-size: 12px;
	font-weight: bold;
}
.tablas tbody tr.odd td{ 
	background: #f9f9f9;
}
.tablas tfoot th, tfoot td {
	background: #E7E7E7;
	padding: 3px;
	text-align: center; 
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 3px solid #416352;
}

#tour{
	color: #E1771E;
	text-align: center;
	font-size: 11px;
}
#tour a {
	color: #E1771E;
	text-align: center;
	text-decoration: none;
}
#tour a:hover {
	color: #2B4639;
	text-align: center;
	text-decoration: none;
}

#itinerary{
	color: #E1771E;
	font-size: 1.0em;
	font-weight: bold;
}
#precio{
	background: url('../pics/precio.gif') no-repeat center;
	color: #096eaa;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 165px;
	height: 90px;
	margin-left: 185px;
}
#reserve {
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: blink;
	font-weight: bold;
}
#reserve a{
	font-size: 20px;
}
#reserve a:hover{
	font-size: 20px;
}
#flag a{
	text-align: center;
	color: #425A3D;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
#flag a:hover {
	color: #F48C27;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 3px solid #F48C27;
}

#menutitle1{
	background-color: #355948;
	width: 130px;
	color: #FFFFFF;
	padding: 5px;
}

#scroll {
	width: 125px;
	height: 225px;
	padding: 10px 5px;
	border-bottom: 2px solid #355948;
}
#scroll a {
	text-align: center;
	font-size: 11px;
	color: #355948;
	font-weight: normal;
	text-decoration: none;
}
#scroll a:hover {
	text-align: center;
	color: #E1771E;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 3px dotted #E1771E;
}

#scrolll a {
	text-align: center;
	font-size: 11px;
	color: #355948;
	font-weight: normal;
	text-decoration: none;
}
#scrolll a:hover {
	text-align: center;
	color: #E1771E;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 3px dotted #E1771E;
}

#datetime {
	text-align: center;
	color: #435B3E;
	font-weight: bold;
	font-size: 10px;
}

#h3 {
	color: #096eaa;
    font-size: 1.2em;
	font-weight: bold;
}

blockquote {
	padding-left: 40px;
	padding-top: 5px;
	background: url(../pics/quote.gif) no-repeat;
}

.author {
	text-align: right !important;
	font-weight: bold;
	font-size: 90%;
}

.contacto {
	margin: auto;
	width: 170px;
	border: 1px solid #096EAA;
	text-align: center;
}

.fon-machu { background: url(../pics/cholito.gif) no-repeat right bottom; }
.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: #F48C27;
}
acronym, abbr {
	border-bottom: 2px dotted #F99500;
	cursor: help;
}
.divider { background: url(../pics/divider.gif) repeat-x center; }
.divider1 { background: url(../pics/divider1.gif) repeat-y center; }

.language {
	background: #993300;
}
.sonido {
	background: #993300;
}
.options {
	background: #993300;
}

.spaces {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.click {
	margin-left: 115px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: blink;
	padding-bottom: 5px;
}
/* --------------------------------- */
/* ---------- Formularios ---------- */
/* --------------------------------- */
form {
	padding: 0;
	margin: 5px 0 0 0;
}

fieldset {
	border: 1px solid #F48C27;
	padding: 10px;
}

legend {
	color: #F48C27;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}

label {
	cursor: pointer;
	padding-right: 15px;
	width: 110px;
	color: #435B3E;
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

label.noblock {
	text-align: left;
	padding: 0 20px 0 3px;
	float: none;
}

input, textarea, select {
	border: 1px solid #F99500;
	font: 11px "Trebuchet MS";
}

input: focus, textarea: focus {
	border: 1px solid #E1771E;
}

.button input {
	border: 3px double #999999;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	padding: 2px;
}

.button input: active {
	background: #F4F4F4;
	border: 3px double #CCCCCC;
	border-left-color: #999999;
	border-top-color: #999999;
}

/* --------------------------------- */
/* -------- Estilo Imagenes -------- */
/* --------------------------------- */
#pics {
  	background: #FFFFFF url('../pics/marco_pics.gif') 0 0 no-repeat;
	float: right;
	color: #959595;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
 	width: 179px;
  	height: 154px;
	clear: both !important;
}
#pics img {
	border: 1px solid #CCCCCC !important;
}
#pics a {
	display: block;
    width: 155px;
    height: 116px;
	border-bottom: 2px dotted #FFFFFF;
	margin: auto;
	margin-top: 6px;
	margin-bottom: 2px;
}
#pics a:hover {
	display: block;
    width: 155px;
    height: 117px;
	border-bottom: 2px dotted #FFFFFF;
}

/* --------------------------------- */
/* ------- Galleria de Fotos ------- */
/* --------------------------------- */
.photos-hor .photo {
	float: right;
	width: 180px;
	margin-bottom: 10px;
}

.photos-hor a {
	display: block;
	text-decoration: none;
	background: #FFFFFF url(../pics/marquito.gif) 0 0 no-repeat;
	color: #002C79;
	font-size: 0.90em;
}

.photos-hor a:visited {
	background-position: -360px 0;
	color: #7E7E7E;
}

.photos-hor a:hover {
	background-position: -180px 0;
	color: #C24F00;
}

.photos-hor span.desc {
	display: block;
	text-align: center;
}

.photos-hor img {
	display: inline;
	margin: 11px 11px 8px 11px;
	width: 158px;
	height: 116px;
	border: 0;
}

.photos-hor { text-align: center; }

/* --------------------------------- */
/* --------- Pie de Pagina --------- */
/* --------------------------------- */
#footer {
	background: #416352;
	color: #F6E3BD;
	clear: both;
	text-align: center;
	padding: 10px 0 5px 0;
	font-weight: normal;
	font-size: 11px;
}

#footer strong {
	font-size: 10px;
}

#footer a {
	color: #F6E3BD;
}

#footer a:hover {
	color: #FF9900;
	text-decoration: none;
	border-bottom: 3px solid #FF9900;
	font-weight: normal;
}