@charset "utf-8";
/* CSS Document */

.fuenteCuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.fuenteTitulo {
	font-family: Verdana;
	font-size: 14pt;
}.bordeNegro {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
