@media screen and (min-width: 0px) and (max-width: 400px) {
	#MediaResolution {width: 300px;}
}

@media screen and (min-width: 401px) and (max-width: 700px) {
	#MediaResolution {width: 400px;}
}

@media screen and (min-width: 0px) and (max-width: 700px) {
body {font-size: 14px; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

/*Framework */
#ContentTop {width: 300px;}
#ContentBottom {width: 300px;}
#ContentCenter {width: 300px; padding-left: 10px; padding-right: 10px;}
#ContentCosaPropongo {width: 300px;}

/*Style Top*/
#MenuTop {display: none;}
#Logo { width: 165px; height: auto; padding-left: 10px;}
#LogoEclub { margin-right: 10px;}

#ContentUtility { text-align: center;}
#ContentUtilitySx { clear: both;}
#ContentUtilityDx { float: left; padding-left: 30px; position: relative;}
.UtilityIco { clear: both; padding-bottom: 10px;}

/*Style Page*/

.LanciHome {width: 300px;}
.LanciHomeFoto {width: 300px;}
.LanciHomeFoto img { width: 100%; height: auto;}
.LanciHomeDida {width: 285px; padding: 25px 0px 0px 15px; font-size: 15px;}

/*Style Bottom*/
.BoxMapGoogle { width: 150px; height: 35px; font-size: 16px; }
#ContentPartner { width: 300px;}
#ContentPartnerBlack { width: 300px;}
#ContainerMapGoogle { height: 350px;}

#MapGoogle { height: 350px; }
}