@charset "utf-8";
.TITULOS {
	font-family: "Book Antiqua";
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bolder;
	font-size: 13px;
}



.tituloscuadros {
	font-family: "Book Antiqua";
	font-size: 13px;
	text-transform: capitalize;
	font-weight: normal;
	font-variant: normal;
}

