*
{
	color: #818181;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

body
{
	text-align: center;
	background-image: url(../apoio/bg1.jpg);
	background-repeat: repeat-x;
}

#box
{
	height: auto;
	width: 330px;
	text-align: center;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
.caixote
{
	height: inherit;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 120px;
}


#box h1
{
	font-size: 20pt;
	font-weight: lighter;
	margin-bottom:10px;
	padding-bottom:20px;
	margin-right: auto;
	margin-left: auto;
	width: 330px;
	height: 12px;
	float: right;
}

#box ul
{
	margin-right: auto;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin-left: auto;
	text-align: center;
	width: 500px;
	height: 80px;
}

#box ul li
{
	float:left;
	height:75px;
	width:75px;
	margin-right: 5px;
}

#box ul li a
{
	text-decoration: none;
	color:#d4fe83;
	float:left;
	background:#818181;
	display:block;
	line-height: 75px;
	height:75px;
	width:75px;
	font-weight: 100;
}

#box ul li a:hover
{
	background:#d4fe83;
	color:#818181;
}

