/*
 * Layout stuff
 */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	background-color: #FFFFFF;
}
body div {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
a {
	text-decoration: none;
	color: #000000;
}
#wrap {
	width: 792px;
	margin-right: auto;
	margin-left: auto;
}

/*
 * Header 
 */
#cabecera {
	height: 184px;
	width: 792px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
}
#cabecera #promocion {
	height: 27px;
	display: inline;
	width: 140px;
	position: relative;
	left: 644px;
	top: 161px;
	font-weight: bolder;
}

/*
 * Middle part
 */
#contenido {
	background-image: url(images/contenido_fondo.gif);
	width: 792px;
}
#contenidoFinal {  /* to make #contenido stretch to the bottom, 
					* AND to prevent #footerBorde from jumping 
					* up because of the floating divs above 
					* them.
				    */
	clear: both;
	height: 1px;
	width: 792px;
}
#contenidoBorde {
	height: 20px;
	width: 792px;
	background-image: url(images/contenido_borde.gif);
}

/* 
 * Left sidebar
 */
#menuIzq {
	width: 230px;
	text-align: left;
	float: left;
}
#menuIzqCabecera {
	background-image:url(images/logo1.jpg);
	height: 129px;
	width: 230px;
	text-align: left;
}
.menuIzqContenido {
	margin-left: 36px;
	width: 172px;
}
.menuIzqContenido .menuIzqLinks {
	background-image: url(images/menu_izq_tours_fondo.gif);
	background-repeat: repeat;
	padding-top: 4px;
}
.menuIzqContenido h1 {
	font-size: 12px;
	font-weight: bolder;
	margin: 8px 0px 0px 6px;
	padding: 0px;
}
.menuIzqContenido ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.menuIzqContenido ul a {
	margin-top: -2px;
	vertical-align: top;
}
.menuIzqContenido.promociones {
        margin-top:40px;
		font-size:8pt;
		text-align:center;
}

#menuIzqClimbingTours,
#menuIzqClimbingTours a {
	color: #005747;
}
#menuIzqClimbingTours .menuIzqLinks {
	background-image: url(images/menu_izq_tours_fondo.gif);
	background-repeat: repeat;
}
#menuIzqClimbingTours ul {
	list-style-image: url(images/icono_item_tours.gif);
}

#menuIzqTours,
#menuIzqTours a {
	color: #F16F3D;
	/*background-color: #FEEAD2;*/
}
#menuIzqTours .menuIzqLinks {
	background-image: url(images/menu_izq_about_ecuador_fond.gif);
	background-repeat: repeat;
}
#menuIzqTours ul {
	list-style-image: url(images/icono_item_about_ecuador.gif);
}

#menuIzqAboutUs,
#menuIzqAboutUs a {
	color: #1B4298;
}
#menuIzqAboutUs .menuIzqLinks {
	background-image: url(images/menu_izq_about_us_fondo.gif);
	background-repeat: repeat;
}
#menuIzqAboutUs ul {
	list-style-image: url(images/icono_item_about_us.gif);
}

#menuIzqContactUs {
	color: #F1544A;
}




/*
 * Right sidebar
 */
#menuDer {
	float: left;
	width: 150px;
	display:none;
	/*text-align: justify;*/
	/*margin-right: 20px;*/
}
#menuDer img {
	margin-top: 12px;
	margin-bottom: -3px;
}


/* 
 * Main content area
 */
#medio {
/*	width: 392px;*/
width:540px;
	float: left;
}
#medio #menuLang #menuLangBody {
	background-image: url(images/idioma_fondo.gif);
	margin: 0px;
	font-size: 9px;
	font-weight: bolder;
	display: block;
	height: 19px;
	float: right;
	width: 130px;
	background-repeat: repeat;
	padding: 0px;
	border: 0px;
}
#medio #menuLang #menuLangBorde {
	float: right;
	height: 19px;
	width: 35px;
	background-image: url(images/idioma_fondo_izq.gif);
	background-repeat: no-repeat;
}
#medio #principal {
	padding-right: 0px;
	text-align: left;
}
#medio #principal p {
	padding-right: 0px;
	text-align: justify;
}
#medio #principal img {
	margin: 4px 0;
	padding: 0;
}
#medio #principal a {
	color: #999900;
}


/* 
 * Footer
 */
#footer {
	background-image: url(images/final_fondo.gif);
	width: 792px;
}
#footer #helpfulLinks {
	height: 18px;
	width: 211px;
	float: left;
}
#footer #helpfulLinks #helpfulLinksIzq {
	height: 18px;
	width: 43px;
	float: left;
	background-image: url(images/helpfullinks_fondo_izq.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#footer #helpfulLinks #helpfulLinksTexto {
	height: 18px;
	width: 159px;
	float: left;
	background-image: url(images/helpfullinks_fondo.gif);
	text-align: left;
}
#footer #helpfulLinks #helpfulLinksDer {
	height: 18px;
	width: 9px;
	float: left;
	background-image: url(images/helpfullinks_fondo_der.gif);
}
#footer #helpfulLinks #helpfulLinksTexto span {
	vertical-align: top;
	color: #EF4135;
	font-weight: bolder;
}
#footer #footerTexto {
	width: 500px;
	float: left;
	margin-left: 40px;
}

#footerBorde {
	background-image: url(images/final_borde.gif);
	height: 14px;
	width: 792px;
	background-repeat: no-repeat;
	clear: both;
}

/*
 *   Styling stuff
 */
.titulo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
	font-size: 14pt;
	font-weight: bolder;
	text-align: left;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.listboxBlue {
	display: inline;
}
.listboxBlue h1 {
	font-size: 12pt;
	font-weight: bolder;
	color: #707070;
	margin-bottom: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #1B4298;
	text-align: right;
}
.listboxBlue div {
	background-color: #C6D0E5;
	padding: 5px 0px;
}
.listboxBlue ul,
#medio #principal .listboxBlue ul a {
	color: #000066;
}
.listboxBlue ul {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-image: url(images/listpoint_blue.gif);
}
table.tourinfo {
	font-size: 10pt;
	font-weight: bold;
	color: #003333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999900;
	border-bottom-color: #996600;
}
.touritinerary {
	margin-top: 10px;
	margin-bottom: 5px;

}
.touritinerary h1 {
	font-size: 16pt;
	font-weight: bolder;
	margin: 0px;
	text-align: right;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #FF6600;
	width: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;

}
.touritinerary .tourday {
	padding-bottom: 15px;
}
.touritinerary .desc {
	color: #333333;
	text-align: justify;
}
.touritinerary .tourday .number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	width: 80px;
	color: #FF6600;
	font-weight: bolder;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6600;

}
.touritinerary table td {border: 1px solid black; font-size:9pt;}
img.left {
	float: left;
}
img.right {
	float: right;
}
.nombreTour {
	margin-top: 5px;
}
.clearleft {clear:left;}
.clearright {clear:right;}
.clear {color:red;clear:both;}table.tripplanning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.seAgranda {
	position: relative;
}
.specialOffer {

	display: block;
}
.tableTitles {
	font-size: 12px;
	font-weight: bolder;
	background-color: #EAE7E0;
}
.tableContent {
	font-size: 12px;
}
