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

#carregando {
		display:none;
		position: fixed !important;
		position: absolute;
		background-color: #FFF;
		background-image:url(../image/loading.gif);
		background-position:center;
		background-repeat:no-repeat;
		color: Blue;
		width: 100%;
		height: 100%;
		z-index: 999;
		bottom: 0px;
		left: 0px;
		opacity:0.3;
		-moz-opacity: 0.3;
		filter: alpha(opacity=30);
		text-align:center;
}
