.title_forma {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
}

.txt_forma {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.txt_general {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.title_general {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003300;

}

.title_noticias {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;

}

.txt_noticias{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	decoration: none;
}
