.nubeAntel {
 background-image:url(../img/auxi/nubeAntel2.png);
 background-repeat:no-repeat;
 background-position:center 10px;
 height:200px;
 width:200px;
 background-size:150px
}
.nubeAntel .cargando {
 font-family:'Roboto Condensed',sans-serif;
 font-size:32px;
 padding:50px 0 60px 0;
 color:#18265a
}
.nubeAntel h2 {
 display:block;
 color:#18265a;
 font-size:18px
}

.loader {
 display:none;
 position:fixed;
 width:100%;
 height:100%;
 top:0px;
 bottom:0;
 left:0;
 right:0;
 background:rgba(255,255,255,0.9);
 z-index:99999999;
 overflow:hidden
}
.loader_info {
 position:fixed;
 width:200px;
 margin-left:-100px;
 left:50%;
 text-align:center;
 top:50%;
 margin-top:-100px
}
.loader_info h2 {
 font-size:22px;
 line-height:24px;
 color:#525252;
 text-align:center;
 font-weight:400;
 font-style:italic
}