/****************
 * Appuntamenti *
 ****************/
 .appuntamento{
 	padding:5px;
 	height:60px;
 	width: 600px;
 	margin:auto;
 }
 a.titoloAppuntamento{
 	text-decoration:none;
 	font-style:italic;
 	font-size:16px;
 	 }
 a.titoloAppuntamento:hover{
 	text-decoration:underline;
	}
a.titoloConcerto{
 	color:rgb(255,255,255);
	}
a.titoloAltro{
 	color:rgb(0,0,0);
	}
a.titoloCorteo{
 	color:rgb(0,0,0);
}
a.titoloProcessione{
 	color:rgb(0,0,0);
}
a.titoloRaduno{
 	color:rgb(0,0,0);
}
.Concerto{
	border: solid 1px rgb(0,0,0);
	background-color:rgb(0,0,0);
	background-image:url(../images/appuntamenti/Concerto.jpg);
	background-position:right;
	background-repeat:no-repeat;
	color:rgb(255,255,255)
	}
.Corteo{
	text-align:left;
	border: solid 1px rgb(0,0,0);
	background-color:rgb(213,229,255);
	background-position:right;
	background-repeat:no-repeat;
	color:rgb(0,0,0);
	background-image:url(../images/appuntamenti/Corteo.png);
}
.Altro{
	text-align:left;
	border: solid 1px rgb(0,0,0);
	background-color:rgb(255,238,170);
	background-position:right;
	background-repeat:no-repeat;
 	color:rgb(0,0,0);
	background-image:url(../images/appuntamenti/Altro.png);
}
.Processione{
	text-align:left;
	border: solid 1px rgb(0,0,0);
	background-color:rgb(233,175,175);
	background-position:right;
	background-repeat:no-repeat;
 	color:rgb(0,0,0);
	background-image:url(../images/appuntamenti/Processione.png);
}
.Raduno{
	text-align:left;
	border: solid 1px rgb(0,0,0);
	background-color:rgb(198,233,175);
	background-position:right;
	background-repeat:no-repeat;
 	color:rgb(0,0,0);
	background-image:url(../images/appuntamenti/Raduno.png);
}
.titoloGuestbook{font-variant:small-caps; font-weight: bold; }