#info_legend{
	z-index: 999;
	position: absolute;
	bottom: 5px;
	left: 15px;
}
#info_legend:hover {
	cursor: pointer;
}
#container_legend {
	display: none;
	padding: 6px;
	border: solid 1px;
	max-height: 400px;
	overflow: auto;
	background-color: #FFFFFF;
	max-width: 500px;
	max-height: 500px;
}
.legend_icon_map {
	background-image: url("images/legend.svg");
	width: 30px;
	height: 30px;
	border: solid 1px;
}
