@charset "UTF-8";
h1,h2,h3,h4,h5,h6,ol,p,li,ul{margin:0;}
body{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background: #f2f2f2;
}
.container{
	width: 100%;
}
.spento{
	text-decoration: none;
	display:inline-block;
	padding: 14px 16px;
	margin-left:20px;
	margin-right: 20px;
	background: #d4d4d4;
}
header{
	background: #40b5ff;
	width:100%;
	height: 120px;
	background-image: url("immagini/titolo.jpg");
	background-repeat: no-repeat;
	background-position: top;
	font-weight: bold;
	text-align: center;
}
header h1{
	margin-left:-100000px;
}
header p{
	margin-top:35px;
	padding-bottom: 10px;
	font-size:110%;
}
header img{
	margin-top:-110px;
	float: left;
	margin-left:40px;
	width: 9%;
}
nav {
	width:90%;
	font-weight: bold;
	list-style: none;
	margin-right:400px;
	padding:0;
	text-align:center;
}
nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
}
nav li {
	display: inline;
}
nav li a {
	text-decoration: none;
	display:inline-block;
	padding: 14px 16px;
	margin-left:20px;
	margin-right: 20px;
	color: #000;
}
nav li a:hover{
	background: #d4d4d4;
}
.centro{
	background: #fff;
	width: 1145px;
	margin-left:auto;
	margin-right:auto;
	font-size:25px;
	text-align: justify;
	padding-bottom: 50px;
}
.centro img{
	width:75%;
}
.centro p{
	font-size:25px;
	padding:10px 40px;
}
.nome p{
	font-size:20px;
	font-weight: bold;
	margin-left:320px;
}
footer{
	width: 100%;
	background: #41b5ff;
	text-align: center;
	padding:20px 0;
}
.centro h2{
	padding:20px 0;
	color:#41b5ff;
}
.centro a{
	padding:10px;
	text-decoration: none;
	color:#000;
	background: #d3d3d3;
	font-weight: bold;
	font-size:25px;
	transition: all 0.3s linear;
}
.centro a:hover{
	color:#fff;
	background: #007bc8;
	transition: all 0.3s linear;
}
.pdf-png img{
	margin:20px 0;
	width:10%;
}
.pdf-png a{
	background: none;
}
.pdf-png a:hover{
	background: none;
}
@media( max-width : 1871px ){
	.nome p{
		display: none;
	}
	nav{
		width: 100%;
	}
	.logo{
		display: none;
	}
}
@media(max-width : 1155px ){
	header{
		background-size: 80%;
		background-position: top;
		height:90px;
		padding-bottom:10px;
		}
	header p{
		margin-top:20px;
	}
}
@media(max-width : 1070px){
	.centro{width:100%;}
}
@media(max-width:825px){
	header p{margin-top:15px;}
}
@media(max-width:480px){
	.centro{
		font-size:20px;
		text-align: left;
	}
	.logo{
		display:none;
	}
	header{
		background-image: url("immagini/logo.png");
		background-size: 120px;
		background-position: center;
		height:120px;
	}
	header p{
		display:none;
	}
	.centro h2{
		font-size:20px;
	}
	.centro ol{
		font-size:20px;
	}
	.centro p{
		font-size:20px;
	}
	.centro a{
		font-size:20px;
	}
}
@media(max-width:664px){
	header p{margin-top:0px;}
}