/*imagen de  carga de fondo secundaria*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
/*imagen de  carga de fondo secundaria*/
.loaded {
    
	width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(./Images/LoadingPdx3.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}


/*imagen de  carga de fondo secundaria*/
.preloaderConf {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #99949499;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
/*imagen de  carga de fondo secundaria*/
