 #preloader{
    position:fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background: #ecf0f1;
    z-index:9999;
    height: 100%;
    width:100%;
}
#status{
    width:920px;
    height: 530px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-266px 0 0 -460px;
    /*background:url("https://mentorecuador.com/img/preloader.gif") center no-repeat;*/
}