/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #8fbe44; color: #fff; text-shadow: none; }
::selection { background: #8fbe44; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666666;
	text-align:left;
	margin:0px auto;
	padding:0px;
	background:#f9f9f9;
}

img {
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	border:0px;
}

@font-face {
    font-family: 'EurostileTRegular';
    src: url('/font/eurostyle-webfont.eot');
    src: url('/font/eurostyle-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/eurostyle-webfont.woff') format('woff'),
         url('/font/eurostyle-webfont.ttf') format('truetype'),
         url('/font/eurostyle-webfont.svg#EurostileTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EurostileExtended2Regular';
    src: url('/font/eurostile-extendedtwo-webfont.eot');
    src: url('/font/eurostile-extendedtwo-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/eurostile-extendedtwo-webfont.woff') format('woff'),
         url('/font/eurostile-extendedtwo-webfont.ttf') format('truetype'),
         url('/font/eurostile-extendedtwo-webfont.svg#EurostileExtended2Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wrapper {
	position:relative;
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	background:#fff;
}

.logo {
	position:absolute;
	width:106px;
	height:93px;
	top:0px;
	right:50%;
	padding:0px;
	margin:0px -465px 0px 0px;
	z-index:1;
}

nav {
	width:900px;
	height:25px;
	padding:0px;
	margin:0px auto;
}

nav ul {
	padding:0x;
	margin:0px;
	list-style:none;
}

nav ul.lingua {
	float:right;
	margin:0px 85px 0px 0px;
}

nav ul.istituzionale {
	float:left;
}

nav ul li {
	display:inline;
	padding:0px 10px 0px 0px;
	margin:0px;
}

nav ul li a, nav ul li a:visited {
	font-family: 'EurostileTRegular';
	font-size:12px;
	line-height:25px;
	color:#7b7b7b;
	text-decoration:none;
}

nav ul li a:hover {
	color:#8fbe44;
	text-decoration:none;
}

nav ul li.attivo a {
	color:#8fbe44;
	text-decoration:underline;
}

header {
	position:relative;
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	background:#f9f9f9 url(/images/grafica/sfuma-top.png) repeat-x top;
	z-index:0;
}

header nav {
   	clear:both;
   	margin:0px auto;
   	width:900px;
	height:120px;
   	z-index:1000; /* This makes the dropdown menus appear above the page content below */
   	position:relative;
}

header nav .logosito {
	float:left;
	width:420px;
	margin:40px 0px 0px 0px;
	padding:0px;
	text-align:left;
}

header nav ul {
	float:left;
	width:450px;
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:center;
}

header nav ul li {
	float:left;
	padding:0px;
	margin:45px 60px 25px 0px;
	text-align:center;
}
	
header nav ul li a, header nav ul li a:visited {
	display:block;
	font-family: 'EurostileExtended2Regular';
	font-size:18px;
	line-height:21px;
	color:#7b7b7b;
	text-decoration:none;
}

header nav ul li a:hover {
	color:#8fbe44;
	text-decoration:none;
}

header nav ul li#attivo a {
	color:#8fbe44;
	text-decoration:none;
}

header nav ul li:hover a,
header nav ul li.hover a { /* This line is required for IE 6 and below */
   	color:#8fbe44;
	text-decoration:none;
}

/* Submenu items */
header nav ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:80px;
   left:320px;
   margin-top:12px;
   padding:5px 5px 0px 5px;
   right:auto; /*resets the right:50% on the parent ul */
   width:184px; /* width of the drop-down menus */
   background:#fff url(/images/grafica/sfondo2.png);
   -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}
header nav ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0px; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
header nav ul ul li a,
header nav ul li#attivo li a,
header nav ul li:hover ul li a,
header nav ul li.hover ul li a { /* This line is required for IE 6 and below */
   	font-family: 'EurostileExtended2Regular';
	font-size:13px;
	line-height:18px;
   	font-weight:normal; /* resets the bold set for the top level menu items */
   	background:#fff url(/images/grafica/sfondo7.png);
   	color:#195ca3;
   	padding:8px 10px 10px 10px;
	margin:0px 0px 5px 0px;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}
header nav ul ul li a:hover,
header nav ul li#attivo ul li a:hover,
header nav ul li:hover ul li a:hover,
header nav ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:none;
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
header nav ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
header nav ul li:hover ul,
header nav ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

header .testata {
	float:left;
	width:100%;
	padding:0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	background:url(/images/grafica/sfondo-big.png) center top no-repeat;
	z-index:1;
}

header .testata.small {
	background:url(/images/grafica/sfondo-small.png) center top no-repeat;
}

