/* CSS Document */

.textos {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	vertical-align: middle;
	text-align: center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.titulos {
	font-size: 14px;
	font-weight: bold;
}
.mensaje {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}
a {
	font-family: Verdana;
	font-size: 12px;
	color: #FA1D1D;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FA1D1D;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}