#contenitore {
	position: relative;
	top: 10px;
	margin: 0 auto;
	overflow: visible;
	width: 900px;
}
#contenitore #titolo {
	width: 565px;
	top: 0px;
	left: 333px;
	height: 100px;
	position: absolute;
	border: 1px solid #000000;
}
#contenitore #corpo #diabete {
	position: absolute;
	left: 5px;
	right: 5px;
	display: block;
	background-color: #E6EEF9;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: 100px;
	width: 100%;
}
.h1-16 {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #0000FF;
}

