@charset "utf-8";
/* CSS Document */

.fundo_escuro {
	width: 100%;
	height: 100%;
	z-index: 160;
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	background-color: #666;
	visibility: visible;
	display: none;
}

