@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;
	background-color: #F0F3EA; 
	margin-top: 0px;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 850px;
	text-align: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #669900;
	border-left-color: #669900;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.thrColAbsHdr #header {
	height: 210px;
	background-color: #FFFFFF;
} 
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 230px;
	left: 0px;
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #88C97E;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 225px;
	right: 1px;
	width: 145px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-size: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #88C97E;
}
.thrColAbsHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 10;
	padding-bottom: 10;
	text-align: left;
}
.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
	color: #FFFFFF;
	background-color: #99BB04;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-image: url(images/back_footer.jpg);
} 
.thrColAbsHdr #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 */
}
.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;
}
 


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style1 {font-weight: bold}
.style3 {font-size: 16px}
.style4 {font-size: 13px}
.style5 {
	font-size: 11px;
	font-style: italic;
}
.style1 {
	/*FOOTER*/
	font-size: 11px;
	color:#000;
}

.style6 {
	/*TITULOS*/
	font-size: 18px;
	font-weight: bold;
}

.style7 {
	/*SUBTITULOS*/
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}
.mail {
	font-weight: bold;
}
.contacto {
	font-style: italic;
}

h3{
background:#9C0;
color:#FFF; 
border:#FFF 3px solid; 
text-decoration:none; 
padding:10px;
margin-right:10px; 
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}

.columnas{
	text-align:justify;
	margin: 5px;
	padding: 5px;
	
}
