/* example:

h1#titolo_profilo{
	
	position: relative;
	width: 423px; 
	height: 21px;
	}
h1#pippo span{
	position: absolute;
	width: 100%;
	height: 100%;
    background: url(pippo);
	background-repeat:no-repeat
}
*/

/* generali */
	h1 span, h2 span {
		position: absolute;
		width: 100%;
		height: 100%;
		background-repeat:no-repeat;
	}

/* TAG H1 */
	h1#titolo_case_history span{
		background: url(case_history/img/titoli20pt_case_history.jpg);
		background-repeat:no-repeat
		}
	h1#titolo_profilo_e_storia span{
		background: url(chi_siamo/img/titoli20pt_profilo_e_storia.jpg);
		background-repeat:no-repeat
		}
	h1#titolo_organi_sociali span{
		background: url(chi_siamo/img/titoli20pt_organi_sociali.jpg);
		background-repeat:no-repeat
		}
	h1#titolo_management span{
		background: url(chi_siamo/img/titoli20pt_management.jpg);
		background-repeat:no-repeat
		}
	h1#titolo_contatti span{
		background: url(home/img/titoli20pt_contatti.jpg);
		background-repeat:no-repeat
		}
	h1#titolo_link span{
		background: url(home/img/titoli20pt_link.jpg);
		background-repeat:no-repeat
		}
	h1#titolo_sitemap span{
		background: url(home/img/titoli20pt_mappa_del_sito.jpg);
		background-repeat:no-repeat
		}
	h1#titolo_risultati_ricerca span{
		background: url(home/img/titoli20pt_risultati_ricerca.jpg);
		background-repeat:no-repeat
		}	
	h1#titolo_servizi_offerti span{
		background: url(servizi_offerti/img/titoli20pt_servizi_offerti.jpg);
		background-repeat:no-repeat
		}		
	h1#titolo_comunicati span{
		background: url(sala_stampa/img/titoli20pt_comunicati.jpg);
		background-repeat:no-repeat
		}	
	h1#titolo_photogallery span{
		background: url(sala_stampa/img/titoli20pt_photogallery.jpg);
		background-repeat:no-repeat
		}
	h1#titolo_eventi span{
		background: url(sala_stampa/img/titoli20pt_eventi.jpg);
		background-repeat:no-repeat
		}

	h1#titolo_bandi_e_gare span{
		background: url(bandi_e_gare/img/titoli20pt_bandi_e_gare.jpg);
		background-repeat:no-repeat
		}
h1#titolo_bandi_e_gare{ /*voce aggiunta x eccezione*/
		width: 250px; 
		}
	h1#titolo_contatti_jsp span{
		background: url(sala_stampa/img/titoli20pt_contatti.jpg);
		background-repeat:no-repeat
		}
	h1#titolo_lavora_con_noi_jsp span{
		background: url(home/img/titoli20pt_lavora_con_noi.jpg);
		background-repeat:no-repeat
		}
	h1#titolo_richiedi_il_servizio_jsp span{
		background: url(area_business/img/titoli20pt_richiedi_il_servizio.jpg);
		background-repeat:no-repeat
		}
	h1#titolo_richiedi_informazioni_jsp span{
		background: url(area_business/img/titoli20pt_richiedi_informazioni.jpg);
		background-repeat:no-repeat
		}







/* TAG H2 */
	h2#titolo_orange_comunicati span{
		background: url(sala_stampa/img/titoliorange_la_trasparenza.jpg);
		background-repeat:no-repeat
		}
