/* CSS Document */
#rodape{
	background: #EFEFEF;
	height: 60px;
	display: flex;
	justify-content: center;
}

#rodape img {
	width: 50px;
	height: 50px;
	margin-top:5px;
}

#rodape p{
	margin-left: 10px;
	margin-top:15px;
	font-size: 12px;
	text-align: center;
}
