/* classi sezione liturgia */
.liturgia {
	color: #000000;
	background-color: #DBDBDB;
}

.liturgia a {
	color: #000000;
}

.liturgia a:hover {
	color: #000000;
}

.dot_rosso li {
	list-style-image: url(/liturgia/img_lit/dot_rosso.gif);
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
}

.dot_arancio li {
	list-style-image: url(/liturgia/img_lit/dot_arancio.gif);
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
}

.dot_rosa li {
	list-style-image: url(/liturgia/img_lit/dot_rosa.gif);
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
}

.dot_orange li {
	list-style-image: url(/liturgia/img_lit/dot_orange.gif);
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
}

.scaffali {
	background-image: url(/liturgia/img_lit/scaffali_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.scaffali a {
	color: #3B67D2;
}

.scaffali a:hover {
	color: #3B67D2;
}

.proposte {
	background-image: url(/liturgia/img_lit/proposte_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.rubriche {
	background-image: url(/liturgia/img_lit/rubriche_bg.gif);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	background-position: left top;
	color: #FFFFFF;
	font-weight:bold;
}

.rubriche a {
	color: #3B67D2;
	font-weight:bold;
}

.rubriche a:hover {
	color: #3B67D2;
	font-weight:bold;
}

#outNews {
	position:relative;
	width:430px;
	z-index:1;
	left: 17px;
	overflow: hidden;
	visibility: visible;
	text-align:center;
}

#inNews {
	position:relative;
	z-index:2;
	left: 0px;
	overflow: hidden;
	text-align:left;
}

.notizie {
	color: #FFFFFF;
	background-color: #9EABBF;
}

.white a {
	color: #FFFFFF;
}

.white a:hover {
	color: #FFFFFF;
}


/*----------------------------------STRILLO PER VACANZE E FESTE IN HOME PAGE ----*/
.vacanze {
	background-color: #f7eee9;
	color: #000000;
	
}

.vacanze a {
	font-weight: bold; 
	color: #aa6349;
}
.vacanze a:hover {
	font-weight: bold; 
	text-decoration: none;
	color: #aa6349;
}

