.tituloTabla{
    text-align: center;
    font-weight: bolder;
    background-color: aqua;
}
.tituloTablaSin{
    text-align: center;
    font-weight: bolder;
    background-color:#003791;
    color: white;
}
.colum{
    text-decoration: underline;
    font-weight: bold;
}
.fila{
    border-bottom: 1px solid aqua;
    
    text-transform:uppercase; 
}
.filaSin{
    padding: 2px;
    border-bottom: 1px solid #003791;
    text-transform:uppercase; 
    
}
.filaBoton{
    padding: 2px;
}
.boton{
    font-size: 10px;
    vertical-align: bottom;
}