@charset "utf-8";
/* CSS Document */
.PieDePágina {
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	background-color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #00F;
	padding: 3px;
}
