@charset "utf-8";
/* CSS Document */

#Pie ul#Menu {
	width: 813px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #E5E5E5;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 16px;
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
	color: #333;
	padding-left: 170px;
	_padding-left: 140px;
}
#Pie ul#Menu li {
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 5px;
	padding-left: 5px;
}
#Pie ul#Menu li a {
	text-decoration: none;
	color: #06C;
}
#Pie ul#Menu .ultimo {
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Pie #siteseal {
	float: left;
	margin-left: 40px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#Pie #CopyRights {
	width: 680px;
	font-size: 9px;
	color: #999;
	float: left;
	margin-left: 10px;
	margin-top: 25px;
}
#Pie img#Logo {
	float: left;
	margin-top: 15px;
}
