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: #12281B;
	background-color: #FFFFFF;
	background-image: url(images/bg_body.jpg);
}

p {
	font-size: 11px;
	text-align:justify;
	color: #20462F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a {
	color: #C57914;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 26px;
	color: #DE8817;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	text-align: left;
}
h2 {
	font-size: 17px;
	color: #3F7C3F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Trebuchet MS;
}
h3 {
	font-size: 15px;
	color: #2E5A2E;
	font-family: Trebuchet MS;
	font-style: italic;
}
h4 {
	font-size: 15px;
	color: #DD8917;
	font-family: Trebuchet MS;
}
h5 {
	font-size: 14px;
	font-family: Trebuchet MS;
	color: #2E5A2E;
	font-weight: bold;
}
h6 {
	font-size: 10px;
	padding-left: 15px;
	font-weight: bold;
	color: #DD8917;
}

.title {
	font-size: 20px;
	color: #DE8817;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
}




hr {
	color: #DD8917;
	font-weight: lighter;
	height: 1px;
	margin: 0px;
	padding: 0px;
}



.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #809A63;
} 
.twoColFixLtHdr #header {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 134px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 900px;
} 
.logo {
	padding: 0px;
	float: left;
	height: 116px;
	width: 183px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.top_conte_01 {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 134px;
	width: 670px;
}

.top_right {
	float: right;
	height: 99px;
	width: 543px;
	background-image: url(images/top_right.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 108px;
}

.top_right_02 {
	background-image: url(images/top_right_02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 28px;
	width: 670px;
	background-position: right;
	color: #EDAB52;
	font-size: 10px;
	font-weight: normal;
	padding-top: 7px;
}
.top_right_02  ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.top_right_02  ul  li{
	display: inline;

}
.top_right_02  ul  li  a{
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 11px;

}
.top_right_02  ul  li  a:hover{
	color: #FFFFCC;
	text-decoration: underline;

}


.image {
	margin-top: 5px;
	margin-bottom: 5px;
}
.image01 {
	float: left;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.table02 {
	padding: 0px;
	float: left;
	width: 280px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.table03 {
	float: left;
	width: 220px;
	margin-top: 25px;
	margin-right: 15px;
	margin-left: 15px;
}
.table03 hr {
	color: #d4ddca;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
.table04 {
	width: 530px;
	margin-right: 15px;
	margin-left: 15px;
	height: 125px;
	margin-top: 0px;
}
.table04 p {
	font-size: 12px;
}
.table04 a {
	font-size: 9px;
	font-weight: bold;
	color: #DD8917;
	text-decoration: none;
	text-transform: uppercase;
}
.table05 {
	width: 520px;
	margin-right: 15px;
	margin-left: 25px;
	height: 113px;
	margin-top: 2px;
}
.table05 p {
	color: #935605;
	font-size: 12px;
}
.table05 a {
	color: #DE8817;
	text-transform: uppercase;
	font-size: 9px;
}

.table05 h2 {
	color: #C57914;
}

.twoColFixLtHdr #mainContent {
	padding-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 20px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #61764B;
	border-right-color: #BFCCB0;
	border-bottom-color: #A0B48B;
	border-left-color: #BFCCB0;
} 

.twoColFixLtHdr #mainContent p {
	font-size: 12px;
	line-height: 125%;
	color: #1B3827;
}
.twoColFixLtHdr #mainContent hr {
	color: #D4DDCA;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
.twoColFixLtHdr #mainContent a {
	color: #2C5F40;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: italic;
}
.tabla_direc {
	background-color: #FAF3E7;
	padding-left: 10px;
	padding-bottom: 3px;
	border: 1px dashed #E6C288;
	font-family: "Trebuchet MS";
	font-size: 14px;
	height: 20px;
	font-weight: normal;
	color: #2B593D;
	padding-top: 3px;
	padding-right: 10px;
	text-align: justify;
}

.tabla_direc a {
	font-size: 14px;
	color: #2C5D40;
}
.tabla_direc h4 {
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #3F7C3F;
}
.tabla_genera {
	background-color: #F8F9F7;
	padding-left: 10px;
	padding-bottom: 3px;
	border: 1px dashed #A8BA94;
	font-family: "Trebuchet MS";
	font-size: 14px;
	height: 20px;
	font-weight: normal;
	color: #2B593D;
	padding-top: 3px;
	padding-right: 10px;
}


.nota_fecha {
	font-size: 10px;
	color: #C57914;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 550px;
	font-weight: bold;
}
.ima_late_left {
	width: 170px;
	border: 1px solid #FFFFFF;
	margin-left: 12px;
}
.late_left {
	margin-left: 14px;
	margin-top: 14px;
}
.t_eventos01 {
	border: 1px solid #2E5A2E;
	font-size: 12px;
	padding: 20px;
	width: 508px;
	background-color: #FFFFDD;
	margin-top: 15px;
}
.t_eventos01  a {
	color: #FF9900;
}
.t_eventos01  h2 {
	margin: 0px;
}

.t_eventos02 {
	border: 1px solid #2E5A2E;
	font-size: 12px;
	padding: 20px;
	width: 508px;
	background-color: #FFFFF0;
	margin-top: 15px;
}
.t_eventos02  a {
	color: #FF9900;
}
.t_eventos02  h2 {
	margin: 0px;
}









.twoColFixLtHdr #footer {
	height: 30px;
	padding-top: 25px;
	background-color: #F4F6F1;
	padding-bottom: 20px;
	font-size: 10px;
	color: #92A978;
	text-align: center;
} 
.twoColFixLtHdr  #footer  a  {
	color: #E68A00;
	font-weight: bold;
	font-size: 10px;
}
.footer02 {
	margin: 0px;
	height: 70px;
	background-color: #F4F6F1;
	background-repeat: repeat-x;
	background-image: url(images/bg_footer.jpg);
	background-position: center top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer02  p  {
	text-align: center;
	line-height: 120%;
	color: #FFFFCC;
}
.footer02 a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}
.footer03 {
	margin: 0px;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.footer03 p {
	text-align: center;
	font-size: 10px;
}
.footer03 a {
	color: #28563A;
	font-size: 10px;
	font-weight: normal;
}
.contador {
	margin: 0px;
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	text-align: center;
	color: #255035;
	text-transform: uppercase;
	font-weight: normal;
}


.footerindex {
	margin: 0px;
	height: 75px;
	background-repeat: repeat-x;
	padding: 25px;
	width: 900px;
}
.footerindex p {
	text-align: center;
}










.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;
}
.style1 {
	color: #3F7C3F;
	font-weight: bold;
}
.style2 {
	color: #DD8917;
	font-weight: bold;
}
.style4 {
	font-size: 13px;
	color: #2E5A2E;
}
.style5 {color: #339933}
