@charset "UTF-8";
/* CSS Document */

a {
	color: #7cb32a;
	text-decoration: none;
}
a:hover {
	color:#666;
	text-decoration: none;
}
.select {
	color:#7cb32a;
}
.select2 {
	color:#fff;
	
}
#container1 {
	/* margin:0 auto; */
	/* padding:30px 0 0 0; */
	width:980px;
}

.corposx {
	float:left;
	/* width:180px; */
	/* width:270px; */
	width:310px;
	/* padding:30px 20px 0 0; */

}
.corpodx {
	float:left;
	/* width:780px; */
	/* width:690px; */
	width:610px;
	/* padding:0; */
}

.clear {
	clear:both;
}
.filettogeo {
	/* margin:5px 0 0 0; */
	border-top:1px  dotted #7cb32a;
	/* padding:0 0 5px 0; */
}

.white {
	color:#FFF;
}
.green {
	color:#7cb32a;
}
.green18 {
	color:#7cb32a;
	font-size:18px;
}
.textfield{
	/* margin:5px 0; */
	border: 1px solid #7cb32a;
	/* width:180px; */
	width:270px;
}	
.cerca a{
	/* padding:8px 10px 5px 10px; */
	padding-left:190px;
	background:#7cb32a;
	width:80px;
	display:block;
	/* float: right; */
	color:#FFF;
	text-align:right;
}
.cerca a:hover{
	background:#666;
	
}
.cerca1 a{
	/* padding:8px 10px 5px 10px; */
	/* padding-left:190px; */
	background:#7cb32a;
	/* width:90px; */
	/* display:block; */
	/* float: right; */
	color:#FFF;
	height:45px;
	text-align:left;
	font-size:17px;
	font-weight:bold;
}
.cerca1 a:hover{
	background:#666;
	
}
.img{
	alignment-adjust:middle
	
}
.mappa
{
    width:100%;
}
.sx
{
    width:100%;
}
.box_green{
	background:#7cb32a;
	width:20px;
	height:20px;
	display:block;	
	float:left;	
}
.box_yellow{
	background:#ffa800;
	width:20px;
	height:20px;
	display:block;	
	float:left;	
}
.box_red{
	background:#ff0000;
	width:20px;
	height:20px;
	display:block;	
	float:left;	
}
.simbolo{
	/* padding:20px 0; */
	/* float:left; */
	/* width:25px; */
	width:100%;
	text-align:left;
	color:#0000FF;
}
.indirizzo{
	/* padding:20px 0; */
	/* float:left; */
	/* width:155px; */
	width:100%;
	text-align:left;
}
.paginatore{
	padding:100px 0 0 0;
	text-align:center;
	display:none;
}

#popupmarker
{
    min-width:300px;
    min-height:250px;
    background-color:#eee;
    margin: 10px;
}

#popupmarker #contenutopopup
{
    width:100%;   
}

#contenutopopup .Titolo
{
    width:100%;   
}

#contenutopopup .Indirizzo
{
    width:100%;   
}

#contenutopopup .linkgenerali
{
    width:100%;   
}

.divattiva
{
    background-color:#eee;   
}
.sp_geo{width:10px;float:left}
.frame_mappa{width:606px;height:778px}


 @media (max-device-width : 767px) {
/* Smartphone  */
#container1 {
	width:80%;
	padding:0 10%;
}

.corposx {
	float:none;
	width:100%;

}
.corpodx {
	float:none;
	width:100%;
}
.sp_geo{width:100%;float:none}
.frame_mappa{width:100%;height:778px;}
.textfield{
	border: 1px solid #7cb32a;
	width:99%;
}
.cerca a{
	padding:5%;
	background:#7cb32a;
	width:90%;
	color:#FFF;
	text-align:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cerca a:hover{
	background:#666;
	
}
.cerca1 a{
	background:#7cb32a;
	color:#FFF;
	height:45px;
	text-align:left;
	font-size:17px;
	font-weight:bold;
}
.cerca1 a:hover{
	background:#666;
	
}
}