@charset "utf-8";
.festa {
	background-color: #ECD5E8;
	font-size: 10px;
	text-align: center;
}
.top {
	font-size: 10px;
	text-align: center;
}
.day {
	font-size: 10px;
	text-align: center;
	border-top:1px solid #663300;
}
.spedire {
	font-size:10px;
	text-align: center;
	background-color: #FAE1C0;
}	
table.calendario{
    empty-cells:show;
	border-spacing:0;
	border-collapse:collapse;
}

.calendario th{
	border-bottom:1px solid #663300;
	padding:0.3em;
	text-align:center;
}
.calendario td{
	border-bottom:1px solid #663300;
	padding:0.3em;
}
#spiega{
	height: 100px;
	width: 170px;
	float: left;
	padding: 5px;
	margin-left: 15px;
	margin-top: 40px;
	font-size: 10px;
	display: inline;
	border: thin dotted #CCCCCC;