body
{
	background: #000;
	margin: 0;
	text-align: center;
}

div.box
{
	width: 932px;
	margin: 0 auto;
	text-align: left;
}

div.testa
{
	background: #fdf7e1 url(../img/bg_testa.gif);
	height: 103px;
}

div.testa img
{	
	border: 0;
}

div.centro
{
	background-color: #fdf7e1;
	background-position:bottom;
	min-height: 456px;
}

*html div.centro
{
	height: 456px;
}

div.menu
{
	padding: 10px 0 0 14px;
	
}

a.but
{
	display: block;
	width: 228px;
	height: 18px;
	padding: 12px 14px 4px 0;
	background: url(../img/bg_but.gif);
	float: left;
	color: #686767;
	font-family: "Trebuchet MS";
	font-size: 0.63em;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin-right:3px;
}

a:hover.but
{
	display: block;
	width: 228px;
	height: 18px;
	padding: 12px 14px 4px 0;
	background: url(../img/bg_but_hover.gif);
	float: left;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 0.63em;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

html>/**/body a.but
{
	width: 214px;
	height: 22px;
	padding: 11px 14px 0 0;
}	

html>/**/body a.but:hover
{
	width: 214px;
	height: 22px;
	padding: 11px 14px 0 0;
}

div.piede
{
	color: #fff;
	margin: 11px 0 0 0;
	font-family: "Verdana";
	font-size: 0.68em;
}

div.piede span
{
	margin-right: 30px;
}

div.piede a
{
	color: #fff;
	text-decoration: none;
}