﻿.PantallaCargaFondo
{
    left: 0px;
    top: 0px;
    z-index:20;
    width:100%;
    height: 100%;
    position:fixed;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;

}
.PantallaCarga
{
    margin-left:auto;
    margin-right:auto;
    left: 0px;
    top: 0px;
    z-index:30;
    position:fixed;
    width:100%;
    height: 100%;
    
}
.PantallaCargaPanel
{
    text-align:center;
    margin-top:160px;
    margin-left:auto;
    margin-right:auto;
    z-index:35;
    width:400px;
    height:170px;
    background-color:Gray;
    border: solid 1px white;
}
.PantallaCargaTexto{
    margin-top:10px;
    width:398px;
    margin-left:auto;
    margin-right:auto;
    font-family: Calibri;
    font-size: large;
    font-weight: bold;
    color: White;
}
.PantallaCargaImagen{
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;
    width: 75px;
    height: 75px;    
}
