.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/load.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
    display: none;
}

.fondo-archivero {
    padding: 0;
    opacity: 0.7;
}


footer{
    background-image: url("../images/pie_background.png");
}

.bg-ginda{
    background-color: #9F2241;
}

.dropzone .dz-preview .dz-details{
    z-index: 1001;
}

.dropzone{
    border-style: dashed;
}

.renglon-seleccionado{
    box-shadow: inset 1px 1px 1px 1px #323E48, inset -1px -1px 0px 0px #323E48;
    background-color: rgb(203 213 225);
}