header .testata .slides {
	padding:50px 0px 58px 0px;
	margin:0px auto;
	background:url(/images/grafica/ombra.jpg) bottom center no-repeat;
}

header .testata .slides .slides_container {
	width:900px;
	height:270px;
	overflow:hidden;
	position:relative;
	display:none;
	margin:0px auto;
}


header .testata .slides .slides_container div.slide {
	position:relative;
	float:left;
	width:900px;
	height:270px;
	display:block;
}

header .testata.small .slides .slides_container div.slide {
	width:900px;
	height:150px;
	display:block;
}

header .testata .slides .slides_container div.slide img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

section {
	width:930px;
	padding:0px;
	margin:0px auto;
	background:#f9f9f9;
	z-index:0;
}

section .box {
	float:left;
	width:435px;
	margin:0px 15px;
	padding:0px;
}

section .box h1 {
	font-style:normal;
	font-family: 'EurostileExtended2Regular';
	font-size:21px;
	line-height:24px;
	color:#8fbe44;
	padding:0px 15px 20px 0px;
	margin:0px;
}

section .box img {
	margin:0px 0px 20px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}
	

section .box p {
	font-style:normal;
	font-family: 'EurostileTRegular';
	font-size:14px;
	line-height:21px;
	color:#7b7b7b;
	padding:0px 0px 20px 0px;
	margin:0px;
}
	
