/*FOOTER*/
#footer{
	font-size:9px;
	clear:both;
	padding: 0 0 20px;
	text-align:center;
	margin: -40px 0 0;
}

/*Footer Links*/
#footer a{	color:#000;}
#footer a:hover{}

/*Footer P y lista*/
#footer ul{
	width: 800px;
	margin: auto;
	line-height: 1em;
	list-style: none;
	text-align: right;
}
#footer li{
	border-left: 1px solid #000;	padding: 1px 1%;
	display:inline;
}
#footer li:first-child{ border:0;}
