@font-face {
    font-family: 'geosanslightregular';
    src: url('../font/geosanslight-webfont.eot');
    src: url('../font/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/geosanslight-webfont.woff') format('woff'),
         url('../font/geosanslight-webfont.ttf') format('truetype'),
         url('../font/geosanslight-webfont.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}	

.myfont {
	font-family:'geosanslightregular', sans serif;
	font-size: 52px;
	line-height: 42px;
	color: #3b3b3b3b;
	*padding: 50px 0px 30px 0px;
	}

.myfont2 {
	font-family:'geosanslightregular', sans serif;
	font-size: 32px;
	line-height: 0px;
	color: #3b3b3b3b;
	padding: 60px 0px 10px 130px;
		}

.myfont3 {
	font-family:'geosanslightregular', sans serif;
	font-size: 32px;
	line-height: 0px;
	color: #FEFEFE;
	padding: 60px 0px 50px 50px;
		}

h1 {
	font-family:'geosanslightregular', sans serif;
	font-size: 52px;
	font-weight:normal;
	line-height: 42px;
	color: #94B6CE;
	padding: 60px 0px 40px 0px;
	margin:0;
	}
	

.anteprima a:link{
	font-family: 'geosanslightregular', sans-serif;
	color: #3b3b3b;
	font-size: 24px;
	line-height: 20px;
	background-color: #94B6CE;
	background-image: url(../images_site/icon_index_up.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
	padding: 6px 10px 6px 48px;
	margin: 0px 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;

	}

.anteprima a:hover{
	background-color: #86A9C3;
	text-decoration:none;
	background-image: url(../images_site/icon_index.png);
	}