/*Elaborado por el equipo de diseņo de Simpleweb para ecotours.cl */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #e6f2f9 url(images/background/principal-superior.gif) repeat-x top left;
}

body, html, table, tr, td {
	font-family: Verdana;
	font-size: 10pt;
	color: #333333;
}
h1 {
	color: #447385;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: arial;
	text-transform: capitalize;
}
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: #d94100;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	Color: #447385;
}
ul {
	margin-left: 30px;
}
li {
	margin-bottom: 13px;
	list-style: square;
}

/* Divs */
#contenedor {
	position: absolute;
	top: 65px;
	left: 50%;
	width: 716px;
	/width: 726px;
	margin-left: -358px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(images/background/principal.gif) repeat-y;
}

/* Laterales */
#bizquierda {
	width: 212px;
	float: left;
	margin-top: 70px;
}
#bizquierda blockquote {
	width: 190px;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #f4f4ee;
	border: 1px #ccd3d7 dashed;
}
#bderecha {
	width:493px;
	/width: 473px;
	float: right;
	/margin-right: 05px;
}
#contenido {
	margin-top: 195px;
	width: 485px;
	margin-bottom: 20px;
	font-size: 11px;
	text-align: justify;
}
#contenido p {
	margin-bottom: 13px;
}

#pie {
	width: 496px;
	/width: 716px;
	padding-left: 220px;
	padding-top: 5px;
	clear: both;
	float: none;
	height: 110px;
	/height: 110px;
	background: #e6f2f9 url(images/background/pie.gif) no-repeat;
	text-align: center;
	font-size: 10px;
}

/* Otros divs */
#flash {
	position: absolute;
	left: 218px;
	top: 0px;
	width: 503px;
	height: 187px;
	background: black;
}
#logo {
	position: absolute;
	top: -52px;
	left: 0px;
	width: 221px;
	height: 105px;
}
#cabecera {
	position: absolute;
	top: -45px;
	left: 233px;
	width: 500px;
	
}

#casosizquierda {
	width: 240px;
	float: left;
}
#casosderecha {
	width: 240px;
	float: right;
	text-align: right;
}
#casosizquierda img {
	padding: 0px;
}
#casosderecha img {
	padding: 0px;
}


/*Clases */
.imgizq {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
.imgder {
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}

/* Formulario Sw */
.esinput {
	background: white url(images/form/input.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px;
	border-color: #A9A9A9;
	border-style: solid;
	padding-left: 2px;
}
.esmsje {
	background: white url(images/form/input.jpg);
	background-repeat: repeat-x;
	border: 1px;
	border-color: #A9A9A9;
	border-style: solid;
	padding-left: 2px;
	margin-top: 5px;
}
.Estilo1 {
	Text-align: left;
	color: #333333;
	font-weight: bold;
	vertical-align: middle;
}
#contacto {
	margin-left: 30px;
	padding: 8px;
}
#contacto input {
	margin-left: 0px;
}
.esenviar {
	border: 1px;
	border-color: #2D5082;
	border-style: solid;
	padding-left: 3px;
	background: url('images/form/send.jpg') repeat-x;
}