
/*
	--- Versionamento ---
	15/02/2018 - Thais - Primeira versão
		26/02/2018 - Andrey - Tirei a margin-top do <P id='rodape'> 
	--- Fim Versionamento---
*/
	
	
#rodape{
	margin-top: 0px;
	background-color: #000;
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	position: relative;
	bottom:0;
	margin-bottom: 0px;
}


@media print{
	
	#rodape{
		display: none;
	}

}
