#pie {
	padding: 20px 10px 10px;
	background: #fff;
	color: #333;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.4em;
}
#pie strong {
	color: #C00;
}
#pie a {
	text-decoration: none;
	color: #C00;
}
#pie a:hover {
	text-decoration: underline;
}
div.hrpie {
 	padding: 0 0 8px;
 	height: 1px;
 	background: #fff url(http://cfp.cervantes.es/imagenes/image/comunes/hr_ccc.gif) repeat-x 0 top;
}