/* CSS Document */
/*COMMENTO REGOLE LAYOUT GRAFICO*/
html, body {
  	margin: 0;
  	padding: 0;
  	height: 100%;
  	/*serve perchè se no le regole sul #contenitore non funzionano*/
}
body{
	background-color: #0851D6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#bodybottom{
	width: 100%;
	height:580px;
	background :url(../img/sfondobody.jpg);
	background-position: top left;
	background-repeat:repeat;

}

#globale {
    width: 1020px; /* Per avere una larghezza da centrare*/
	position: absolute; /*Se no non funzionano le seguenti*/
    /*Centraggio orizzontale - alternativa a margin: 0 auto;*/
    /*margin: 0 auto;*/
    left: 50%; /*Lato sx dell'elemento è al centro della pagina*/
    margin-left: -510px; /*Torno indietro di 1/2 larghezza*/
}

#sfondosx{
float:left;
}

#intestazione {
float:left;
height:111px;
width:670px;
background:#fff;
background-image:url(../img/intestazione.jpg);
text-indent: -5000px;
}

#sfondodx{
float:left;
width: 670px;
}
#sfondodx_brevetti{
float:left;
width: 670px;
}

#sfondobottom{
float:left;
width: 1020px;
}

#sfondo{
	width:100%;
	height:90%;
	background-color: #0851D6;
}
/*----------------------*/

/*COMMENTO PAGINE GENERALI*/
#contenuto{
width: 620px;
}

#testo{
left: 70px;
margin-top: 58px;
margin-bottom: 24px;
text-align:justify;
}
#testo a{
color:#fff;
text-decoration:underline;
}
#testo a:hover{
text-decoration:underline;
color:#003399;
}
p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #fff;
line-height: 17px;
color: #fff;
}
h2{
font-size: 13px;
color: #fff;
width: 620px;
margin-top: 9px;
}
span{
	font-weight: bold;
	font-size:13px;
}

.brevetti_base{
left: 70px;
margin-bottom: 30px;
text-align:justify;
}
.testo_brevetti{
float:left;
padding-top: 6px;
width: 478px;
text-align:justify;
margin-bottom: 22px;
}

#brevetti_basebottomsx{
width:250px;
height:372px;
float:left;
background :url(../img_brevetti/link.jpg);
background-position: top left;
background-repeat:no-repeat;
}

.brevetti_basebottom{
margin-left: 350px;
margin-bottom: 30px;
text-align:justify;
}
 img{
float:left;
width: 122px;
height: 76px;
padding-top: 10px;
padding-right: 20px;
}

.link img{
width:131px;
height:86px;
margin-left: 55px;
margin-top: 90px;
}
.link1 img{
width:131px;
height:46px;
margin-left: 55px;
margin-top: 20px;
}
#elenco {
	display:block;
	font-size: 13px;
	color: #fff;
}
 #elenco ul li{
	list-style-type:disc;
	list-style-position:inside;
	line-height: 17px;
}


#footer{
clear:both;
height:10%;
width: 100%;
background-color:#003399;
text-align:center;
}
#footer p{
padding-top: 15px;
font-size:9px;


}
#footer a{
text-decoration:none;
color:#CCCCCC;

}
#footer a:hover{
color:#fff;
text-decoration:underline;
}



/*COMMENTO SUB-GALLERY*/
#testo_gallery{
margin-top: 35px;
}
#testo_gallery p{
font-size: 15px;
font-weight:bold;

}
.testo_gallery a{
float:left;
margin-top: 60px;
font-size: 15px;
text-decoration:none;
color:#fff;
}
.testo_gallery a:hover{
float:left;
font-size: 15px;
text-decoration:underline;
}
.fotogallery{
float:left;
width: 600px;
height: 110px;
}
.fotogallery img{
float:left;
width: 267px;
height: 100px;
padding-top: 20px;
}


/*COMMENTO PAGINA CONTATTI*/
#testo_minimo {
font-size: 9px;
}
#email a{
color:#fff;
text-decoration:none;
}

#email a:hover{
color:#fff;
text-decoration:underline;
}
