@charset "utf-8";
/* CSS author: Emiliano Marton. emilianomarton@gmail.com */

/* Reset style - Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* - - -  */
html, body {
	height:100%
}
body {
	font: 0.8em Arial, Helvetica, sans-serif;
	background: #EE202C;
}
hr {
	display: none
}
strong {
	font-weight: bold;
}
em {
	font-style:italic;
}


div#container {
	margin: 0;
	position:relative;
	width:100%;
	height:100%;
}
body>div#container {
	height:auto;
	min-height:100%
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
}
#footer p {
	width:1000px;
	padding:0 10px 10px;
	margin:0 auto;
	color:#fff;
	font-size:11px;
}

#content {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 10px 30px;
	position: relative;
}

#content #text {
	padding-bottom:100px;
}
#content #text p, #content #text li {
	font-size:14px;
	font-weight:500;
	line-height:1.35em;
	margin:0;
	color:#fff;
}
#content #text ul {
	margin:1em 2em;
}
#content #text li {
	margin: 0.5em 0;
}
#content #text p a:link, #content #text p a:visited, #content #text li a:link, #content #text li a:visited {
	color:#fff;
	text-decoration:underline;
}
#content #text p a:hover, #content #text li a:hover {
	color:#772432;
	text-decoration:underline;
}
#content #text h1 {
	font-size: 17px;
	font-weight:500;
	margin:0;
	color:#fff;
}
#content #text h2 {
	font-size: 23px;
	font-weight:500;
	margin:0 0 20px;
	color:#fff;
}
#content #text h3 {
	font-size: 23px;
	font-weight:500;
	margin:20px 0;
	color:#fff;
}
#cookieChoiceInfo {
	font-size: 12px;
	line-height:20px;
	color: #000;
}
#cookieChoiceInfo a:link, #cookieChoiceInfo a:visited {                      
  color: #0066cc;
  text-decoration: underline;
}
#cookieChoiceInfo a:hover {
  color: #000;
  text-decoration:underline;
}
#cookieChoiceInfo #cookieChoiceDismiss:link, #cookieChoiceInfo #cookieChoiceDismiss:visited {
  background-color: #EE202C;
  color: #FFF;
  text-decoration: none;
  font-weight: bold; 
  font-size: 12px;
  padding: 3px 10px;
  border-radius:  5px;
}
#cookieChoiceInfo #cookieChoiceDismiss:hover {
  background-color: #000;
}


.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}
/* Nasconde da IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Fine dell'hack per IE-mac */