#cargando {
    position:fixed;
    width:100%;
    height:100%;
    background:#fff url(../img/preloader.gif) no-repeat;
    background-position: 50% 20%;
    z-index: 9999999;
    color: #01374F;
}
.cargando-mid{
	width: 20%;
	margin: auto;
	text-align: center;
	position: relative;
	top: 5%;
}
.cargando-mid img{
	width: 100%;
	max-width: 288px;
}