.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.titular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}


.titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #002400;
}

.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #D6F3B4;
}

A.links, A.links:visited, A.links:active  {
	font-size : 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color: #6D9524;
	text-decoration : none;
	
}

A.links:hover  {
	font-size : 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight : bold;
	color : #006633;
	text-decoration : none;

