@charset "utf-8";
/* CSS Document */

/* Capas de Ajax */
#divFondoAjax {
	position: fixed;
  	top: 0;
  	left: 0;
	width:100%;
	height:100%;
	z-index:100;
	background-image: url(gris.png);
	background-repeat: repeat;
	visibility: hidden;
	/* filter: alpha(opacity=50); opacity: 0.5 */

}
#divIndicadorAjax {
	position: fixed;
	left:50%;
	top:50%;
	width:auto;
	height:auto;
	z-index:150;
	text-align: center;
	overflow:auto;
	visibility: hidden;
	color: #000000;

}