@import url(http://fonts.googleapis.com/css?family=Oxygen);

*{
	margin:0;
	padding:0;
	}
body{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Oxygen', sans-serif;
	margin:0;
	background-color:#FFF;
	font-size:12px;
	}
	
h3 {
	font-size:18px;
	}
	
a {
	color:#3B5998;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
	
img.bg {
     min-height: 100%;
     min-width: 1024px;
     width: 100%;
     height: auto;
     position: fixed;
     top: 0;
     left: 0;
     }
img{
	border:none;
	}
.social{
	padding:15px;
	color:#000;
	font-size:11px;
	float:right;
	width:200px;
	}
.menu{
	background:url(img/bg-button.jpg) repeat;
	color:#FFF;
	font-size:12px;
	text-align:center;
	}
.menu img{
	margin-right:30px;
	}
.menu img.last{
	margin:0;
	}
#padding10{
	padding:10px;
	}
.bodyright{
		width:340px;
		float:left;
		margin-right:5px;
		}
.bodyleft{
	 float:left;
	 width:220px;
	 border-bottom:1px solid #ccc;
	}
.copyright{
	float:left;
	padding:17px;
	width:585px;
	}
.copyright a{
	color:#FFF;
	text-decoration:none
	}
.copyright a:hover{
	text-decoration:underline;
	}
#bgtext{
	background:url(img/bgtrasparente-testo.png) repeat;
	width:870px;
	padding:15px;
	margin:0 auto 1% auto;
	border-radius:5px;
	box-shadow:0 0 8px #333;
	}
#testo h1{
	padding:5px 15px 15px 15px;
	color:#b01c1c;
	font-size:30px;
	font-weight:normal;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	margin:0;
	}
#testo p{
	padding:0 15px 15px 15px;
	color:#373737;
	line-height:20px;
	text-align:justify;
	font-size:11px;
	}
#testo ul{
	padding:0 15px 15px 15px;
	color:#373737;
	line-height:20px;
	text-align:justify;
	font-size:11px;
	list-style-type: circle;
	}	
.footer{
	border-top:3px solid #FF0;
	background: url(images/bg-footer.jpg) repeat-x;
	height:100px;
	margin:0 auto;
	}
	
.footer a{
	color:#fff;
	text-decoration: underline;
	}
	
.footer a:hover{
	color:#fff;
	text-decoration:none;
	}
	

.subfooter{
	width:1080px;
	margin:0 auto;
	color:#fff;
	padding:20px;
	font-size:12px;
	line-height:20px;
	overflow:hidden;
	}
	
.footsx{
	float:left;
	width:540px;
	overflow:hidden;
	}
	
.footdx{
	float:left;
	width:540px;
	text-align:right;
	}