div.ajaxModal{
	position: fixed !important;
	z-index: 2147483647;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	padding: 0px;
	opacity:.90; 
	-moz-opacity: 0.90; 
	filter: alpha(opacity=90);  
	top: 0;
    left:0;
	right:0;
	bottom:0;
}

div.ajaxLoading{
	width: 20%;
	height: 150px;
	border: 1px solid;
	border-color: #526a86;
	background: #FFFFFF;
	left: 40%;
	top: 40%;
	position: absolute;
	z-index: 2147483646;
	opacity:1 !important; 
	-moz-opacity: 1 !important; 
	filter: alpha(opacity=100) !important;  
}


div.newLoading {
   background-image: url(/static/emgesa/img/modulos/icons/ajax-loader-circle.gif) ;
   background-position: center center;
   background-repeat: no-repeat;
   width: 100%; 
   height: 75px;
}

div.loading * {
   visibility: hidden;
}

div.noDisplay{
	display: none;
}

fieldset.ajaxLoading{
	width: 100%; 
   	height: 100%;
}

h2.cabeceraCargando{
	padding: 5px;
	text-align: center;
	font-family:serif;
	font-size:18px;
	font-style:italic;
	color: #526a86;
	padding-top: 15px;
}