@charset "utf-8";
/* CSS Document */

#mapaDiv{
	/* o comportamente padrão desta DIV é ser a versão expandida */
	width:100%;
	position:relative;
}

#legendaDivUp, #legendaDivDown, #legendaDivControl{
	position:absolute;
	z-index:10;
	width:220px;
	border:#999 solid 1px;
	background-color:#FFF;
	margin-left:10px;
	padding:5px;
	}
	#legendaDivDownUnidadeMedida{
		font-weight:bold;
		margin-top:10px;
	}
	
		
	
	#legendaDivUp{
		top:120px;
	}
	
	#legendaDivDown{
		bottom:135px;
		display:none;
	}
	
	#legendaDivControl{
		bottom:60px;
	}
	
	
	
	
	
	
	
	#avisos{
		display:none;
		width:300px;
		border:#999 solid 1px;
		padding:10px;
		position:absolute;
		z-index:1500;
		top:300px;
		text-align:center;
		background-color:#FFF;
		color:#333;
		}
		#avisoStop{
			display:none;
		}
		#avisoStop a{
			text-decoration:none;
			color:#FFF;
			padding:3px 5px;
			background-color:#aeaeae;
			}
			#avisoStop a:hover{
				background-color:#c4c4c4;
			}
	#avisoBlock{
		display:none;
		position:absolute;
		z-index:1450;
		width:100%;
		background-image:url(../img/avisoblockbg.png)
		}

.legendaImg_pin{
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
	
.legendaImg_malha{
	width:12px;
	height:12px;
	border:#666 solid 1px;
	padding:3px 3px 0 0;
	}
	
.hrLegendas{
	border-top:#999 solid 1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	}
