/*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: #869677;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: arial;
	text-transform: uppercase;
}
h2 {
	color: #8aba4d;
	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: -485px;
	padding-left: 22px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(images/bg/principal-interior.jpg) repeat-y;
}
#menu {
	margin: 0px;
	margin-top: 155px;
	margin-bottom: 15px;
	float: left;
	width: 173px;
	color: white;
	font-weight: bold;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin-top: 13px;
	margin-bottom: 13px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 30px;
	padding-top: 1px;
	padding-right: 5px;
	width: 135px;
	height: 33px;
	background: url(images/menu/background.jpg) no-repeat;
	display: block;
	list-style: none;
	list-style-image: none;
}
#menu a:link {
	color: white;
}
#menu a:visited {
	color: white;
}
#menu a:hover {
	color: #f2ffc0;
}
#menu a:active {
	color: #f2ffc0;
}
#contenido {
	margin: 0px;
	margin-top: 155px;
	padding: 10px;
	width: 725px;
	float: left;
	text-align: justify;
}
#contenido img {
	margin-right: 8px;
	margin-bottom: 10px;
	float: left;
}
/* Pie página */
#pie {
	margin-top: 10px;
	padding: 10px;
	padding-left: 173px;
	width: 736px;
	text-align: center;
	color: white;
	font-size: 10px;
	background: url(images/bg/pie-pagina-interior.gif);	
	float: none;
	clear: both;
}
#cabecera {
	position: absolute;
	top: 0px;
	left: 23px;
	width: 917px;
	height: 154px;
	border-bottom: solid;
	border-bottom-color: white;
	border-bottom-width: 1px;
}
#pie a:link {
	color: white;	
}
#pie a:visited {
	color: white;
}
#pie a:hover {
	color: #ffee62;
}
#pie a:active {
	color: #ffee62;
}
/* Clases */
.menutexto {
	position: relative;
	top: -7px;
}

/* Formulario en ingles */
.eninput {
	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;
}
.enmsje {
	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: 40px;
	padding: 8px;
}
#contacto input {
	margin-left: 0px;
}
.ensend {
	border: 1px;
	border-color: #2D5082;
	border-style: solid;
	padding-left: 3px;
	background: url('images/form/send.jpg') repeat-x;
}