div#titolo {width: 600px;}
div#map {
	width: 600px;
	height: 600px;
}
div#banche {
	font-size: 12px;
	margin: 0 0 20px 0;
	border: solid 1px blue;
	width: 600px;
	height: 200px;
	overflow: auto;
}
div#banche div {margin-bottom: 5px; border-bottom: dashed 1px blue;}
h3#banche_titolo {margin: 20px 0 0 0;}
