/* TOP BAR */
@media screen and (max-width: 1024px) {
    .layout-logo {
        margin-left: 2em !important;
    }
}
.topbar-application-sigla {
    color: #FFFFFF !important;
    font-size: 200% !important;
}
.tableBorder td {
    border: 1px solid black !important;
}

/*** Columnas con Ancho Fijo */
.col100 {
    width: 100px;
}

/*** Columnas con Ancho en Porcentaje  */
.col5p{
    width: 5% !important;
}
.col10p{
    width: 10% !important;
}
.col20p{
    width: 20% !important;
}
.col25p{
    width: 25% !important;
}
.col30p{
    width: 30% !important;
}
.col33p{
    width: 33% !important;
}
.col35p {
    width: 35% !important;
}
.col40p{
    width: 40% !important;
}
.col50p{
    width: 50% !important;
}
.col60p{
    width: 60% !important;
}
.col70p{
    width: 70% !important;
}
.col80p{
    width: 80% !important;
}
.col90p{
    width: 90% !important;
}

.cen{
    text-align: center;
}
.der{
    text-align: right;
}
.izq{
    text-align: left;
}
.labelOutput{
    font-weight: bold;
}