.titolo
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  color: #c00;
  font-variant: small-caps;
  font-weight: bold;
}

.titoletto
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #c00;
  font-variant: small-caps;
  font-weight: bold;
}

.testo
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: black;
}

.testino
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: black;
}

.testo_rapido
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: black;
}

a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #F00;}
a:active {color: #F00;}

a.nero:link {color: #000;}
a.nero:visited {color: #000;}
a.nero:hover {color: #00f;}
a.nero:active {color:#000}

a.link_menu:link {color: #000;}
a.link_menu:visited {color: #000;}
a.link_menu:hover {color: #000;}
a.link_menu:active {color:#000}

.link_menu
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  font-variant: small-caps;  
}

.spazio li
{
  margin: 0px 0px 13px 0px
}

.contatti
{
padding: 5px 0px 5px 0px;
}

.immagine
{
border: 1px solid gray; 
padding: 3px 3px 3px 3px;
}

.riq_bott /* Riquadri con bordino sotto per gli elenchi */
{
  border-bottom-width: 1px; 
  border-bottom-style: solid; 
  border-bottom-color: #555;
  text-align: left;
  padding: 2px;  
}

.riq_right /* Riquadri con bordino sotto per gli elenchi */
{
  border-right-width: 1px; 
  border-right-style: solid; 
  border-right-color: #555;
}

.riq_titolo
{
  border-bottom-width: 3px; 
  border-bottom-style: double; 
  border-bottom-color: #555;
  padding: 2px;
}

.miniatura
{
border: 1px solid black;
margin: 0px 0px 7px 0px;
}

/* OMBRE RIQUADRI */ 

/* Angolo alto destro*/
.ombra_aad
{
  background: url('../foto/ombre_box/dx_lun.png') no-repeat scroll right top;
  padding-top: 15px;
  position:relative; 
  top: 0px;
  left: 11px;
  margin: 5px;
}

/* Angolo basso destro*/
.ombra_abd
{
  background: url('../foto/ombre_box/abd.png') no-repeat scroll right bottom;
  position:relative; 
  top: 11px;
  left: 0px;  
  margin-top: -15px;

}

/* Lato basso*/
.ombra_bx
{
  background: url('../foto/ombre_box/bx_lun.png') no-repeat scroll left bottom;
  position:relative; 
  top: 0px;
  left: -11px;
  width: 100%;  /* Neseccario per la compatibilità con IE7 */
}

/* Contenuto*/
.ombra_txt
{
  position:relative; 
  top: -11px;
  left: 0px;
  padding: 5px;
  border: 1px solid black; 
}

/* Contenuto IMG */
.ombra_img
{
  position:relative; 
  top: -11px;
  left: 0px;
  border: 1px solid black;
  background-color: white;
}

td.menu_hov
{
  background: url('../foto/Icone_menu/sfondo_tasto_1.png') white repeat-x bottom left;
}

td.menu_hov:hover
{
  background: white;
  color: red;
}

.lingua_menu
{
background: url('../foto/Icone_menu/sfondo_bottone_lato.png') no-repeat top left;
padding-top: 3px; 
padding-bottom: 3px;
border: 0px solid white;
}

.tab_articolo
{
  width: 220px;
  text-align: right;
  padding: 8px 8px 8px 4px;
  vertical-align: text-top; 
  background-color: #fee;  
}

.tab_articolo_cont
{
  text-align: left;
  padding: 8px 8px 8px 8px;
  vertical-align: text-top; 
  background-color: #fee;
}
