

/* NOTÍCIAS */
	
.div_banco {
	width:50%;
	float:left;
}

.noticia_categoriaedata_g {
	font-size: 14px;
	font-weight: bold;
}

.noticia_categoriaedata_m {
	font-size: 12px;
	font-weight: bold;
}

.noticia_categoriaedata_p {
	font-size: 11px;
	font-weight: bold;
}

.noticia_titulo_g {
	font-size: 24px;
	color: #5f5f5f;
	font-weight: bold;
	margin-bottom: 20px;
}

.noticia_titulo_g a {
	color: #5f5f5f;
}

.noticia_titulo_g a:hover {
	color: #da251c;
}

.noticia_titulo_m {
	font-size: 18px;
	color: #5f5f5f;
	font-weight: bold;
	margin-bottom: 10px;
}

.noticia_titulo_m a {
	color: #5f5f5f;
}

.noticia_titulo_m a:hover {
	color: #da251c;
}

.noticia_titulo_p {
	font-size: 16px;
	color: #5f5f5f;
	font-weight: bold;
	margin-bottom: 5px;
}

.noticia_titulo_p a {
	color: #5f5f5f;
}

.noticia_titulo_p a:hover {
	color: #da251c;
}


.noticia_olho_g {
	font-size: 16px;
	font-style: italic;	
	font-weight: bold;
	margin-bottom: 15px;
}

.link_leiamais {
	text-decoration: underline;
	font-weight: bold;
	
}

.link_leiamais:hover {
	text-decoration: underline;
}



.imagens_noticia_g {
	float: right;
	margin-left: 20px; 
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 11px;
	width: 275px;
	text-align:left;
}

.imagens_notícia_p {
	float: right;
	margin-left: 10px; 
	margin-bottom: 20px;
	margin-top: 0px;
	width: 100px;
}

