/* Gestione tabelle sito
----------------------------------*/
table {
  width:98%;
  margin:0 auto;
}
/* Style link con icona
-------------------------*/
a.pdf{
  padding-left:20px;
  background:url(icon_pdf.gif) no-repeat center left;
  color:#000000;
  font-weight:bold;
}
a.doc{
  padding-left:20px;
  background:url(icon_doc.gif) no-repeat center left;
  color:#000000;
  font-weight:bold;
}
a.zip, a.rar{
  padding-left:20px;
  background:url(icon_archive.gif) no-repeat center left;
  color:#000000;
  font-weight:bold;
}
a.mov, a.dvx, a.mpg, a.mpeg, a.avi{
  padding-left:20px;
  background:url(icon_mov.gif) no-repeat center left;
  color:#000000;
  font-weight:bold;
}
a.audio, a.mp3, a.mp4{
  padding-left:20px;
  background:url(icon_audio.gif) no-repeat center left;
  color:#000000;
  font-weight:bold;
}
a.xls{
  padding-left:20px;
  background:url(icon_xls.gif) no-repeat center left;
  color:#000000;
  font-weight:bold;
}
a.gif, a.jpg, a.jpeg, a.png{
  padding-left:20px;
  background:url(icon_image.gif) no-repeat center left;
  color:#000000;
  font-weight:bold;
}

/* Styles
---------------*/
.titolo_quadrato {
  padding-left:16px;
  background:url(quadrato.gif) no-repeat center left;
  font-size:11px;
  font-weight:bold;
  color:#333333;
  margin-bottom:16px;
}
.titolo_rosso {
  font-size:12px;
  color:#E60000;
  font-weight:bold;
}
.sotto_titolo_rosso {
  color:#E60000;
  font-weight:bold;
}
.titolo_nero {
  font-size:12px;
  color:#333333;
  font-weight:bold;
}
.sotto_titolo_nero {
  color:#333333;
  font-weight:bold;
}
.titolo_grigio {
  font-size:12px;
  color:#ccc;
  font-weight:bold;
}
.sotto_titolo_grigio {
  color:#ccc;
  font-weight:bold;
}
/* Style titolo
---------------------*/
.titolo_pagina {
  font-size:13px;
  width:auto;
  font-weight:bold;
  display:block;
  color:#fff;
  padding:14px 0 12px 5px;
  background:url(dot.png) no-repeat left top;
  vertical-align: baseline;
}
.testo_pagina {
  width:100%;
  display:block;
  padding:0;
  background:#E5E5E5;
  color:#000000;
}
