#cargarGrande {
	position: fixed;
	left: 43%;
	top: 35%;
	display: none; width : 100%;
	height: 100%;
	z-index: 2000;
	text-align: center;
	background: url('/censo/js/loading/loading2.gif') no-repeat;
	overflow: auto;
	width: 100%;
}

#overlayGrande {
	position: fixed;
	display: none; left : 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 1999;
	background-image: url('/censo/imagenes/fondoGris.png');
	overflow: auto;
	left: 0%;
}