/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/09/2018, 10:58:42 AM
    Author     : leonardo
*/

#loading-img {
    background: url(../Imagenes/loader-idiger.svg) center center no-repeat;
    height: 100%;
    z-index: 999;
    opacity: 1;
    
}

.overlay {
    z-index: 20;
/*background: #D3D3D3;*/    
/*opacity: 0.3;*/
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
 
}