#rodape{
	background-color: #e5e6e7;
	padding-top: 20px;
}
#rodape .container{
	padding-bottom: 25px;
	width: 1024px !important;
}
#rodape .titulo{
	color: #666666;
	font-size: 15px;
	font-family: Open Sans;
	margin-bottom: 5px;
}
#rodape ul{
	padding-left: 0;
	list-style: none;
}
#rodape ul li{
	color: #666666;
	font-size: 13px;
}
#rodape .formulario input,
#rodape .formulario textarea{
	width: 100%;
	background-color: #d1d2d4;
	border:1px solid #bcbdbf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 7px;
	margin-bottom: 5px;
	font-family: Open Sans;
	font-size: 13px;
}
#rodape .formulario textarea{
	height: 116px;
}
#rodape .formulario .btn{
	background-color: #d1d2d4;
	border:1px solid #bcbdbf;
	width: 100%;
	font-size: 13px;
	font-family: Open Sans;
}
#rodape #barra-footer{
	background-color: #d1d2d4;
	padding:11px 0;
	height: 55px;
}
#rodape #barra-footer li{
	display: inline;
}
#rodape #barra-footer img{
	float: left;
}
#rodape #barra-footer ul{
	border-left: 1px solid #666;
	float: left;
	margin-left: 18px;
	padding: 6px 0;
	margin-bottom: 0;
}
#rodape #barra-footer ul li{
	text-transform: uppercase;
	font-size: 15px;
	margin:0 20px;
	padding: 6px 0;
}
#rodape #barra-footer .container{
	padding-bottom: 0;
}