/* CSS Document */
html,body{
	height: 100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
}
body {
	background-color: #909090;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e3e3e;
	text-decoration:underline;
}
a:hover{
	text-decoration: none;
}
div#main{
	position: absolute;
	width: 646px;
	min-height: 100%;
	height:auto !important;
	height: 100%;
	left: 50%;
	margin-left: -323px;
	top: 0px;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	background-color:#FFFFFF;
	padding: 4px;
	background-image:url(images/bg_bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
div#top{
	clear:both;
	height: 200px;
}
div#corpo{
}
div#bottomLay{
	clear: both;
	height: 50px;
}
div#lingua{
	position:absolute;
	z-index: 2;
	top: 7px;
	left: 50%;
	margin-left: 326px;
}
div#menu{
	position: absolute;
	z-index:3;
	left: 50%;
	margin-left: 332px;
	top: 185px;
}
.buttonMenu{
	width: 104px;
	height: 33px;
	line-height: 35px;
	padding-left: 5px;
	background-repeat:no-repeat;
	margin-bottom: 3px;
}
div#pie{
	position: absolute;
	top: 100%;
	width: 100%;
	margin-top: -25px;
	z-index: 3;
	text-align: center;
	word-spacing: 5px;
	color: #999999;
	font-size: 9px;
}
div#pie a{
	color: #999999;
	text-decoration: none;
}
div#pie a:hover{
	text-decoration: underline;
}