section .box p.bottone a {
	float:left;
	font-style:normal;
	text-transform:uppercase;
	font-family: 'EurostileExtended2Regular';
	font-size:12px;
	line-height:36px;
	color:#999;
	padding:0px 12px;
	margin:0px 0px 40px 0px;
	cursor:pointer;
	background:url(/images/grafica/sfondo7.png);
	text-decoration:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

section .box p.bottone:hover a {
	color:#fff;
	background:url(/images/grafica/sfondo2.png);
}


section .container {
	float:left;
	width:900px;
	padding:0px 15px 0px 15px;
	margin:0px;
}

section .container.sx {
	float:left;
	width:600px;
	padding:0px 15px 0px 15px;
	margin:0px;
}

section .container.dx {
	float:right;
	width:250px;
	padding:0px 0px 0px 0px;
	margin:0px;
}

section .container.nosfuma {
	padding:0px 15px 40px 15px;
}

section .container.sfuma1 {
	text-align:right;
	padding:40px 15px 40px 15px;
	background:url(/images/grafica/divisore.jpg) center top no-repeat;
}

section .container.sfuma2 {
	text-align:left;
	padding:40px 15px 40px 15px;
	background:url(/images/grafica/divisore.jpg) center top no-repeat;
}

section .container h1 {
	font-family: 'EurostileExtended2Regular';
	font-size:24px;
	line-height:30px;
	color:#7b7b7b;
	padding:0px 0px 30px 0px;
	margin:0px;
}

section .container .box {
	float:left;
	width:435px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

section .container .box.right {
	float:right;
}

section .container .box.big {
	width:900px;
}

section .container .box .news {
	padding:30px 0px 30px 0px;
	background:url(/images/grafica/divisore.jpg) center top no-repeat;
}

section .container .box h1 {
	float:left;
	font-family: 'EurostileExtended2Regular';
	font-size:18px;
	line-height:21px;
	color:#7b7b7b;
	padding:0px 15px 20px 0px;
	margin:0px;
}

section .container .box h1 a, section .container .box h1 a:visited {
	color:#7b7b7b;
	text-decoration:underline;
}

section .container .box h1 a:hover {
	color:#8fbe44;
	text-decoration:underline;
}

section .container .box h1.archivio {
	float:right;
	font-size:12px;
	line-height:21px;
	color:#7b7b7b;
	padding:0px;
	margin:0px;
}

section .container .box h2 {
	font-style:normal;
	font-family: 'EurostileTRegular';
	font-size:14px;
	line-height:21px;
	color:#8fbe44;
	padding:0px 0px 8px 0px;
	margin:0px;
}

section .container .box p {
	font-style:normal;
	font-family: 'EurostileTRegular';
	font-size:14px;
	line-height:21px;
	color:#7b7b7b;
	padding:0px 0px 8px 0px;
	margin:0px;
}

section .container .box p a, section .container .box p a:visited {
	text-decoration:underline;
	color:#7b7b7b;
}

section .container .box p a:hover {
	text-decoration:underline;
	color:#8fbe44;
}

section .container .box p.data {
	font-style:italic;
	font-size:11px;
	line-height:14px;
	padding:5px 0px 8px 0px;
}

section .container .box p.right {
	text-align:right;
	margin:0px 12px 0px 0px;
}

section .container .box ul {
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
}

section .container .box ul li {
	float:left;
	font-style:normal;
	text-transform:uppercase;
	font-family: 'EurostileExtended2Regular';
	font-size:10px;
	line-height:24px;
	color:#999;
	margin:0px 10px 15px 0px;
}

section .container .box ul li a, section .container .box ul li a:visited {
	color:#999;
	padding: 8px;
	margin:0px;
	text-decoration:none;
	cursor:pointer;
	background:url(/images/grafica/sfondo7.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

section .container .box ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(/images/grafica/sfondo2.png);
}
	
section .container .box img {
	float:left;
	margin:6px 12px 17px 0px;
	padding:0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

section .container article {
	position:relative;
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}

section .container article h1 {
	float:left;
	font-family: 'EurostileExtended2Regular';
	font-size:36px;
	line-height:42px;
	color:#8fbe44;
	padding:0px 0px 20px 0px;
	margin:0px;
}

section .container article h1.archivio {
	float:right;
	font-size:12px;
	line-height:21px;
	color:#7b7b7b;
	padding:10px 0px 0px 0px;
	margin:0px;
}

section .container article h1 a, section .container article h1 a:visited {
	color:#7b7b7b;
	text-decoration:underline;
}

section .container article h1 a:hover {
	color:#8fbe44;
	text-decoration:underline;
}

section .container article h1.left {
	float:left;
}

section .container article h1.right {
	float:right;
	font-size:12px;
	line-height:42px;
	color:#7b7b7b;
	padding:0px;
	margin:0px;
}

section .container article h2 {
	font-family: 'EurostileExtended2Regular';
	font-size:14px;
	line-height:21px;
	color:#7b7b7b;
	padding:20px 0px 10px 0px;
	margin:0px;
}

section .container article h2 a, section .container article h2 a:visited {
	text-decoration:none;
	color:#7b7b7b;
}

section .container article h2 a:hover {
	text-decoration:none;
	color:#8fbe44;
}

section .container article h3 {
	font-family: 'EurostileExtended2Regular';
	font-size:24px;
	line-height:30px;
	color:#8fbe44;
	padding:30px 0px 10px 0px;
	margin:0px;
}	

section .container article h3 span {
	color:#7b7b7b;
	font-size:18px;
}

section .container article p {
	font-style:normal;
	font-family: 'EurostileTRegular';
	font-size:14px;
	line-height:21px;
	color:#7b7b7b;
	padding:20px 0px 0px 0px;
	margin:0px;
}

section .container article p a, section .container article p a:visited {
	text-decoration:underline;
	color:#7b7b7b;
}

section .container article p a:hover {
	text-decoration:underline;
	color:#8fbe44;
}

section .container article p.data {
	font-style:italic;
	font-size:14px;
	line-height:21px;
	padding:5px 0px 0px 0px;
}

section .container article img {
	float:right;
	margin:20px 0px 20px 30px;
	padding:0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

section .container article img.right {
	float:right;
	margin:0px 0px 20px 30px;
	padding:0px;
}

section .container article ul {
	list-style:disc;
	margin:20px 0px 10px 20px;
	padding:0px;
}

section .container article ul li {
	font-family: 'EurostileTRegular';
	font-size:14px;
	line-height:21px;
	color:#7b7b7b;
	margin:0px;
	padding:0px 0px 10px 0px;
}

section .container article ul.right {
	margin:20px 20px 0px 0px;
}


section .container article ul.pagination {
	float:left;
	width:455px;
	list-style:none;
	margin:-10px 0px 0px 0px;
	padding:0px;
}

section .container article ul.pagination li {
	float:left;
	font-style:normal;
	text-transform:uppercase;
	font-family: 'EurostileExtended2Regular';
	font-size:14px;
	line-height:24px;
	color:#999;
	margin:0px 10px 10px 0px;
}

section .container article ul.pagination li a, section .container article ul.pagination li a:visited {
	color:#999;
	padding: 8px;
	margin:0px;
	text-decoration:none;
	cursor:pointer;
	background:url(/images/grafica/sfondo7.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

section .container article ul.pagination li a:hover, section .container article ul.pagination li.current a {
	color:#fff;
	text-decoration:none;
	background:url(/images/grafica/sfondo2.png);
}

section .container article .slides_container {
	position:relative;
	float:left;
	width:445px;
	padding:0px;
	margin:-50px 0px 0px 0px;
	background:none;
}

section .container article .slides_container div {
	float:left;
	width:445px;
	display:block;
	margin:0px;
	padding:0px 0px 0px 0px;
}

section .container article .slides_container div img {
	float:left;
	margin:12px 10px 0px 0px;
	padding:0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

section .container article input {
	width:250px;
	border:none;
	background:#e5e5e5;
	color:#7b7b7b;
	font-family: 'EurostileTRegular';
	font-size:16px;
	line-height:40px;
	height:40px;
	padding:0px 10px;
	margin:30px 15px 0px 0px;
	outline:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

section .container article input.errore {
	background: #FFC;
	color:#b7100c;
}

section .container article textarea {
	width:850px;
	height:100px;
	border:none;
	background:#e5e5e5;
	color:#7b7b7b;
	font-family: 'EurostileTRegular';
	font-size:16px;
	line-height:22px;
	padding:8px 10px;
	margin:30px 15px 0px 0px;
	outline:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

section .container article textarea.errore {
	background: #FFC;
	color:#b7100c;
}

section .container article input.checkbox {
	width:auto; 
	margin:0px 5px 0px 0px;
	height:auto;
}

section .container article input.captcha {
	width:100px;
	margin:20px 0px 0px 0px;
}

section .container article input.bottone {
	float:right;
	background:url(/images/grafica/sfondo7.png);
	color:#999;
	width:100px;
	margin:20px 30px 0px 0px;
}

section .container article input.bottone:hover {
	color:#fff;
	background:url(/images/grafica/sfondo2.png);
}

section .container article img.captcha {
	margin:20px 30px 0px 0px;
}

section .container article .innerError {
    padding:0px;
	margin:0px;
	color: #a49e8c;
	font-size:18px;
	line-height:21px;
}

section .container article #errorsDiv ul {
	margin:0px 0px;
	padding:10px 0px 0px 20px;
	list-style:square;
}

section .container article #errorsDiv ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 0px;
}

section .container aside {
	float:right;
	width:220px;
	padding:15px;
	margin:0px;
	background:url(/images/grafica/sfondo7.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

section .container aside h1 {
	font-family: 'EurostileExtended2Regular';
	font-size:18px;
	line-height:22px;
	color:#7b7b7b;
	padding:0px 0px 10px 0px;
	margin:0px;
}

section .container aside h1 a, section .container aside h1 a:visited {
	color:#7b7b7b;
	text-decoration:none;
}

section .container aside h1 a:hover {
	color:#8fbe44;
	text-decoration:none;
}

section .container aside ul {
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
}

section .container aside ul li {
	font-family: 'EurostileTRegular';
	font-size:16px;
	line-height:20px;
}

section .container aside ul li a, section .container aside ul li a:visited {
	text-decoration:none;
	display:block;
	width:200px;
	margin:0px 0px 1px 0px;
	padding:0px;
	color:#7b7b7b;
	padding:10px;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

section .container aside ul li a:hover, section .container aside ul li.active a {
	text-decoration:none;
	color:#8fbe44;
}

section .container aside ul li.active a {
	text-decoration:none;
	color:#fff;
	background:url(/images/grafica/sfondo2.png);
}

.popup {
	float:left;
	width:560px;
	padding:20px 20px;
	margin:0px;
	background:#fff;
}

.popup h1 {
	font-family: 'EurostileExtended2Regular';
	font-size:22px;
	line-height:28px;
	color:#8fbe44;
	padding:0px 0px 10px 0px;
	margin:0px;
}	

.popup h2 {
	font-family: 'EurostileExtended2Regular';
	font-size:14px;
	line-height:21px;
	color:#7b7b7b;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px;
}

.popup p {
	font-style:normal;
	font-family: 'EurostileTRegular';
	font-size:14px;
	line-height:21px;
	color:#7b7b7b;
	padding:20px 0px 0px 0px;
	margin:0px;
}

.popup p a, .popup p a:visited {
	color:#7b7b7b;
	text-decoration:underline;
}

.popup p a:hover {
	color:#8fbe44;
	text-decoration:underline;
}

.popup ul {
	list-style:square;
	margin:20px 0px 0px 20px;
	padding:0px;
}

.popup ol {
	list-style: decimal;
	margin:20px 0px 0px 20px;
	padding:0px;
}

.popup ul li, .popup ol li {
	font-family: 'EurostileTRegular';
	font-size:14px;
	line-height:21px;
	color:#7b7b7b;
	padding:0px 0px 10px 0px;
	margin:0px;
}

footer {
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:42px 0px 0px 0px;
	text-align:center;
	background:url(/images/grafica/sfondo-small.png) center top no-repeat;
	z-index:1;
}

footer img {
	margin:0px 5px 25px 5px;
	padding:0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

footer p {
	clear:both;
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#7b7b7b;
	padding:0px;
	margin:30px 0px 0px 0px;
}
	
footer p a, footer p a:visited {
	text-decoration:underline;
	color:#7b7b7b;
}

footer p a:hover {
	text-decoration:underline;
	color:#8fbe44;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
