﻿#area_footer { 
	border-top: solid 1px #e3e3e3;
	position: absolute;
	width:100%; 
	height: 80px; 
	margin:0 auto;}

#area_rede {
	background: url(../../image/bar_f.png) no-repeat right center;
	float: left;
	width: 25%;
	text-align: center;
	padding-top: 8px;
	margin-top: 10px; }
	
#area_rede2 {
	float: left;
	width: 25%;
	text-align: center;
	padding-top: 8px;
	margin-top: 10px; }
	
#versao {
	font: normal 13px Montserrat;
	position: relative;
	width:100%; 
	height: 50px; 
	margin-top: 90px;
	text-align: center;
	color: gray; }
	




@media screen and (max-width:700px) {
		#area_footer {  }
}


@media screen and (max-width:480px) {
		#versao_left {margin-left: 40%;}
}