﻿.tablaForm {
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-top: solid thin #CCCCCC;
}

    .tablaForm tr {
        vertical-align: top;
    }

        .tablaForm tr th, .tablaForm tr td {
            border: none;
            border-bottom: solid thin #CCCCCC;
            padding: 2px;
            font-size: 85%;
        }

.tablaOpciones {
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-top: solid thin #CCCCCC;
}

    .tablaOpciones tr {
        vertical-align: top;
    }

    .tablaOpciones th, .tablaOpciones td {
        border: none;
        border-bottom: solid thin #CCCCCC;
        padding: 2px;
    }

.tablaBotonItem {
    width: 100%;
    border-collapse: collapse;
}

    .tablaBotonItem tr {
        vertical-align: top;
    }

    .tablaBotonItem td, .tablaBotonItem th {
        padding: 2px !important;
        border: none;
        font-size: 11px !important;
    }

        .tablaBotonItem td.valor {
            text-align: right;
        }

            .tablaBotonItem td.valor span {
                font-size: 11px;
            }

input[readonly=readonly], input[readonly=readonly]:focus {
    background-color: #DDDDDD;
}

#areaFirma {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.2);
    z-index: 100000;
}

#zonaParaFirmar {
    position: absolute;
    background-color: white;
    border: solid thin black;
}

#tituloFirma {
    position: absolute;
    background-color: #EEE;
    font-weight: bold;
    height: 40px;
    border: solid thin black;
    font-size: 16px;
}

#pieFirma {
    position: absolute;
    background-color: #EEE;
    height: 40px;
    border: solid thin black;
}

    #tituloFirma td, #pieFirma td {
        padding: 2px 10px 2px 10px;
    }

    #tituloFirma button, #pieFirma button {
        height: 34px;
    }

#areaNotificaciones {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: 2px 10px 2px 10px;
    font-size: 11px;
    text-align: left;
    color: white;
}

.tablaReporte {
}

    .tablaReporte th, .tablaReporte td {
        font-size: 14px;
    }
