@charset "utf-8";
/* CSS Document */

/* AGGANCIO A QUESTI ELEMENTI IL FONTFACE */
h1, h2, h3, .titolo, .titolo-blocco
{ font-family: Arial, Helvetica, sans-serif; }
/* --------------------------- */




/* CSS */

*{ margin:0; padding:0;}
body{ font-family:Arial, Helvetica, sans-serif; font-size:11px;}

/* elementi generici */
textarea, input, select{ font-family:Arial, Helvetica, sans-serif; font-size:11px;}
a{ text-decoration:none; font-weight:bold; color:#000;}
img{ border:none;}



h2{ font-size:18px;}
h3 { font-size: 16px; }
li{ list-style:none;}

.bold{ font-weight:bold;}
.light{ font-weight:normal;}

.pad10{ padding:10px;}
.pad10_0{ padding:10px 0;}
.pad20{ padding:20px;}


.blu{ color:#0066cc; }
.fontgrigiochiaro{ color:#999; }
.arancione { color: #ff7800; }
.azzurro { color:#00a1cb; }

.font12{ font-size:12px}
.fontgrigio{ color:#333}

.left{ float:left;}
.right{ float:right;}
.clear{ clear:both; height:0px;}
.hr_bottom{ border-bottom:1px solid #ccc}


#container{ width:100%; float:center; padding-bottom:40px; overflow:hidden}
#header{ width:975px; height:100px; border-bottom:1px solid #ccc; background-color:#fff;}
#footer{ width:975px; text-align:center;}


/* VARIE */
.blocco-testo-mini{ float:left; width:310px;}
	.blocco-testo-mini .link{ margin-left:100px;}
	.blocco-testo-mini .testo{ margin-top:15px; margin-left:10px;}
	
.landing{ margin-bottom:20px;}

.slide_immagine1{ float:left; width:1000px; height:706px; background:url(img/1.jpg) top left no-repeat;}
.slide_immagine2{ float:left; width:1000px; height:706px; background:url(img/2.jpg) top left no-repeat;}
.slide_immagine3{ float:left; width:1000px; height:706px; background:url(img/3.jpg) top left no-repeat;}
.slide_immagine4{ float:left; width:1000px; height:706px; background:url(img/4.jpg) top left no-repeat;}
.slide_immagine5{ float:left; width:1000px; height:706px; background:url(img/5.jpg) top left no-repeat;}
.slide_immagine6{ float:left; width:1000px; height:706px; background:url(img/6.jpg) top left no-repeat;}
.slide_blocco{float:left; width:50%; text-align:center;}
.slide_blocco .titolo{ color:#2369ad; font-size:22px; height:50px;}
.slide_blocco .descrizione{ font-size:16px; line-height:25px;}
.slide_descrizione3{ float:left; margin:30px 0px; font-size:16px; line-height:25px; text-align:left;}



/* CONTROLLI SLIDE */
.controlli_slide{ width:auto; margin:10px auto; position:relative; z-index:99999; margin-top:-46px; }

.btn_slide { margin:auto; text-align:center;}
.btn_slide a { float:left; background:url(img/pulsante_attivo_non.png) no-repeat; font-size:0px; width:80px; height:80px; display:block; color:#fff; text-decoration: none; line-height:27px;  }
.btn_slide a.activeSlide { color:#000; background:url(img/pulsante_attivo.png) no-repeat}
.btn_slide a:focus { outline: none; }
.btn_slide a:hover{ color:#000; }
.btn_slide a.activeSlide:hover{  }