/*
 * - a l t i a   c o n s u l t o r e s -
 * -    c o m m o n   l i b r a r y    -
 * 
 * Espera en el proceso
 *
 */
 
 div.divBusyParent{
 background-color: transparent;
 	position: absolute;
 }
 
 div.divBusy {
 	background-color: #B5E0F2;
	filter: alpha(opacity=70);
	opacity: 0.8;
	position: absolute;
 }
 
div.pageBusy {
	position: absolute;
	top: 0px;
	background-color: #B5E0F2;
	filter: alpha(opacity=70);
	opacity: 0.8;
	z-index: 9999;
}
div.pageBusyPanel{
margin: 25% 30%;
    opacity: 1;
   /* position: absolute;*/
    position: fixed;
    top: 0;
    width: 40%;
    z-index: 99999;
}

div.pageBusyImgPanel{
	background-image: url('pageBusy.gif');
	width: 100%;
	height: 20px;
	color: #3962a0;
	background-color: #dae4f2;
	filter: alpha(opacity=100);
	opacity: 1.0;
	border: 1px solid #006394;
	z-index: 99999;
}



div.divBusyPanel,div.divBusyImgPanel{
background-image: url('ajax-loader.gif');
	width: 66px;
	height: 66px;
}