@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/etol_bkg.gif);
	background-position:top;
	background-attachment:fixed;
}
#contenedor{
width:1024px;
margin:auto;
height:auto;
}
#encabezado{
margin:auto;
margin-bottom:10px;
}
#glowingtabs{
float:right;
width:100%;
font-size:90%;
line-height:normal;
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:right;
background:url(../images/etol_tab-left.gif) no-repeat left top;
margin:0;
margin-right: 2px; /*spacing between each tab*/
padding:0 0 0 9px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}

#glowingtabs a span{
float:right;
display:block;
background:url(../images/etol_tab-right.gif) no-repeat right top;
padding: 3px 14px 3px 5px;
font-weight:bold;
color:#993300;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color:#990000;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color:#FF0000;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}
#banner{
height:130px;
background:url(../images/etol_welcome_home.gif) no-repeat;
margin-top:3px;
}
#vinculo1{
border:none;
float:right;
margin-right:10px;
margin-top:5px;
}
#flash{
width:1024px;
height:auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-size:28px;
color:#CC6600;
background-color:#FFFFFF;
filter: alpha(opacity=50);
opacity: .5 ;
}
#bordearriba{
background:url(../images/etol_border_top.gif) no-repeat;
height:30px;
width:1024px;
}
#bordeinferior{
background:url(../images/etol_border_bottom.gif) no-repeat;
height:30px;
width:1024px;
clear:both;
}
#contenido{
background:url(../images/etofondo.gif) center center;
width:1024px;
clear:both;
}
#izquierdo{
float:left;
width:760px;
}
.shadetabs{
padding: 3px 0;
margin-left: 30px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #BE8737;
color: #CC6600;
}

/*.shadetabs li a:visited{
color: #2d2b2b;
}*/

.shadetabs li a:hover{
color: #993300;
background-color:#F2E8CC;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#F2E8CC;
border-bottom-color: #F2E8CC;
color:#993300;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

#contenera{
border: 1px solid #BE8737;
width: 740px;
margin-bottom: 1em;
padding: 10px;
margin-left:10px;
background-color:#F2E8CC;
}

#contenera33{
border: 1px solid #BE8737;
width: 740px;
margin-bottom: 1em;
padding: 10px;
margin-left:10px;
background-color:#F2E8CC;
}
#conteneraint{
width: 330px;
border-top: 1px solid #BE8737;
margin-bottom: 1em;
padding: 10px;
margin-left:10px;
background-color:#FFFFFF;
}
#conteneraint1{
width: 400px;
border-top: 1px solid #BE8737;
margin-bottom: 1em;
padding: 10px;
margin-left:10px;
background-color:#FFFFFF;
}
#conteneraint3{
width: 300px;
border-top: 1px solid #BE8737;
margin-bottom: 1em;
padding: 10px;
margin-left:10px;
background-color:#FFFFFF;
}
#conteneraint2{
width: 730px;
border-top: 1px solid #BE8737;
margin-bottom: 1em;
padding: 10px;
margin-left:10px;
background-color:#FFFFFF;
}
#contenera2{
border: 1px solid #BE8737;
width: 740px;
margin-left:10px;
margin-bottom: 1em;
padding: 10px;
background-color:#FFFFFF;
}
#interna{
border-right: 1px solid #BE8737;
border-bottom: 1px solid #BE8737;
width: 770px;
margin-left:10px;
margin-bottom: 1em;
padding: 10px;
background-color:#FFFFFF;
}
#interna2{
border-right: 1px solid #BE8737;
border-bottom: 1px solid #BE8737;
width: 750px;
margin-left:10px;
margin-bottom: 1em;
padding: 10px;
background-color:#FFFFFF;
}
#seccion2{
width: 769px;
clear:both;
margin-top:20px;
border-top: 1px solid #BE8737;
}
#seccion3{
width: 769px;
clear:both;
text-align:center;
margin-top:20px;
border-top: 1px solid #BE8737;
}
#seccion1{
width: 769px;
clear:both;
margin-top:20px;
}


@media print {
.tabcontent {
display:block !important;
}
}
#textotabs{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:#666666;
}
#textoform{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:300px;
	float:left;
	text-align:right;
	color:#666666;
	margin-bottom:20px;
	margin-top:10px;
}
#formulario{
clear:both;
width:730px;
background:#FFFF99;
margin-top:20px;
}
#textoform2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:300px;
float:right;
text-align:right;
color:#666666;
margin-bottom:20px;
margin-top:10px;
margin-right:100px;
}
#textotabsint{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:#666666;
width:450px;
float:left;
}
#textotabs2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:#666666;
margin-left:20px;
}
#titulotab{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bolder;
text-align:left;
color:#FF9900;
}
#mas{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-align:justify;
color:#FF9900;
text-decoration:underline;
margin-left:30px;
}
#int{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-align:justify;
color:#FF9900;
text-decoration:none;
margin-left:30px;
}

