﻿

.cargandoModalPrevio
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background-color: #F0F0F0;
    filter: alpha(opacity=1);
    opacity: 0.1;
    -moz-opacity: 0.1;
}


.cargandoModal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background-color: #F0F0F0;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.cargandoCenter
{
    z-index: 1000;
    margin: 200px  auto;
    padding: 0px;
    width: 0px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.cargandoCenter img
{
    height: 64px;
    width: 64px;
}