@charset "utf-8";
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#corner_sin {
	margin: 0px;
	padding: 0px;
	height: 280px;
	width: 310px;
	position: fixed;
	left: 0px;
	top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#main {
	width: 800px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
	text-align: left;
}
#destra {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 300px;
	position: fixed;
	top: 0px;
	right: 0px;
	text-align: right;
}
#new {	color: #F00;
}
#main #footer {
	width: 800px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	position: fixed;
	left: 50%;
	margin-left: -400px;
	bottom: 0px;
	background-color: #FFF;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#main table tr td #pagina {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.h_menu {
	width: 200px;
	position: absolute;
	top: 25px;
	left: 25px;
	border: 1px none #FFF;
	color: #FFF;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
}