.textolistas{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF9900;
font-size:12px;
clear:both;
margin-right:5px;
line-height:18px;
text-decoration:underline;
text-align:left;
list-style:none;
}
.textolistas a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF9900;
text-decoration:underline;
font-size:12px;
text-align:left;
list-style:none;
}
.texto{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
text-decoration:none;
font-weight:bold;

}
.texto_anclaje{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
text-decoration:none;
font-weight:none;
}
.texto2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#333333;
text-decoration:none;
}
.shadetabs2{
padding: 3px 0;
margin-left: 30px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.shadetabs2 li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #BE8737;
color: #CC6600;
}

/*.shadetabs li a:visited{
color: #2d2b2b;
}*/

.shadetabs2 li a:hover{
color: #993300;
background-color:#F2E8CC;
}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs2 li a.selected{ /*selected main tab style */
background-color:#F2E8CC;
border-bottom-color: #F2E8CC;
color:#993300;
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.shadetabs3{
padding: 3px 0;
margin-left: 30px;
margin-top: 5px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs3 li{
display: inline;
margin: 0;
}

.shadetabs3 li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border-left: 1px solid #BE8737;
color: #CC6600;
}

/*.shadetabs li a:visited{
color: #2d2b2b;
}*/

.shadetabs3 li a:hover{
color: #993300;
background-color:#FFFFFF;
}

.shadetabs3 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs3 li a.selected{ /*selected main tab style */
background-color:#FFFFFF;
color:#993300;
}

.shadetabs3 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
#derecho{
float:right;
}
.menu_lateral_etol{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 140px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
text-align:center;
margin-right:70px;
margin-bottom:20px;
}

.menu_lateral_etol li a{
background: url(../images/etol_side_back.gif) repeat-x bottom left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .menu_lateral_etol li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.menu_lateral_etol li a:visited, .menu_lateral_etol li a:active{
color: white;
}

.menu_lateral_etol li a:hover{
background-image: url(../images/etol_side_back2.gif);
color: white;
}
#gifs{
margin-bottom:10px;
}
#gifs2{
margin-left:30px;
margin-right:30px;
float:left;
}
#clima{
margin-left:10px;
width:760px;
clear:both;
}
#quick{
width:250px;
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
float:left;
color:#CC9900;
}
#keyquick{
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#996633;
}
#titu2{
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#996633;
}
#titu3{
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
}
#slantedmenu{
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
clear:both;
margin-top:20px;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #FFFFFF;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #996633;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(../images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:hover{
color: #663300;
}
#a{
clear:both;
}
#ecuador_tours_foot {
	width:1024px;
	height:60px;
	background-image:url(../images/etol_foot_.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.menu_categorias{
font: bold 13px Arial;
width: 100%;
}

.menu_categorias ul{
margin: 0;
padding: 0;
float: left;
width: 1024px; /*width of menu*/
border: 1px solid  #996600; /*brown border*/
border-width: 1px 0;
background: black url(../images/menu_cat_2.gif) center center repeat-x;
}

.menu_categorias ul li{
display: inline;
}

.menu_categorias ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #996600; /*brown divider between menu items*/
}

.menu_categorias ul li a:visited{
color: white;
}

.menu_categorias ul li a:hover, .menu_categorias ul li .current{
color: #FFFFCC !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/menu_cat_1.gif) center center repeat-x;
}
#imgint{
width:180px;
height:120px;
float:right;
margin-right:90px;
}
#imgint2{
width:180px;
height:120px;
float:left;
margin-top:30px;
padding:10px;
}
#promo_a{
width:190px;
	height:auto;
	text-align:center;
	border-right: 1px solid #BE8737;
	float:left;
}
#promo_b{
width:190px;
border-right: 1px solid #BE8737;
	height:auto;
	text-align:center;
	float:left;
}
#promo_c{
width:190px;
	height:auto;
	border-right: 1px solid #BE8737;
	text-align:center;
	float:left;
}
#promo_d{
width:190px;
	height:auto;
	text-align:center;
	float:left;
}
.ecuador_tours_promo {
	background-color: #FFFFFF;
}
.ecuador_tours_promo_over {
	
	background-color: #F2E8CC;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#996600;
	padding-left: 10px;
	padding-right: 5px;
	text-align:left;
}
.p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
	text-decoration:none;
}
.p a:hover {
	text-decoration: none;
	color:#996666;
	text-decoration:underline;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	color:#333333;
	padding-left:30px;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:10px;
}
p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
	text-decoration:none;
	text-align:right;
}
p a:hover {
	text-decoration: none;
	color:#996666;
	text-decoration:underline;
	text-align:right;
}
.p1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align:justify;
	color:#333333;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	margin-left:15px;
}
.p1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
	text-decoration:none;
	text-align:right;
}
.p1 a:hover {
	text-decoration: none;
	color:#996666;
	text-decoration:underline;
	text-align:right;
}
#slideshow{
width:200px;
height:140px;
float:left;
margin-left:5px;
margin-right:20px;
}
#secciona{
width:390px;
border-right: 1px dotted #BE8737;
float:left;
}
#secciona1{
width:430px;
border-right: 1px dotted #BE8737;
float:left;
}
#seccionb{
width:365px;
float:left;
}
#seccionb1{
width:300px;
float:left;
}
#seccionc{
width:769px;
border-top: 1px dotted #BE8737;
clear:both;
margin-top:20px;
}
