@charset "iso-8859-1";
/* CSS Document */

/*------------ RODAPÉ --------------*/



#rodape{
	width: 90%;
	height: 200px;
	clear: both;
	background-color: #333333;
	padding-left: 5%;
	padding-right: 5%;
	display: block;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#creditos {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #FFF;
	display: block;
	text-align: center;
	line-height: 25px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
