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

A:link, A:visited { 
	text-decoration: none 
}
A:hover {
	color: #FF4900;
}
strong {
	color: #FF4900;
	font-weight: bold;	
}
img {
	border:0;
	border-color:#FFF
}
.Testo {
	font-family: "Century Gothic";
	font-size: 15px;
	font-style: normal;
	color: #000000;
}
.Testo2 {
	font-family: "Century Gothic";
	font-size: 15px;
	font-style: normal;
	color: #e95a0c;
}
.TestoTitolo {
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	color: #e95a0c;
	font-weight: bold;
}
.TestoFooter {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	color: #ffffff;
}
.TestoFooter2 {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	color: #000000;
}



@media (min-width: 700px) {
/* STRUTTURA MINIMA DI 700px */
.TestoTitolo2 {
	font-family: "Century Gothic";
	font-size: 48px;
	color: #ffffff;
	text-shadow: 2px 2px 2px #000000;
}
.ul_giornali {
	list-style-type: none;
	padding-left: 0;
}
.li_giornali {
	float: inherit;
	text-align: center;
	display: block;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #e95a0c;
	width:175px;
	height:250px;
}
.ul_comuni {
	list-style-type: none;
	padding-left: 0;
}
.li_comuni {
	float: inherit;
	text-align: center;
	display: block;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #e95a0c;
	width:112px;
	height:200px;
	background-color:#FFF;
}
.clear { clear: left }
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px;
}
.contenitore {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}
.menu {
	position: fixed;
	height: auto;
	width: 100%;
	background-color: #e95a0c;
	top:0px;
	z-index:999999999999999999;
}
.menu_pr {
	position: relative;
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	position: relative;
	height: auto;
	width: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #e95a0c;
}
.header_pr {
	position: relative;
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header_pr_logo {
	width: 360px;
	position: relative;
	height: auto;
}
.header_pr_menu {
	width: auto;
	position: absolute;
	height: auto;
	right: 0px;
	bottom: 20px;
}
.img {
	position: relative;
	height: auto;
	width: auto;
	background-color: #e95a0c;
}
.img_pr {
	position: absolute;
	height: auto;
	width:auto;
	left:50px;
	bottom:200px;
}
.img2 {
	position: relative;
	height: auto;
	width: auto;
	background-color: #000000;
	padding-top: 150px;
	padding-bottom: 150px;
	background-attachment: fixed;
	background-image: url(../materiale/immagine.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
}
.principale {
	position: relative;
	height: auto;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.principale2 {
	position: relative;
	height: auto;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #e95a0c;
}
.principale_pr {
	position: relative;
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
.principale_pr_sx {
	position: relative;
	height: auto;
	width: 650px;
	min-height:400px;
}
.principale_pr_dx {
	position: absolute;
	height: auto;
	width: 250px;
	top: 30px;
	right: 0px;
}
.footer {
	position: relative;
	height: auto;
	width: auto;
	background-color: #3f87c1;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #e95a0c;
}
.footer_pr {
	position: relative;
	height: auto;
	width: 990px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
}


@media (max-width: 699px) {
/* STRUTTURA MINIMA DI 499px */
.TestoTitolo2 {
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	color: #ffffff;
	text-shadow: 2px 2px 2px #000000;
}
.ul_giornali {
	list-style-type: none;
	padding-left: 0;
}
.li_giornali {
	float: inherit;
	text-align: center;
	display: block;
	display: inline-block;
	vertical-align: top;
	padding: 2%;
	margin-bottom: 15px;
	border: 1px solid #e95a0c;
	width:94%;
	height:auto;
}
.ul_comuni {
	list-style-type: none;
	padding-left: 0;
}
.li_comuni {
	float: inherit;
	text-align: center;
	display: block;
	display: inline-block;
	vertical-align: top;
	padding: 2%;
	margin-bottom: 15px;
	border: 1px solid #e95a0c;
	width:94%;
	height:auto;
}
.clear { clear: left }
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px;
}
.contenitore {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}
.header {
	position: relative;
	height: auto;
	width: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
}
.header_pr {
	position: relative;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header_pr_logo {
	width: auto;
	position: relative;
	height: auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}
.header_pr_social {
	width: auto;
	position: relative;
	height: auto;
}
.menu {
	position: relative;
	height: auto;
	width: auto;
	background-color: #e95a0c;
}
.menu_pr {
	position: relative;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.img {
	position: relative;
	height: auto;
	width: auto;
	background-color: #000000;
	}
.img_pr {
	position: relative;
	height: auto;
	width:auto;
}
.img2 {
	position: relative;
	height: auto;
	width: auto;
	background-color: #000000;
	padding-top: 100px;
	padding-bottom: 100px;
	background-attachment: scroll;
	background-image: url(../materiale/immagine.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:300%;
}
.principale {
	position: relative;
	height: auto;
	width: auto;
	padding: 20px;
}
.principale2 {
	position: relative;
	height: auto;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E6E6E6;
}
.principale_pr {
	position: relative;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
.principale_pr_sx {
	position: relative;
	height: auto;
	width: auto;
	padding-bottom:30px;
}
.principale_pr_dx {
	position: relative;
	height: auto;
	width: auto;
}
.footer {
	position: relative;
	height: auto;
	width: auto;
	background-color: #000000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #e95a0c;
}
.footer_pr {
	position: relative;
	height: auto;
	width: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
}
