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

.titulonoticia {
	margin: 5px;
	width: 500px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	clear: both;
}
.datanoticia {
	margin: 5px;
	width: 500px;
	font-size: 10px;
	color: #ccc;
	clear: both;
}

#pag-noticias {
	margin: 5px;
	width: 550px;
	padding-left: 217px;
}

.botoes {
	margin: 5px;
	float: left;
}

.clear {
	clear: both;
}
