#contenitore_mappa {
	background-image: url(Img/dove_siamo/bg_cont_mappa.png);
	background-repeat: no-repeat;
	background-position: 7px;
	height: 377px;
	width: 935px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 25px;
}
.contenitore_indicazioni {
	margin-top: 5px;
	display:none;
}
.indicazioni {
	float: left;
	width: 322px;
	margin-right: 7px;
	background-repeat: no-repeat;
}
.titolo_indicazioni {
	padding-left: 8px;
}
.testo_indicazioni {
	height: 455px;
	width: 277px;
	background-repeat: no-repeat;
	background-image: url(Img/dove_siamo/bg_indicazioni.png);
	background-position: 7px;
	padding-top: 20px;
	padding-left: 25px;
	font-family: tahoma;
	font-size: 11px;
	padding-right: 20px;
	font-weight: bold;
	line-height: 12px;
}
.indirizzo {
	margin-bottom: 20px;
	padding-left: 25px;
	text-align: center;
	font-family: tahoma;
	font-size: 14px;
	color: #333;
}

.link_indicazioni {
	margin-top: 140px;
	font-weight:normal;
}
.link_indicazioni a:link{
	text-decoration:none;
	color:#d20000;
}
.link_indicazioni a:active{
	text-decoration:none;
	color:#d20000;
}
.link_indicazioni a:visited{
	text-decoration:none;
	color:#d20000;
}
.link_indicazioni a:hover{
	text-decoration:none;
	color:#333;
}
