#loading_disable {
	position: fixed;
	z-index:10000;
	top: 0px;
	left: 0px;
	background-color:#fff;
	height:100%;
	width:100%;
	display:none;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

* html #loading_disable { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#loading_disable_mensaje {
	position: absolute;
	z-index:10001;
	top: 0px;
	left: 0px;
	background-color:transparent;
	/*background-image:url(../img/bg/loading.gif);*/
	background-image:url(../img/bg/loading_text.gif);
	background-repeat:no-repeat;
	background-position:center 350px;
	height:100%;
	width:100%;
	display:none;
}

* html #loading_disable_mensaje { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}