/*Elaborado por el equipo de diseño de Simpleweb para ecotours.cl */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #dcddd9;
}

body, html, table, tr, td {
	/*font-family: Tahoma, Arial, Verdana;*/
	font-family: verdana;
	font-size: 10pt;
	color: #333333;
}
h1 {
	color: #82a700;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: arial;
	text-transform: uppercase;
}
h2 {
	color: #37546a;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
}

/* Link Genericos */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6ea725;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	Color: #c5b000;
}

/* Divs */
#contenedor {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 918px;
	margin-left: -490px;
	padding-left: 22px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(images/bg/principal.gif) repeat-y;
}

/*Contenido */
#cuadro-texto {
	margin-left: 6px;
	margin-bottom: 10px;
	margin-top: 160px;
	/margin-top: 165px;
	width: 906px;
	/*background: url(images/bg/cuadro-centro.gif);*/
	float: none;
	clear: both;
}
#cuadro-texto-top {
	margin: 0px;
	padding: 0px;
	width: 906px;
	height: 11px;
}
#cuadro-texto-bottom {
	margin: 0px;
	padding: 0px;
	width: 906px;
	height: 6px;
}
#cuadro-texto-info {
	margin: 0px;
	padding: 10px;
	width: 886px;
	background: url(images/bg/cuadro-centro.gif);
	font-size: 10px;
}

/*Special and Regular tour */
#mapa-chile {
	margin: 0px;
	margin-left: 20px;
	/margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-bottom: 15px;
	width: 431px;
	height: 603px;
	float: left;
}
#special-tour {
	margin: 0px;
	margin-left: 12px;
	margin-bottom: 10px;
	width: 400px;
	height: auto;
	float: left;
	margin-top: 15px;
}
#special-tour img {
	margin-right: 8px;
	margin-bottom: 15px;
}
/*Cuadros */
#cuadro-texto-inferior {
	margin-left: 6px;
	margin-bottom: 15px;
	width: 906px;
	background: url(images/bg/cuadro-centro.gif);
	float: none;
	clear: both;
}
#cuadro-texto-inferior-inf {
	margin-left: 6px;
	margin-bottom: 15px;
	width: 906px;
	float: none;
	clear: both;
}
#cuadro-texto-top {
	margin: 0px;
	padding: 0px;
	width: 906px;
	height: 11px;
}
#cuadro-texto-bottom {
	margin: 0px;
	padding: 0px;
	width: 906px;
	height: 6px;
}
#cuadro-texto-info {
	margin: 0px;
	padding: 10px;
	width: 886px;
}
/* Pie página */
#pie {
	margin-top: 10px;
	padding: 10px;
	width: 898px;
	text-align: center;
	color: white;
	font-size: 10px;
	background: url(images/bg/pie-pagina.gif);
	clear: both;
	float: none;	
}
#pie a:link {
	color: white;	
}
#pie a:visited {
	color: white;
}
#pie a:hover {
	color: #ffee62;
}
#pie a:active {
	color: #ffee62;
}

/*Otros Divs */
#menu-horizontal {
	position: absolute;
	top: 128px;
	left: 22px;
	width: 918px;
	height: 25px; 
	background: url(images/bg/menu-horizontal.gif) repeat-x;
	font-family: tahoma;
	text-align: center;
}
#menu-horizontal img {
	padding-left: 100px;
	padding-right: 100px;
}
#menu-horizontal a:link {
	color: white;
}
#menu-horizontal a:hover {
	color: #333333;
}
#menu-horizontal a:visited {
	color: white;
}
#menu-horizontal a:active {
	color: #333333;
}
#logo {
	position: absolute;
	top: 0px;
	left: 22px;
	width: 190px;
	height: 129px;
}
#cabecera {
	position: absolute;
	top: 0px;
	left: 212px;
	width: 728px;
	height: 128px;
}

/* Clases */
.menutexto {
	position: relative;
	top: -7px;
}

/*Primer contenido*/
#cuadroprimero {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px%;
}
#cuadrocentral {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 86px;
}
#cuadrofinal {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
}
#spl a:hover {
	font-size: 14px !important;
	font-weight: bold;
	text-transform: uppercase;
}
#spl a:link {
	font-size: 14px !important;
	font-weight: bold;
	text-transform: uppercase;
}
#spl a:visited {
	font-size: 14px !important;
	font-weight: bold;
	text-transform: uppercase;
} 
#spl a:active {
	font-size: 14px !important;
	font-weight: bold;
	text-transform: uppercase;
}

/*imagen del contenido del encabezado*/

#cuadro-izq-contenido {
	float: left; 
}
#cuadro-contenido-izq-topimage {
	background: url(images/contenido/top_contenido_izq.gif) no-repeat;
	width: 452px;
	height: 11px; 
}
#cuadro-contenido-izq-centroimage {
	background: url(images/contenido/center_contenido_izq.gif) repeat-y;
	width: 432px; 
	text-align: left;
	padding: 10px;
	margin-top: -5px;
}
#cuadro-contenido-izq-bottimage {
	background: url(images/contenido/bottom_contenido_izq.gif) no-repeat;
	width: 452px;
	height: 11px; 
}





#cuadro-der-contenido{
	float: right;
}
#cuadro-contenido-der-topimage {
	background: url(images/contenido/top_contenido_der.gif) no-repeat;
	width: 452px;
	height: 11px; 
}
#cuadro-contenido-der-centroimage {
	background: url(images/contenido/center_contenido_der.gif) repeat-y;
	width: 432px; 
	text-align: left;
	padding: 10px;
	margin-top: -5px;
}
#cuadro-contenido-der-bottimage {
	background: url(images/contenido/bottom_contenido_der.gif) no-repeat;
	width: 452px;
	height: 11px; 
}





/*comienzo de las bajadas de texto*/

#cuadro-izq-bajada {
	float: left; 
}
#cuadro-bajada-izq-topimage {
	background: url(images/contenido/top_contenido_izq.gif) no-repeat;
	width: 452px;
	height: 11px; 
}
#cuadro-bajada-izq-centroimage {
	background: url(images/contenido/center_contenido_izq.gif) repeat-y;
	width: 432px; 
	text-align: left;
	padding: 10px;
	margin-top: -5px;
}
#cuadro-bajada-izq-bottimage {
	background: url(images/contenido/bottom_contenido_izq.gif) no-repeat;
	width: 452px;
	height: 11px; 
}





#cuadro-der-bajada{
	float: right;
}
#cuadro-bajada-der-topimage {
	background: url(images/contenido/top_contenido_izq.gif) no-repeat;
	width: 452px;
	height: 11px; 
}
#cuadro-bajada-der-centroimage {
	background: url(images/contenido/center_contenido_izq.gif) repeat-y;
	width: 432px; 
	text-align: left;
	padding: 10px;
	margin-top: -5px;
}
#cuadro-bajada-der-bottimage {
	background: url(images/contenido/bottom_contenido_izq.gif) no-repeat;
	width: 452px;
	height: 11px; 
}