@charset "utf-8";
/* CSS Document */

#footer {
	width: 100%;
	height: 130px;
	background-color: #0061AA;
	position: absolute;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	z-index: 3000;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
}
#footer_content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 90px;
	width: 940px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}#footer_content ul {
	list-style-type: none;
	float: left;
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer_content ul li ul {
	clear: left;
	float: none;
	margin: 0px;
}
#footer_content ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
}
#logo_footer {
	float: right;
}
#footer_content #footer_links {
	display: inline-block;
	height: auto;
	width: auto;
	float: left;
	margin-top: -10px;
}

#legales_footer {
	height: auto;
	width: 940px;
	margin-top: 30px;
	padding-top: 25px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
#container #footer #footer_content #footer_contact {
	float: left;
	height: auto;
	width: auto;
	margin-right: 50px;
	padding-right: 50px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}
