#simbolo {
	background-image: url('../images/calendario.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
	width: 200px;
	height: 200px;
	left: -50px;
	top: 345px;
	position: relative;
	z-index: 6;
	border: 6px double #BBBBBB;
	border-radius: 40px;
}

#corpo{
	height: 920px;
	left: 0px;
	position: relative;
	padding: 20px;
}

#window {
	height: 1472px;
}


a.link_laterale:hover, a.link_laterale:visited {
	color: #0066CC;
}
a.link_laterale {
	color: red;
}

a.link_corpo:hover {
	color: #F89A1E;
}
a.link_corpo, a.link_corpo:visited {
	color: #0066CC;
	text-decoration: none;
}

#sottotitolo {
	width: 480px;
}

#calframe {
	overflow: hidden; 
	width: 790px;
}

iframe {
	border-width:0; 
	width: 790px; 
	height: 600px; 
}

.interspace {
	height: 20px;
}