@charset "UTF-8";
/* CSS Document */

/* header */
body{ margin:0px;width:950px;margin:auto;border:1px solid #000;font-family:"CenturyGothicRegular";font-size:12px;}

#header{width:950px;background-image:url(../images/sfondoHeader.png);height:79px;}

.logo{background-image:url(../images/logo.png);width:393px;height:75px;float:left;}

.meteo{float:right;margin-right:10px;}

.social{float:right;position:relative;top:17px;}
		
.social .socialF{float:left;margin-right:10px;}

.social .socialT{float:right;margin-right:10px;}
		
.menu{float:left;height:75px;width:460px;}
		
.menu ul{height:60px;list-style-type:none;}
		
.menu ul li{width:105px;float:left;position:relative;top:-12px;text-align:center;}
		
.menu ul li a{color:#ffffff;text-transform:uppercase;font-size:16px;text-decoration:none;font-weight:bold;position:	relative;top:47px;}
		
.menu ul li:hover{background-color:#0d6bab;width:105px;height:75px;color:#fff;position:relative;top:-12px;}

.menu ul li.pagina{background-color:#0d6bab;width:105px;height:75px;color:#fff;position:relative;top:-12px;}

/* footer */
#footer{background-image:url(../images/sfondoHeader.png);height:22px;font-size:10px;color:#000000;margin-top:15px;position:relative;left:-5px;width:955px;}
		
.copy{text-align:center;line-height:2.5em;width:955px;}