@charset "utf-8";
/* CSS Document */

.txtcontenido {
	font-family: "Times New Roman";
	font-size: 13px;
	color: #666666;
}
.txtwhite {
	font-family: "Times New Roman";
	font-size: 13px;
	color: #FFFFFF;
}
.txtpiepagina {
	font-family: "Times New Roman";
	font-size: 10px;
	color: #666666;
}
.txtresaltado {
	font-family: "Times New Roman";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.style3 {color: #FFFFFF; font-weight: bold; }
.style5 {color: #FFCC33}
.style7 {
	font-size: 18px;
	color: #666666;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #EEEEEE;
	text-decoration:none;
}
a:hover {
	color: #FFCC00;
	text-decoration:none;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}