.link_fondo_verde_oscuro {
	font: bold normal 14px/normal "Times New Roman", Times, serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
.link_fondo_claro {
	font: bold normal 14px/normal "Times New Roman", Times, serif;
	color: #003300;
	text-decoration: underline;
}
.texto_normal_fondo_claro {
	font: normal 14px/normal "Times New Roman", Times, serif;
	color: #000000;
}
.texto_normal_fondo_oscuro {
	font: normal 14px/normal "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.texto_bold_fondo_claro {
	font: bold normal 14px/normal "Times New Roman", Times, serif;
	color: #003300;
}
.texto_bold_fondo_oscuro {
	font: bold normal 14px/normal "Times New Roman", Times, serif;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}

