
	#cargar {
		display: none;
		position: absolute;
		top: 0%;
		left: 0%;
		background-color:#000000;
		z-index:1001;
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
	}
	#cargado {
		display: none;
		position: absolute;
		top: 15%;
		left: 35%;
		width: 85%;
		height: 85%;
		padding: 10px;
		z-index:1002;
	}
