div#footer_contents
{
	margin: 10px 30px 0 30px;
}

div#footer_contents hr
{
	border: none;
	border-top: 2px groove #444;
	height: 0;
}

div#footer_contents a, div#footer_contents a:visited, div#footer_contents a:link
{
	padding: 4px 0 4px 20px;
	font-size: 12px;
	line-height: 20px;
	color: #777;
	text-decoration: none;
	background-image: url(../img/css_footer_link.png);
	background-position: left center;
	background-repeat: no-repeat;
}

div#footer_contents a:hover, div#footer_contents a:active, div#footer_contents a:focus
{
	color: orange;
	text-decoration: none;
	outline:0;
}

div#footer_map_web
{
	float: left;
	width: 40%;
}

div#footer_map_user
{
	float: left;
	width: 29%;
}

div#footer_web_tech
{
	float: left;
	width: 29%;
}

span.footer_titulo
{
	color: #315a5d;
	font-size: 12px;
	font-weight: bold;
}

div#footer_copyright
{
	clear: both;
	border-top: 2px groove #444;
	overflow: hidden;
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
	color: white;
}

div#footer_copyright a, div#footer_copyright a:visited, div#footer_copyright a:link
{
	color: #777;
	text-decoration: none;
}

div#footer_copyright a:hover, div#footer_copyright a:active, div#footer_copyright a:focus
{
	color: orange;
	text-decoration: none;
	outline:0;
}