html,body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	min-height: 100%;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	color:red;
}
a img { 
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 90%;
	max-width: 1260px;
	min-width: 300px;
	background-color: #FFF;
	margin: 0 auto;
	min-height: 100%;
}

.header {
	background-color: #FFF;
}
.sub-header {
	padding: 10px 0;
	background: url(images/bg_header.png) repeat-x bottom center;
}
#nav > ul {
	text-align: center;
	margin: 0;
	background:#FF0000;
}
#nav > ul > li {
	display: inline-block;
	color: #FFFFFF;
	margin: 0 0.15em 0 0.15em;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
#nav > ul > li > ul {
	display: none;
}
#nav > ul > li > a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.4em 0.9em 0.3em 0.9em;
	outline: 0;
}
#nav > ul > li:hover > a, #nav > ul > li.active > a {
	background: #EE0000;
}
#nav > ul > li.current > a {
	background: #d52349;
	color: #fff !important;
	font-weight: 700;
}
.content {
	text-align: center;
	background: url(images/bg1.jpg) #ccc no-repeat top center;
	background-size: 100%;
	min-height: 80%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -55px; 
	
}
.content-l {
	text-align: center;
	background: url(images/bg1.jpg) #CCCCCC no-repeat top center;
	background-size: 100%;
	/*min-height: 110%;*/
	height: auto !important;
	height: 100%;
	margin: 0 auto -55px; 
	
}

div#verticale {
    width: 100%;
    position: relative;
    padding: 40px 0 30px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
table.centrata { margin-left:auto; margin-right:auto; }
.footer {
	padding: 0 0 10px;
		background: url(images/bg_footer.png) repeat-x;

	text-align:center;
		/*entrare verticalmente*/
		height: 55px; 
	clear: both;
	
}

.clear { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ── Offline message card ── */
.offline-card {
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 4px solid #CC0000;
	border-radius: 6px;
	padding: 36px 40px 30px;
	margin: 30px auto;
	max-width: 540px;
	width: 90%;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	text-align: center;
	box-sizing: border-box;
}
.offline-icon {
	font-size: 42px;
	color: #CC0000;
	line-height: 1;
	margin-bottom: 12px;
}
.offline-title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	margin: 0 0 16px;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.offline-message {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 1.7;
	margin: 0 0 20px;
	padding: 0;
}
.offline-link {
	display: inline-block;
	background: #CC0000;
	color: #fff !important;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 28px;
	border-radius: 4px;
	transition: background 0.2s;
	margin-bottom: 20px;
}
.offline-link:hover {
	background: #aa0000;
	text-decoration: none;
}
.offline-thanks {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #888;
	margin: 0;
	padding: 0;
	font-style: italic;
}

/* ── Responsive: small screens ── */
@media (max-width: 600px) {
	.container {
		width: 100%;
	}
	.offline-card {
		padding: 24px 18px 20px;
		margin: 16px auto;
	}
	.offline-title {
		font-size: 17px;
	}
	.offline-message {
		font-size: 13px;
	}
	.br-desktop {
		display: none;
	}
	.footer img {
		max-width: 100%;
	}
}