﻿/*
// =============================================
// Autor:			Cristian Hume Henriquez
// Fecha Creacion:  Jueves, 05 de Noviembre de 2009
// Descripcion:		Archivo CSS Estilos Validaciones.
// =============================================
*/

/* 
	Panel fondo transparente que cubre toda la pantalla.
*/
.FondoGrisTransparente 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
}
/* 
    Panel al centro de la pantalla donde se visualiza la imagen y el mensaje.
*/
.PanelProgresoCentroPagina
{
    z-index: 99999;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	bottom: 50%;
	left: 45%;
}

    .PanelProgresoCentroPagina img {
        width:75px !important;
        height:75px !important;
    }

.PanelCancelarPeticionAsincrona
{
    top: 0px;
    right: 0px;
}