.contatti#content a {
	color: #005299;
	text-decoration: underline;
}
ul.reset.cols li {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	padding-left: 25px;
}
ul.reset.cols li:first-child {
	width: 260px;
	padding-left: 0;
}
ul.reset.cols li:first-child img {
	width: 180px;
}
ul.reset.cols li:last-child {
	width: 205px;
	padding-right: 0;
}

.sep {
	height: 0;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}

.map_sx, .map {
	display: inline-block;
	vertical-align: top;
}

.map_sx {
	width: 400px;
	width: 100%;
	margin: 20px 20px 0 0;
}
.map_sx b {
	display: block;
	padding: 0 0 0 20px;
	cursor: pointer;
	background: url("../img/arrow_down.png") no-repeat left center;
}
.map_sx b.active {
	background-image: url("../img/arrow_up.png");
}
.map_sx div {
	display: none;
	font-size: 12px;
}
.map_sx div.first {
	display: block;
}
.map {
	margin: 20px 0 0 0;
}

.contatti iframe {
	margin: 0 0 0 0;
	width: 100%;
	height: 300px;
}

@media only screen and (max-width: 1000px){
	.map_sx {
		width: 100%;
		margin: 20px 0 20px 0;
	}
}