* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #535C41;
	background: #535C41 url(images/img01.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2E4B01;
}
h1, h2, h3 {
	font-weight: normal;
	color: #660000;
}

h1 {
	font-size: 200%;
	font-weight: bold;
}
h2 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

.resultadoarbol {
	font-size: 25px;
	color:#660000;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

blockquote {
}

a {
	color: #404631;
}

a:hover {
	text-decoration: none;
	color: #660000;
}

/* Header */

#header {
	width: 680px;
	height: 110px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 229%;
}

#header p {
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 680px;
	height: 51px;
	margin: 0 auto;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #54611f;
}

#menu a:hover, #menu .active a {
	background-color: #FFFFFF;
}

/* Page */

#page {
	width: 680px;
	margin: 0 auto;
	background: #B0D23D url(images/img03.jpg) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 445px;
	padding: 25px 25px 0 40px;
	background: url(images/img04.jpg) no-repeat;
}
#contentSmall {
	float: right;
	width: 375px;
	padding: 5px 5px 0 5px;
}
#contentIndex {

	float: left;
	width: 615px;
	padding: 25px 25px 0 40px;
	background-image: url(images/imageIndexBg.jpg);
	background-repeat: no-repeat;
}
.littleFont {
	font-size: small
}
.boxed {
	background: #e8e4bd;
	/*border: 1px dotted #000000;*/
}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: bold;
	background: #54611f url(images/bgCalc.jpg) no-repeat;
	;
	font-family: Arial, Helvetica, sans-serif;
}

.boxed .content {
	padding: 20px;
}
.imageHeader {
	background: #E8E4BD url(images/headerCambio.jpg) no-repeat;
	width: 445px;
	height: 60px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 150px;
	padding: 25px 20px 0 0;
	background: url(images/img05.jpg) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 5px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #5F7E0C;
	border-bottom: 1px solid #e8e4be;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #e8e4be;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu a {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat left center;
}

/* Footer */

#footer {
	width: 680px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/img08.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 9px;
	color: #E8E4BD;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #660000;
	margin: 0px 10px 0px 0px;
}
/*Calculadora*/
input {
	color: #48610A;
	background-color: #e8e4bd;
	text-align: center;
	padding: 0px;
}
.ayuda {
	position:absolute;
	height:400px;
	overflow:auto;
	border: 2px solid #888888;
	background-color:#E8E4BE;
	padding: 10px;
	z-index: 20;
}

.ayuda-small {
        position:absolute;
        height:150px;
        overflow:auto;
        border: 2px solid #888888;
        background-color:#FFFFFF;
        padding: 10px;
        z-index: 20;
}

.ayuda-elem {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 9px;
	color: #535C41;
	font-family: Arial, Helvetica, sans-serif;
}


.ttitulo {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	line-height: normal;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
label {
	font-weight: bold;
}

label2 {
	font-weight: normal;
	padding-left:230px;
}

td {
	padding-left: 10px;
}
small {
	font-weight: normal;
}
.tituloc {
	background-color: #85A126;
	color: #FFFFFF;
	font-weight: bold;
	width:200px;
	margin: 0 0 0 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.Calculadora_header {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 10px;
	color: #660000;
	font-weight: bold;
}
.Calculadora_content {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 15px 10px 15px;
}
.style3 {
font-size: 11px
}
.imageHeaderCalc {

	background: #E8E4BD url(images/headerCalc.jpg) no-repeat;
	width: 445px;
	height: 60px;
}
.imageHeaderQuienes {

	background: #E8E4BD url(images/headerQuienes.jpg) no-repeat;
	width: 445px;
	height: 60px;
}
.imageHeaderReduce {

	background: #E8E4BD url(images/headerReduce.jpg) no-repeat;
	width: 445px;
	height: 60px;
}
.imageHeaderCompensa {
	width: 445px;
	height: 60px;
	background-color: #E8E4BD;
	background-image: url(images/headerCompensa.jpg);
	background-repeat: no-repeat;
}
.imageHeaderSocios {

	background: #E8E4BD url(images/headerSocios.jpg) no-repeat;
	width: 445px;
	height: 60px;
}
.imageHeaderContacto {
	width: 445px;
	height: 60px;
	background-color: #E8E4BD;
	background-image: url(images/headerContacto.jpg);
	background-repeat: no-repeat;
}
.imageHeaderAprende {

	width: 445px;
	height: 60px;
	background-color: #E8E4BD;
	background-image: url(images/headerAprende.jpg);
	background-repeat: no-repeat;
}
.imageHeaderResultado {
	width: 445px;
	height: 60px;
	background-color: #E8E4BD;
	background-image: url(images/headerResults.jpg);
	background-repeat: no-repeat;
}
.subindiceTxt {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}
.imageHeaderMetodologia {

	width: 445px;
	height: 60px;
	background-color: #E8E4BD;
	background-image: url(images/headerMetodologia.jpg);
	background-repeat: no-repeat;
}
.imageHeaderArboles {

	width: 445px;
	height: 60px;
	background-color: #E8E4BD;
	background-image: url(images/headerResults.jpg);
	background-repeat: no-repeat;
}
.imageHeaderDonacion {

	width: 445px;
	height: 60px;
	background-color: #E8E4BD;
	background-image: url(images/headerDonacion.jpg);
	background-repeat: no-repeat;
}
