/*
	Inicio Carregando
*/
#ncarregando {
	display: none;
}

.ncarregando_pequeno{
	width: 100%;
	text-align: center;
}

.ncarregando_block {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10010;
}
.ncarregando_info {
 	top: 40%;
 	left: 47%; 
	width: 150px;
	height: 120px;
	border: 1px solid #00329D;
	background-color: fff;
	position: absolute;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	
	-moz-border-radius:4px; /* Firefox, etc */
	-khtml-border-radius:4px; /* Konqueror, etc */
	-webkit-border-radius:4px; /* Safari, Google Chrome, etc */
	-opera-border-radius:4px; /* Opera */
		
	-moz-box-shadow: -1px -1px 15px #888;
 	-webkit-box-shadow: -1px -1px 15px #888;
	box-shadow: -1px -1px 15px #888;
	
	z-index: 10011;
}

/*
	Fim Carregando
*/