.frmTable{
    border-spacing: 4px;
    border-collapse: separate;
    width: 100%;
    font-family: Arial, Helvetica !important;
    color:#333 !important;
    background:#fff;
    margin:0 auto;
    text-align:left;
    font-size: 12px;
    font-weight: 400;
    
}
tbody{
}

th{
    background:#eaebea; 
    color:#000;
  
    
}

td{
    font-weight: bold;
    background:#ffffff;
}

.encabezado1{
    font-size: 14px;
    color:#000000;
    text-align: left;
    font-weight: bold;
}
.encabezado2{
    font-size: 12px;
    color:#000000;
    text-align: left;
    font-weight: bold;
}
.encabezado3{
    font-size: 14px;
    color:#000000;
    text-align:justify;
    font-weight: bold;
}
.encabezado4{
    font-size: 12px;
    color:#000000;
    text-align: center;
    font-weight: bold;
}
.encabezado5{
    font-size: 12px;
    color:#000000;
    text-align: center;
    font-weight: normal;
}

.celdaPrincipal{
    font-size: 12px;
    color:#000000;
    text-align: left;
    font-weight: bold;
}

.celdaDetalle{
    font-size: 12px;
    color:#000000;
    text-align: right;
    font-weight: normal;
}

.botonAnt{
    text-align: left;
}

.botonSig{
    text-align: right;
}

.botonCent{
    text-align: center;
    
}