.textoblanco {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
}
.textonegro {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #ff3300;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
.titulos {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
}
.chiconegro {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
}
