@charset "utf-8";

/** CSS del footer **/
#footer {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #ccc;
	padding:1.5em 0 2em 0 !important;
	color:#666;
	text-align:center;
	margin-top:2em;
	clear: both;
	}
	
#footer p {margin:4px 0;padding:0;}
#footer a {color: #666;}
#footer ul {margin:0;padding:0;}
#footer ul li {display:inline;border-left:1px solid #999 !important;padding:0 0.2em 0 0.4em !important;}
#footer .first {border-left:none !important;}
