/*
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 : 14/02/2019, 09:17:51 AM
    Author     : Maikol Gutiérrez
*/
.fondo_opaco{
    display: none;
    z-index: 1050;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#000;
    /*IE*/
    filter: alpha(opacity=40);
    /*FireFox Opera*/
    opacity: .4;
}
.fondo_bloqueado{
    display: none;
    z-index: 105000;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color: black;
    /*IE*/
    filter: alpha(opacity=40);
    /*FireFox Opera*/
    opacity: .4;
}

.fondo_bloqueado img{
    width: 300px;
    height: 300px;
    z-index: 300000;
}