#footer {
	clear: both;
	
	margin: auto; 
	padding: 0;
	width: 100%;
	min-height: 30px;
	height : auto !important;
	height: 40px;	
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	background-color: #EDEDED;
}


#footer p {
	text-align: center;
	color: #000066;
	margin: 0;
	padding: 0;
}

#footer ul{
	margin: 0;
	padding: 0;
}

#footer ul li{
	display: inline;
}
#footer ul li.bordo_footer{
	display: inline;
	border-left: 1px solid #00467F;
}

#footer ul li a, #footer ul li a:visited{
	padding: 2px 11px;
	text-decoration: underline;
}
#footer ul li a:hover {
	text-decoration: none;
}
