a {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
    font-weight: bold;
}
a:link {
	color: #000099;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #000099;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:hover {
	color: #d5b43f;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.fondo {
	background-color:#039100;
}


.titulo{
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
    font-size:16px;
    color:#002005;
}
.subtitulo{
    font-family: Times New Roman, Times, serif;
	font-weight: bold;
    font-size:12px;
    color:#00590E;
}
.texto{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#389500;
}

