
.DivCargarPantalla{
    border: 0px black solid;
    background: black;
    width: 100%;
    height: 99%;
    position: absolute;
    margin: auto;
    opacity: 0.8;
    transition: all .5s;
    z-index: 999;
    top: 1px;
}
.ImgCargarPantalla{
    transition: all .5s;
    height: 100%;
    width: 100%;
}

.DivCargarPantallaMovimiento{
    border: 0px black solid;
    background: transparent;
    width: 100%;
    height: 99%;
    position: absolute;
    margin: auto;
    transition: all .5s;
    z-index: 999;
    top: 1px;
}
.ImgCargarPantallaMovimiento{
    transition: all .5s;
    height: 100%;
    width: 100%;
}
.DivCargarMovimientosPantalla{
    border: 1px darkorange solid;
    height: 400px;
    width: 600px;
    margin: auto;
    margin-top: 100px;
    border-radius: 10px;
    background: white;
    padding: 5px;
}

.DivCerrarConsultaMovimiento{
    position: fixed;
    margin-left: 580px;
    margin-top: -15px;
    cursor: pointer; 
}

.TablaFacturaImprimir{
    width: 100%;
    height: auto;
    display: block;
    overflow-x: auto;
    border-radius: 5px;
    background: white;
}
.TablaFacturaImprimir thead{
    position: sticky;
    height: auto;
    top: 0;
}
.TablaFacturaImprimir th{
    background: white;
    color: black;
    font-size: 14px;
    height: auto;
    width: 300px;
    text-align: center;
}
.TablaFacturaImprimir tr td{
    font-size: 14px;
    height: auto;
    background: white;
    border-bottom: 0px white solid;
    text-align: center;
}
