#paginas ul.lista_noticias {
	display: block;
	float: left;
	width: 755px;
	margin-bottom: 10px;
	list-style-type: none;
}
#paginas ul.lista_noticias li {
	width: 755px;
	height: 20px;
	float: left;
	line-height: 17px;
	!line-height: 18px;
}
#paginas ul.lista_noticias li span {
	font-size: 8pt;
	font-family: arial, verdana;
	color: #668DB7;
	font-weight: bold;
}
#paginas .mensagem_busca {
	border: 1px dashed #DDD;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#paginas .mensagem_busca p {
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
	color: #666;
}
#paginas ul.lista_noticias li a {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	margin-left: 5px;
	color: #000;
	text-decoration: none;
}
#paginas ul.lista_noticias li a:hover {
	text-decoration: underline;
}
#paginas h3 {
	display: block;
	font-size: 16pt;
	font-family: georgia, "Lucida Sans Unicode", arial, helvetica;
	color: #95C7EC;
	border-bottom: 3px solid #95C7EC;
	margin: 10px 10px 10px 0;
}
#paginas span.setor {
	display: block;
	color: #999;
	font-size: 13pt;
	margin: 0 10px 10px 0;
}
#paginas span.setor a {
	font-size: 9pt;
	color: #1B72C3;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#paginas span.setor a:hover {
	text-decoration: underline;
}
#paginas h4 {
	display: block;
	font-size: 17pt;
	font-family: "Lucida Sans Unicode", arial, helvetica;
	margin: 0 10px 5px 0;
}
#paginas h5 {
	display: block;
	font-size: 11pt;
	font-family: "Lucida Sans Unicode", arial, helvetica;
	margin: 0 10px 10px 0;
	color: #999;
}
#paginas h6 {
	display: block;
	font-size: 10pt;
	font-family: "Lucida Sans Unicode", arial, helvetica;
	margin: 0;
	line-height: normal;
	text-transform: capitalize;
}
#paginas h6 span {
	color: #5689B8;
	font-weight: bold;
}
#paginas #uteis {
	display: block;
	border-top: 1px dotted #DDD;
	border-bottom: 1px dotted #DDD;
	height: 26px;
	line-height: 26px;
	margin: 0 10px 15px 0;
	list-style-type: none;
}
#paginas #uteis span {
	float: left;
	color: #BBB;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
}
#paginas #uteis a {
	display: block;
	float: right;
	width: 22px;
	height: 26px;
	background: url("../imagens/uteis.png") 0 1px no-repeat;
	text-align: center;
	color: #000;
	font-size: 8pt;
	font-family: tahoma;
	text-decoration: none;
	margin-left: 3px;
}
#paginas #uteis a:hover {
	background: url("../imagens/uteis.png") 0 -23px no-repeat;
}
#paginas #uteis a:active {
	background: url("../imagens/uteis.png") 0 -47px no-repeat;
}
#paginas #texto {
	display: block;
	width: 755px;
	/* font-size: 11pt; */
	font-family: "Lucida Sans Unicode", arial, helvetica;
	margin-bottom: 20px;
}
#paginas .tags {
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}
#paginas .tags a {
	color: #1B72C3;
	text-decoration: underline;
	text-trasform: lowercase;
}
#paginas .tags a:hover {
	text-decoration: none;
}
#paginas #imagens ul {
	display: block;
	list-style: none;
	float: left;
	width: 756px;
	margin-top: 20px;
}
#paginas #imagens ul li {
	float: left;
	margin: 0 3px 5px 2px;
}
#paginas #imagens ul li a {
	display: block;
	float: left;
	padding: 2px;
	border: 2px solid #B5D8F2;
	background: #FFF;
}
#paginas #imagens ul li a:hover {
	border-color: #56A4E0;
	background: #EAF3FB;
}
#paginas #imagens ul li a img {
	width: 113px;
	height: 76px;
	float: left;
}
#paginas #imagens span.galeria {
	display: block;
	font-size: 9pt;
	font-family: arial, helvetica;
	font-weight: bold;
	margin: 0;
	line-height: normal;
	text-transform: capitalize;
	color: #5689B8;
}
#paginas #imagens span.galeria a {
	color: #000;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", arial, helvetica;
	font-weight: normal;
	font-size: 10pt;
}
#paginas #imagens span.galeria a:hover {
	color: #666;
	text-decoration: underline;
}