#footer {
	background-color: #CCC;
	background-image: url(fondo-pie.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
}
#footer ul {
	font: 10px Verdana, Geneva, sans-serif;
	color: #666;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	margin-bottom: 10px;
}
#footer li {
	display: inline;
	margin-right: 10px;
	list-style-type: square;
}
#footer a {
	font: 10px Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
