.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: #FFCC99;
}

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

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

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