

/*INICIO MENSAJE DE CARGA*/
.super-capa{
    top: -70px;
    bottom: -70px;
    width: 100%; 
    height:100%; 
    display: block; 
    background-color: black;
    opacity: .25;
    -moz-opacity: .25;
    filter:alpha(opacity=25);
    z-index: 20000;
    position: fixed;
    margin: auto;
    display: none;
}

.cargaform
{
    width: 160px;
    height: 130px;
    left: 150px;
    top: 100px;
    z-index:25000;
    position: fixed;
    text-align: center;
    font-size: 18px;
    font-weight:bold;
    display: none;
}
/*FIN MENSAJE DE CARGA*/