@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background:#212121;
}
#aling_tabela{
	margin-top:80px;
}
#titulo_tabela{
	background:#F00;
	color:#FFF;
}
.color_text{
	background:#333;
	color:#CCC;
}
.creditos{
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	font-size:12px;
	color:#CCC;
	margin-top:10px;
}

