@charset "utf-8";
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #f90;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
body {
	margin-top: 0px;
}
img {
	border: 0px;
}
#ausiliario {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

