@charset "utf-8";
/* CSS Document */

.sidebar {
	position:absolute;
	left:0px;
	top:0px;
	background-color:#5f8399;
	width:236px;
	font-size:12px;
	text-align:left;
	z-index:1;
	padding-left:5px;
	padding-right:5px;
	line-height:16px;
	
}

.footer_interno {
	width:766px;
	background-color:#e6e6e6;
	height:auto;
	font-size:10px;
	text-align:center;
}

#contenuto {
	position:absolute;
	top:259px;
	left:0px;
	width:766px;
	height:auto;
	background-color:#333333;
}

#contenuto .content_up {
	position:relative;
	background-color:#999999;
	left:247px;
	padding-left:5px;
	width:514px;
}

.titolo {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:28px;
}

.footer_interno a {
	color:#000000;
	}
	
.footer_interno a:hover {
	font-weight:bold;
	text-decoration:none;
}