html, body {
				height: 100%;
				margin: 0;
				padding: 0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			}
			a {
				color: #CCC;
				text-decoration:none;
			}
			a:hover {
				color: #fff;
			}
			#map {
				width:100%;
				height:100%;
			}
			#pulsantiera {
				width: 22%;
				background-color: rgba(0, 0, 0, 0.8);
				color: white;
				height: 100%;
				position: absolute;
				z-index:2;
			}
			.popup {
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			}
			.lista {
				margin: 0px 4px 2px 4px;
				padding: 5px;
				
			}
			ul.lista {
				list-style-type: none;
			padding: 0;
			margin-top: 10px;
			}
			li.lista {
			border-radius: 5px;
			}
			.acceso {
				color: #BDC106;
				background-color: rgba(255, 255, 255, 0.2)
			}
			.spento {
				background-color: rgba(255, 255, 255, 0.2);

			}
			/*.gm-style .gm-style-iw {
    			font-size: 11px;
			}*/
			
			.lingua {
				float:right;
				text-align: right;
				width:45%;
				margin:15px 10px 0 0;
				height:35px;
			}
			.titolo_sezione h4{
				margin:5px 10px;
				font-variant: small-caps;
			}
			.home {
				height:35px;
				float:left;
				margin:3px 0 3px 8px;
				width:45%;
				}
				#primo-titolo {
					clear:both;}