/* =Gerais
-----------------------------------------------------------------------------*/

.noticias {
	overflow: hidden;
	zoom: 1;
}

p.bt_bg_branco {
	float: right;
}

.titulo_noticias p.bt_bg_branco {
	float: right;
	margin-top: -12px;
}

.coluna_noticia {
	margin-top: 10px;
	float: left;
	width: 610px;
}

.coluna_noticia img {
	float: left;
	margin: 0 15px 10px 0px;
	clear: right;
}

.coluna_noticia p {
	line-height: 16px;
	margin-bottom: 20px;
	font-size: 12px;
}

/* =Listagem de Posts
-----------------------------------------------------------------------------*/

.listagem_posts_noticias .post_noticia 
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.listagem_posts_noticias h4 {
	color: #126da6;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
}

.listagem_posts_noticias h3 
{
    color: #021a4a;
    font-size: 15px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	height: auto;
	clear: both;
	display: block;
}

.listagem_posts_noticias .texto p {
	line-height: 14px;
	margin-bottom: 12px;
}

.listagem_posts_noticias .texto a,
.listagem_posts_noticias .texto a:visited {
	color: #323232;
	text-decoration: underline;

}

.listagem_posts_noticias .texto em 
{
    font-style: italic;
}

.listagem_posts_noticias .texto a:hover {
	text-decoration: none;
}

.listagem_posts_noticias .texto img.lft 
{
    float: left;
    margin-right: 10px;
}

.listagem_posts_noticias .texto img.rght 
{
    float: right;
    margin-left: 10px;
}

.listagem_posts_noticias .texto ul 
{
    list-style-type: disc;
    padding-left: 10px;
    margin-left: 20px;
}

.listagem_posts_noticias .texto ol 
{
   list-style-type: decimal;
   padding-left: 10px;
   margin-left: 20px; 
}

.listagem_posts_noticias .texto ol li, 
.listagem_posts_noticias .texto ul li 
{
    margin-bottom: 10px;
}

/*
.listagem_noticias p.bt_leia_mais {
	float: right;
	background: url(img/botoes/bg_leia_mais_fundo_escuro.gif) no-repeat 0 0;
	margin-top: 10px;
}
*/


/* =Integra - antiga revisar se a organizacao.
-----------------------------------------------------------------------------*/

.titulo_noticias {
	overflow: auto;
	zoom: 1;
	padding-top: 12px;
	margin-bottom: 10px;
}

.titulo_noticias h3 {
	float: left;
	font-size: 17px;
	color: #021a4a;
}

.coluna_noticia ul.com_bullet li
{
	margin-bottom: 10px;
}

.outras_noticias {
	float: right;
	width: 338px;
}

.outras_noticias li {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}

.outras_noticias li div {
	height: 120px;
	width: 287px;
	float: right;
	background-color: #eff4f6;
	padding: 15px 12px 15px 17px;
}

.outras_noticias li.ativa p.bt_leia_mais {
	float: right;
	background: url(img/botoes/bg_leia_mais.gif) no-repeat 0 0;
	margin-top: 10px;
}

.outras_noticias li.ativa {
	background: url(img/seta_noticia_ativa.gif) no-repeat center left;
}

.outras_noticias li.ativa div {
	border: 3px solid #aecfdc;
	background-color: #fff;
	width: 281px;
	height: 114px;
}

/* =Listagem Geral
-----------------------------------------------------------------------------*/

.coluna_listagem{
    width: 630px;
}

.listagem_geral{
    clear: both;
    margin-bottom: 20px;
}


.listagem_geral li {
    overflow: hidden;
    zoom: 1;
    padding-bottom: 15px;
}

.listagem_geral li div {
    padding: 15px 20px;
}

.listagem_geral li.par{
    background: #eff4f6;
}

.listagem_geral p.bt_leia_mais{
	background: url(img/botoes/bg_leia_mais.gif) no-repeat 0 0;
}

.listagem_geral li.par p.bt_leia_mais{
	background: url(img/botoes/bg_leia_mais_fundo_escuro.gif) no-repeat 0 0;
}

/*retirar este codigo abaixo depois*/

.paginacao {
	width: 301px;
	height: 34px;
	overflow: hidden;
	float: right;
}

.paginacao ul {
	margin-top: 0px;
}


