/* Questo foglio di stile serve solo per impostare l'immagine che compare nell'head della pagina. 
Per modificare le proprietà del contenitore utilizzare style.css  #foto_head					*/


.head_home				{	background: url(../images/headers/home.jpg) no-repeat;		}

.head_comunicazione		{	background: url(../images/headers/comunicazione.jpg) no-repeat;		}

.head_cittadini			{	background: url(../images/headers/cittadini.jpg) no-repeat;		}

.head_imprese			{	background: url(../images/headers/imprese_e_lavoratori.jpg) no-repeat;		}

.head_assterritoriale	{	background: url(../images/headers/ass_territoriale.jpg) no-repeat;		}

.head_ospedali			{	background: url(../images/headers/ospedali.jpg) no-repeat;		}

.head_prevenzione		{	background: url(../images/headers/prevenzione.jpg) no-repeat;		}

.head_azienda			{	background: url(../images/headers/azienda.jpg) no-repeat;		}

.head_operatori			{	background: url(../images/headers/operatori.jpg) no-repeat;		}

.head_contatti			{	background: url(../images/headers/contatti.jpg) no-repeat;		}


