/*******************************************Final do rodapé ***********************/
.rodape {
	width: 100%;
	/*background: #5e4b3c;*/
    background: #000;
	padding-top: 10px;
	position: relative;
    float:left;
}
	.rodape a {
		text-decoration: none;
	}

.powered,
.copyright {
   width: 100%;
   text-align: left;
}

.powered {
  color: #fff;
	float: right;
}
	.powered a {
		color: #fff;
	}


.copyright {
	position: relative;
	float: left;
	color: #fff;
}

/* css para tablets */
@media (min-width: 44em) {
  .powered,
  .copyright {
     width: 50%;
  }

  .powered {
    text-align: right;
  }
}
