.cartina_regione_box {
	overflow: hidden;
	padding: 0 0 15px;
	background: white;
}

.cartina_regione_cont {
	position: relative;
	text-align: center;
	width: 230px;
	margin: 0 auto;
}

.cartina_regione_title {
	background: #feba02;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0;
	text-align: center;
	/*text-shadow: 0 1px 1px #9f6900;*/
}

.cartina_regione_label,
.cartina_regione_label:visited {
	color: #12466A;
	font-size: 10px;
	padding: 0 2px;
	position: absolute;
	white-space: nowrap;
	z-index: 10;
}

.cartina_regione_label:hover {
	text-decoration: none;
	background: #FEBA02;
	color: #12466A;
}

.cartina_regione_label:hover svg {
	color: #12466A;
}

.cartina_regione_capoluogo {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	z-index: 15;
}

.svg_cr_top {
	color: #FEBA02;
	height: 10px;
	display: block;
	margin: auto;
}

.svg_cr_right {
	color: #FEBA02;
	height: 10px;
	margin-left: 2px;
	vertical-align: -2px;
}

.svg_cr_bottom {
	color: #FEBA02;
	height: 10px;
	display: block;
	margin: auto;
}

.svg_cr_left {
	color: #FEBA02;
	height: 10px;
	margin-right: 2px;
	vertical-align: -1px;
}

.svg_cr_transport {
	position: absolute;
	height: 14px;
	color: #246da2;
}