@charset "utf-8";
/* CSS Document */


#geral-recados {
	width:900px;
	float:left;
	background-color:#fff;
	padding-bottom:50px;
	clear:both;
}

.box-maior-recados {
	width:800px;
	height:auto;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:50px;
	background-color:#fff;
}


.recados {
	width:600px;
	margin:30px 100px 150px 100px;
	text-align:left;
	background-color:#FFF;
	float:left;
	clear:both;
}


.paginacao {
	margin:20px 0px;
	padding:10px 20px;
	float:left;
	background-color:#fff;
}






