@charset "utf-8";
/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p     {
	margin-top: 0px;
	font-size: 70%;
}
img {
	border:none;
}
.twoColFixLtHdr #container {
	width: 932px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #container #mainContent #texto #form1 .green-table {
	background-color: #104318;
	color: #FFFFFF;
	font-size: 70%;
}
.twoColFixLtHdr #container #mainContent #texto #form1 .green-table td {
	padding-left:10px;
	padding-top:10px;	
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 316px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 316px;
	padding-top: 110px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #container #mainContent #texto p {
	margin-top: 0px;
}

.twoColFixLtHdr #footer {
	background-color: #104318;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-top-color: #56b126;
	border-right-color: #56b126;
	border-bottom-color: #56b126;
	border-left-color: #56b126;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 20px;
} 
#greenfooter {
	background-color: #104318;
	height: 15px;
	width: 100%;
	clear: both;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent p.contact {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#texto {
	margin-left: 20px;
	margin-right: 55px;
}
#greenbox {
	background-color: #104318;
	height: 220px;
	width: 464px;
}
.twoColFixLtHdr #container #mainContent #texto #greenbox img {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #54ad25;
	margin-right: 30px;
}
.twoColFixLtHdr #container #mainContent #texto #greenbox h1 {
	color: #FFFFFF;
	font-family: Univers-Bold, Verdana;
	font-weight: normal;
	font-size: 32px;
}
.twoColFixLtHdr #container #mainContent img {
	margin-right: 10px;
}
.twoColFixLtHdr #container #mainContent ul.contactlist {
	margin-top:0px;	
}
ul {
	font-size: 70%;
}
.twoColFixLtHdr #container #mainContent a {
	color: #000000;
	text-decoration: none;
	
}
.twoColFixLtHdr #container #sidebar1 #texto-left a {
	color: #000000;
}

#mainContent li {
	list-style-image: url(../imagenes/index/punto.gif);
	margin-bottom: 5px;
	
}
.twoColFixLtHdr #container #mainContent li li {
	list-style-image:none;
	list-style: none;
	font-size: 140%;
	margin-top:0px;
	margin-bottom:0px;	
}
.twoColFixLtHdr #container #mainContent li ul {
	margin-top:0px;
	margin-bottom:20px;
}
strong     {
	color: #56b126;
}

.twoColFixLtHdr #container #mainContent #texto h1 {
	margin-bottom: 0px;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent #texto #greenbox p      {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	font-family: Univers-Bold, Verdana;
	margin-right: 10px;
	margin-top: 5px;
	line-height: 110%;
	margin-bottom: 15px;
}
#texto-left {
	margin-right: 35px;
	margin-left: 45px;
}

.twoColFixLtHdr #container #mainContent #texto #greenbox img.none {
	border-right-style: none;
	margin-right: 40px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #sidebar1 h1 {
	border-bottom-style: none;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #sidebar1 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 200px;
}
.twoColFixLtHdr #container #sidebar1 li {
	margin: 0px;
	padding: 0px;
	float:left;
	list-style-type: none;
}

.twoColFixLtHdr #container #sidebar1 li a {
	display:block;
	width:200px;
	padding-top:15px;
	padding-bottom:15px;
	background-image: url(../imagenes/index/flecha.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa9a9;
	
	}
	
.twoColFixLtHdr #container #footer p {
	font-size: 9px;
	color: #56b126;
}
.twoColFixLtHdr #container #footer a {
	color: #56B126;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 #image-left {
	margin-left: 30px;
}
input {
	width:240px;
}
input , select{
	font-size:100%;
	
}
