@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#Pagina {
	width:900px;
	background-color: #FFFFFF;
	min-height:400px;
	position: relative;
	margin: 0px auto;
}
#corpo{
	background-image: url(/Img/Piede.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 25px;
	padding-top: 15px;
	padding-left: 10px;
	text-align: left;
	line-height: 20px;
	min-height: 200px;
	padding-right: 10px;
}
.apice {
	vertical-align: super;
	font-size: 8px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#corpo p {
	margin: 0px;
}

#piede {
	height:30px;
	line-height: 30px;
	padding-left: 20px;
	font-size: 13px;
}
#piede a {
	color: #000000;
	text-decoration: underline;
}

#testata {
	background-image: url(/Img/Testata.jpg);
	height: 151px;
	width: 900px;
	position: relative;
}
#menu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 580px;
	margin-left: 6px;
}
.btHome{
	background-image: url(/Img/Bt.png);
	height: 50px;
	width: 116px;
	background-position:0px 50px;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	float: left;
}
#TestSubDx {
	background-image: url(/Img/TestataSubDx.jpg);
	float: right;
	height: 201px;
	width: 314px;
	margin-top: -15px;
	margin-right: -10px;
}

.btHome p {
	margin: 0px;



}
.btHomeAttivo p {
	margin: 0px;
}

.btHomeAttivo{
	background-image: url(/Img/Bt.png);
	height: 50px;
	width: 116px;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	text-align: center;
	float: left;

}
.btHome:hover {
	background-image: url(/Img/Bt.png);
	height: 50px;
	width: 116px;
	background-position: 0px 100px;

}
.pannelloOk {
	border: 1px solid #FF9900;
	margin: 20px;
	padding: 20px;
}
.nota {
	font-size: 12px;
}
.btHome div {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	width: 116px;
}
.btHomeAttivo div {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	width: 116px;
}

