#sflux 
{
  font: 10pt Verdana, sans-serif;
  background: #6495ED;
  margin: 0px;
  padding: 0px;
}

.centrato {
	margin: 0px;
	text-align: center;
}

.img_centrato {
	margin: 5px auto 5px auto;
}

.evidenziato {
	margin: 0px;
	font-weight: bold;
}

.aSinistra {
	float: left;
	margin: 4px;
}

a {
	color: blue;
	text-decoration: none; 
}

h1 {
	color: red;
	text-align: center;
	font-size: 18pt;
	margin: 10px;
}

h2 {
	color: blue;
	font-size: 16pt;
	margin: 5px;
	padding: 2px;
}

h3 {
	margin: 10px 0px 5px 0px;
	color: green;
	clear: both;
	font-size: 14pt;
	font-style: bold;
	font-decoration: underline;
}

p 
{
  color: black;
  font-size: 10pt;
  margin-top: 2px;
  text-align: justify;
  margin: 3px 0px 0px 0px;
  padding: 0px;
}

pre
{ 
  margin: 10px 5px 0px 5px;
  padding: 0;
 }


#contenitore
{ 
  margin: 0 auto 0 auto;
  padding: 0 0 10px 0;
  width: 800px;
  background: white;
  border-left: 1px solid black;
  border-right: 1px solid black;
 }


#testata
{ 
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  background: url(img/sfondo_titolo.gif) repeat-x top left;
  height: 170px;
 }

#testata ul
{
  display: block-inline;
  list-style-type: none;
  margin: 14px 2px 2px 2px;
  padding: 0px;
  }

#testata li
{ 
  font: 9pt Verdana, sans-serif;
  display: inline;
  color: white;
  font-weight: bold;
  margin: 0 3px 0 3px;
 }

#testata li a
{ 
  text-decoration: none;
  color: white;
 }

#testata li a:hover
{ 
  text-decoration: underline;
 }

#testata li a img
{ 
  border: 0;
  text-decoration: none;
 }


#testata ul.lingue
{
  display: block-inline;
  list-style-type: none;
  margin: 0px 2px 2px 700px;
  padding: 0px;
  }

#testata li.lingua
{ 
  display: inline;
  color: blue;
  font-weight: bold;
 }


#contenuto
{ 
  padding: 0;
  margin: 0 10px 0 10px;
  background: white;
 }


#listaThumbs
{ 
  position: relative;
  padding: 0;
  left: 5px;
  top: 10px;
  width: 120px;
  margin: 0 0 10px 0;
 }

#listaThumbs img
{ 
  margin: 5px;
 }

#listaThumbs img:hover
{ 
  cursor: pointer;
 }


#immagineGrande
{ 
  float: right;
 }