	#map {
		position: 	absolute;
		top:		32px;
		left: 		10px;
		width:		270px;
		height:		270px;
	}
	
	#leyendaMapa {
		background: white;
		height: 	400px;
	}
	
	#leyendaMapa ul {
		margin-left: 275px;
		padding-top:	6px;
	}
	
	#leyendaMapa a {
		margin-left: 6px;
	}
	
	#leyendaMapa li {
		list-style: circle;
		text-align: left;
	}
	
	#leyendaMapa ul li {
		margin-bottom:	5px;	
	}
	
	li.separador {
		border-bottom:	1px solid green;
		padding-bottom: 5px;
	}