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: 130px;
	height: 18px;
	padding: 12px 14px 4px 0;
	background-color:#eeeeee;
	float: left;
	color: #686767;
	font-family: "Trebuchet MS";
	font-size: 0.63em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-right:10px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

a:hover.but
{
	display: block;
	width: 130px;
	height: 18px;
	padding: 12px 14px 4px 0;
	background-color:#BB2F4B;
	float: left;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 0.63em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

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

html>/**/body a.but:hover
{
	width: 130px;
	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;
}