/*******************************************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%;
    margin-top: 10px;
}

.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: 50%;
  }

  .powered p {
    text-align: right;
  }
}
