html,
body {
    position: absolute;
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

div#divTitulo {
    background-color: #4297d7;
    height: 30px;
    color: #fff;
}

#btnBuscarDocumento,
#ui-datepicker-div,
#divInformacionDocumento {
    font: 80.0% "Trebuchet MS", sans-serif;
}

#divConsultaDocumentos {
    width: 100%;
    border: 0px;
}

.parrafoCentrado {
    text-align: center;
    font: 100% "Trebuchet MS", sans-serif;
}

.parrafoIzquierda {
    text-align: left;
    font: 100% "Trebuchet MS", sans-serif;
}

footer {
    background-color: #78b800;
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 8%;
}

#txtMonto,
#txtNumero,
#txtSerie,
#txtFechaEmision {
    text-align: right;
}

#divInformacionDocumento {
    position: absolute;
    left: 25%;
    right: 25%;
    margin-bottom: 8%;
}

.modal {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.modalContenido {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0%;
    text-align: center;
}

.mainselection {
    padding: 2px;
    border-radius: 9px 9px 9px 9px;
}