@charset "utf-8";

#frm { display: block; padding: 10px; background: white; text-align: left; }
#frm #bt_fechar { text-align:right; color: #47683a; cursor:pointer; text-decoration:underline; }
#mapa {
	position:absolute;
	left:323px;
	top: 16px;
	width:356px;
	height:356px;
	z-index:1;
}
#camada {
	position:absolute;
	display: none;
	left:323px;
	top: 16px;
	width:356px;
	height:356px;
	z-index: 2;	
	background: red;
		-moz-opacity: 0.5;
	opacity:.50;

	filter: alpha(opacity=50);
	}

.list_repre { min-height: 412px; width: 280px; text-align: right; background: url(../images/bg_list_repre.gif) repeat-y top right; margin: 13px 0 0 6px; }
.list_repre ul { color: #47683a; padding: 10px 10px 8px 0; margin: 0 1px 0 0; }
.list_repre ul li {  font-size: 12px; }
.t_estado { font-size: 16px; padding-right: 10px; color: #47683a; }

.email { cursor:pointer; }
.email:hover{ text-decoration:underline; }

.fixed { position: fixed !important;  }

.bg_black {
	display: none;
	background-color: black;
	-moz-opacity: 0.9;
	opacity:.90;
	top: 0;
	left: 0;
	filter: alpha(opacity=90);
	width: 100%;
	height: 100%;
	z-index:12000;
}

.white_content {
	display: none;
	position: fixed;
	z-index:2002;
	top: 0;
	left: 0;
	width: 100%;
	padding: 150px 0 0 0;
}

#aparece {
	width: 100%; 
	height: 400px; 
	z-index: 13000;
}