﻿.SignoColBase {
    border: 1px none #0000FF;
    width: 30px;
    cursor: pointer;
}
.CabeceraBoletoBase {
	border: 1px solid #0000FF;
	background-color: #3399FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.CeldaOculta {
	width: 0px;
}
.CapaInfoBoletoBase {
	position: absolute;
	left: 570px;
	top: 5px;
	width: 275px;
}
.CeldaPartido {
	border: 1px solid #0000FF;
	cursor: pointer;
}
.BotonValidar
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	position: absolute;
	top: 210px;
	left: 0px;
	cursor: pointer;
}
.CeldaInfoValor {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: small;
    font-weight: normal;
    width: 80px;
    border-style: none;
    text-align: left;
    background-color: #3399FF;
    height: 25px;
}
.CeldaInfoTexto
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: small;
    font-weight: normal;
    width: 130px;
    text-align: right;
    background-color: #3399FF;
    height: 25px;
}
.FilaColBase {
    background-color: #FFCCFF;
}
.FilaColBaseError {
    border-style: none;
    background-color: #FF0000;
}
