@charset "utf-8";
/* CSS Document */
#pie {
	padding: 5px 0px 5px 0px;
	clear: both;
	font-size: 10px;
	width: 965px;
	margin: 5px auto 5px auto;
}
#pie table {
	border-top: solid #cccccc 1px;
	width: 100%;
	margin:auto;
}
#pie td {
	color: #858383;
	font-size: 10px;
	text-align: center;
}
#pie .menuPie {
	width: 100%;
	margin:auto;
}
#pie .menuPie td {
	padding: 7px;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #00446C;
}
#pie .derechos {
	text-align: centert;
}
#pie .derechos a {
	text-decoration: none;
	color: #858383;
}
#pie .derechos a:hover {
	text-decoration: underline;
}
