/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Googlemap							###
*/

/* Intestazione pagine */

#sfondo_intestazione_googlemap {
	background-image: url(images/headerBg.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 87px;
}

#pagine_maps {
	border: 0;
	margin: 0;
	padding: 5px;
	font-size: 11px;
}

#pagine_maps h1 {
	font-size: 20px;
	font-weight: normal;
	color: #d87b40;
	text-align: right;
	padding: 0;
	padding-right: 15px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 5px;
	background: url(images/titleH1.png) no-repeat top right;
}

#pagine_maps p a{
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
	color: #d87b40;
}

#pagine_maps p a:hover{
	color: #d87b40;
	text-decoration: underline;
}