#banner_centrale_2 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#calendario #aree_geografiche a {
	text-transform: uppercase;
	color: #DE1538;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	line-height: 30px;
	margin-right: 7px;
	margin-left: 7px;
}


#calendario table { border-left: 1px solid #A3A3A3; 
}

#calendario table tr th {
	text-transform: uppercase;
	background: #A3A3A3;
	color: #FFF;
	font-weight: normal;
	font-size: 11px;
	padding: 2px;
	text-align: center;
}

#calendario table tr td {
	width: 70px;
	height: 90px;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	vertical-align: top;
}
#calendario table tr .giorno  {
	color: #A2A2A2;
	font-size: 26px;
	line-height: 28px;
	padding-right: 3px;
	padding-left: 3px;
	background: #E9E9E9;
	border-bottom: 1px solid #A3A3A3;
}
#calendario table tr .oggi { background: #F2F2F2; }

#calendario table tr .oggi .giorno {
	color: #FFF;
	background: #DE1538;
}


#calendario table tr td .concerti_giorno {
	font-size: 9px;
	margin-bottom: 7px;
	padding: 2px;
}

#calendario table tr td .concerti_giorno a { color: #DE1538; }

#artisti_in_concerto a {
	color: #DE1538;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 18px;
}
.page_concerto #contenuto_alto  {
	background: url(../img/bg_concerti.gif) repeat-x left bottom;
	padding-bottom: 113px;
}

