/*******************************************Final do rodapé ***********************/
.rodapeCompleto {
  float: left;
  bottom: 0;
  width: 100%;
}
.rodape {
  background: #000;
  float:left;
	padding-top: 30px;
  padding-bottom: 30px;
	position: relative;
	width: 100%;
}

.rodape a {
  text-decoration: none;
}

.powered,
.copyright {
  text-align: left;
  width: 100%;
}

.powered {
  color: #fff;
	float: right;
}

.powered a {
  color: #fff;
}

.copyright {
	position: relative;
	float: left;
	color: #fff;
}

/* css para tablets */
@media (min-width: 1000px) {
  .powered,
  .copyright {
     width: 40%;
  }

  .powered p {
    text-align: right;
  }
}
@media (max-width: 1000px){
	.recl{
		
		margin:auto;
		text-align:center;
		
	}
	.recl img{
		padding-left:0px !important;
		padding-top:10px !important;
	}
}
