body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	color: #06C;
}
a:link, a:visited, a:active {
	color: #06C;
	text-decoration: underline;
}
a:hover {
	color: #0099DD;
	text-decoration: underline;
}
.Pagos th {
	background-color: #CCC;
	font-weight: bold;
	vertical-align: center;
}
.Pagos td {
	text-align: left;
}
.Pagos .Liga {
	text-align: center;
}
.Pagos .Precio {
	text-align: right;
}
.Pagos .DatosNumFolios {
	text-align: center;
	background-color: yellow;
}