
	/*#cargador { position:absolute; top:50%; left:50%; z-index:600000;}
	#mensaje-carga{position:relative; float:left; left: -50%; height:40px; width:120px;}
	#mensaje-carga p {
		font-family: "arial", verdana, sans-serif;
		font-style: normal;
		font-size: 100%;
		font-weight: bold;
	}
	*/
	
	/*#cargador { position:absolute; top:50%; left:50%; z-index:600000; }*/
	#cargador { 
		position:absolute; 
		height:100%; 
		width:100%; 
		z-index:600000; 
		background-color: white;  
		background-image: url("images/ajax-loader2.gif"); 
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center; 
		display: flex; 
		justify-content: center; 
		align-items: center;
		transform: translateZ(+2000000000000px);
	}
	
	#pano {
		/*display: none;*/
	}

	
	/*#mensaje-carga{position:relative; float:left; left: -50%; height:40px; width:120px;}*/
	#mensaje-carga{ margin-left: auto; margin-right: auto; margin-top: 30%; height:40px; width:120px; }
	#mensaje-carga p {
		color: black;
		font-family: "arial", verdana, sans-serif;
		font-style: normal;
		font-size: 100%;
		font-weight: bold;
	}
