/*
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 : 06-03-2019, 12:25:25 PM
    Author     : EBS
*/

@media (min-width:900px){
    .cargando{
        width: 100%;
        height: 100%;
        text-align: center;
        position:absolute;
        z-index: 1000;
        margin-top: 18%;
    }
    .cargando img{
        width: 18%; 
        height: 25%;
    }
}
@media (max-width:900px){
    .cargando{
        width: 100%;
        height: 100%;
        text-align: center;
        position:absolute;
        z-index: 1000;
        margin-top: 25%;
    }
    .cargando img{
        width: 20%; 
        height: 25%;
    }
}
@media (max-width:600px){
    .cargando{
        width: 100%;
        height: 100%;
        text-align: center;
        position:absolute;
        z-index: 1000;
        margin-top: 40%;
    }
    .cargando img{
        width: 30%; 
        height: 25%;
    }
}