@charset "UTF-8";
body {
	height: 100%;
	margin: 0;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	padding: 0;
}
#map {
	height: 90%;
	width: 100%;
}
html {
	height: 100%;
	overflow: hidden;
}
#footer {
	border-top: 5px solid #900;
	height: 10%;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	color: #033;
}
#immagine {
	text-align: center;
	float: left;
	padding: 0 10px;
	margin: 0 10px 0 0;
}
#immagine p {
	font-family: "Courier New", Courier, monospace;
	padding-top: 3px;
	margin: 0;
}
#immagine img {
	border: none;
	padding-bottom: 5px;
}
#titolo {
	float: left;
	font-size: 10px;
	color: #fff;
}
#titolo p {
	margin: 0 0 4px 0;
	text-align: center;
	background: #FFF;
	line-height: 30px;
	color: #033;
	padding: 0 10px;
	border-bottom: 1px solid #900;
}
h1 {
	font: normal 14px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	border-bottom: 2px solid #900;
	text-align: center;
	background: #fff;
	color: #033;
}
.titolo {
	border-bottom: 1px solid #900;
	padding: 0 10px;
	font: italic bold 15px "Courier New", Courier, monospace;
	color: #033;
	background: #fff;
	line-height: 30px;
}
.googleads {
	float: right;
	padding: 5px 10px 0 0;
}
#infowindow {
	width: 300px;
}
#infowindow_contents {
	background-color: #717f81;
}
#infowindow_tl {
	width: 16px;
	height: 16px;
	background: transparent url(../immagini/finestragoogle/infowindow_tl.png) no-repeat left top;
}
* html #infowindow_tl {
	background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='immagini/finestragoogle/infowindow_tl.png', sizingMethod='crop');
}
#infowindow_t {
	background: transparent url(../immagini/finestragoogle/infowindow_t.png) repeat-x left top;
}
#infowindow_tr {
	width: 16px;
	height: 16px;
	background: transparent url(../immagini/finestragoogle/infowindow_tr.png) no-repeat left top;
}
* html #infowindow_tr {
	background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='immagini/finestragoogle/infowindow_tr.png', sizingMethod='crop');
}
#infowindow_l {
	width: 3px;
	background: transparent url(../immagini/finestragoogle/infowindow_l.png) repeat-y left top;
}
#infowindow_r {
	width: 3px;
	background: transparent url(../immagini/finestragoogle/infowindow_r.png) repeat-y right top;
}
#infowindow_bl {
	width: 16px;
	height: 16px;
	background: transparent url(../immagini/finestragoogle/infowindow_bl.png) no-repeat left top;
}
* html #infowindow_bl {
	background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='immagini/finestragoogle/infowindow_bl.png', sizingMethod='crop');
}
#infowindow_b {
	background: transparent url(../immagini/finestragoogle/infowindow_b.png) repeat-x left top;
}
#infowindow_br {
	width: 16px;
	height: 16px;
	background: transparent url(../immagini/finestragoogle/infowindow_br.png) no-repeat left top;
}
* html #infowindow_br {
	background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='immagini/finestragoogle/infowindow_br.png', sizingMethod='crop');
}
#infowindow_close {
	width: 49px;
	height: 33px;
	background: transparent url(../immagini/finestragoogle/infowindow_close.png) no-repeat left top;
	margin: -20px 0 0 20px;
	cursor: pointer;
}
* html #infowindow_close {
	background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='immagini/finestragoogle/infowindow_close.png', sizingMethod='crop');
}
#infowindow_beak {
	width: 28px;
	height: 38px;
	background: transparent url(../immagini/finestragoogle/infowindow_beak.png) no-repeat left top;
}
* html #infowindow_beak {
	background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='immagini/finestragoogle/infowindow_beak.png', sizingMethod='crop');
}
#infowindow_contents .section1 {
	margin: 0;
	padding: 0;
	height:100px;
}
#infowindow_contents .section2 {
	margin: 0;
	padding: 3px 0;
	font-size: 10px;
	color: #3d0005;
	text-align: center;
	font-weight: bold;
}
#infowindow_contents p {
	margin: 1px 0;
	padding: 5px;
}
#infowindow_contents .title {
	color: #FFF;
	text-align: center;
	font: italic 12px/16px Georgia, "Times New Roman", Times, serif;
	padding: 3px 0;
	border-bottom: 1px solid #7c8b8f;
}
.td_testo {
	font-size: 10px;
	color: #033;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #7c8b8f;
	border-top: 1px solid #7c8b8f;
	padding: 3px 0;
}

