body {
		background-color: #F3F3F3;
    		background-repeat:repeat-x;
		font-family: Arial, Verdana, Helvetica, Century Gothic, sans-serif;
		font-size:12pt;
		font-color:#808080;
}

.titulos {
	font-family: Arial, Verdana, Helvetica, Century Gothic, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #2B5915;
	text-decoration: none;
	text-align: center;
	line-height: 20px 
}
.subtitulos {
	font-family: Arial, Verdana, Helvetica, Century Gothic, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
	color: #F4C400;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	line-height: 20px 
}

.textos {
	font-family: Arial, Verdana, Helvetica, Century Gothic, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	line-height: 20px 
}


.titulostitulares {
	font-family: Arial, Verdana, Helvetica, Century Gothic, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #2B5915;
	text-decoration: none;
	text-align: center;
}

.textostitulares {
	font-family: Arial, Verdana, Helvetica, Century Gothic, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	text-decoration: none;
}



.titulosmini {

	font-family: Arial, Verdana, Helvetica, Century Gothic, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #2B5915;
	text-decoration: none;
	text-align: justify;
}
.subtitulosmini {
	font-family: Arial, Verdana, Helvetica, Century Gothic, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: capitalize;
	color: #F4C400;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
.textosmini {

	font-family: Arial, Verdana, Helvetica, Century Gothic, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	text-decoration: none;
}


A:link {COLOR: green; TEXT-DECORATION: none; FONT-WEIGHT: bold}
A:visited {COLOR: green; TEXT-DECORATION: none; FONT-WEIGHT: bold}
A:hover {COLOR: orange; TEXT-DECORATION: none; FONT-WEIGHT: bold}
A:active {COLOR: gold; FONT-WEIGHT: bold}
