﻿/*.BarraProgreso
{
  text-align: center;
  vertical-align: middle;
  background-color: #FFFFFF;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  filter: alpha(opacity=70);
}
*/


.BarraProgreso {
    z-index: 100001;
}

    .BarraProgreso .Transparencia {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 100001;
        background-color:#000;
        filter: alpha(opacity=0);
    }

    .BarraProgreso .Dialogo {
        position: fixed;
        text-align: center;
        vertical-align: middle;
        left: 50%;
        top: 50%;
        margin-left: -175px;
        margin-top: -50px;
        width: 350px;
        height: 100px;
        z-index: 100001;
        background-color: #000000;
        filter: alpha(opacity=70);
    }

    .BarraProgreso .Mensaje {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 19px;
        color: #004890;
        color: #FFFFFF;
    }
