﻿/*Estilos para el UpdateProgress*/
.overlay  
{
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa; 
    filter: alpha(opacity=80); 
    opacity: 0.8; 
}
.overlayContent
{
    z-index: 99;
    margin: 250px auto;
    width: 350px;
    height: 50px;
    background:white;
    border:1px solid black;
    padding:10px 10px 10px 10px;
}
.overlayContent img
{
    width: 50px;
    height: 50px;
    float:left;
}
#titprogress
{
    font-family: Verdana;
    font-size:11pt;
    font-weight:bold;
    color:Black;
    padding-left:15px;
    float:left;
}
/*Fin EStilos del UpdateProgress*/
