/*Lo mostramos 'hidden' por default*/
.modalFondo {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url(../imagenes/ajax-loader3.gif) 50% 50% no-repeat;
}

#modalBuscar {
     position: fixed;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
}

#modalBuscar1 {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
}

#modalBuscar1_Cuentas {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    height: 90%;
    width: 90%;
}

#modalBuscar1CREARPRODUCTO {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    top: 50px;
    left: 0;
    height: 90%;
    width: 90%;
}

#modalIMPRIMIR {
    position: fixed;
    margin:auto;
    /*margin-left: auto;
    margin-right: auto;
    top: 50px;
    left: 0;*/
    height: 50%;
    width: 50%;
}

#tblDETALLE {
   
}

/* Cuando el body tiene la clase 'loading' ocultamos la barra de navegacion */
body.loading {
    overflow: hidden;    
}

    /* Siempre que el body tenga la clase 'loading' mostramos el modal del loading */
    body.loading .modalFondo {
        display: block;
    }

.hide_column {
    display: none;
}
