/*  LIST / DETAIL / DESTAQUES  */

#noticias_list .imagem,
#noticias_detail .imagem,
#noticias_block .imagem {
        float:left;
        padding:3px ;
		border:1px solid #c5cdc5;
		margin:0 5px 5px 0;
}

#noticias_destaque .imagem {
        float:left;
        padding:3px ;
		border:1px solid #c5cdc5;
		margin:0 0 5px 0;
}

#noticias_ttl {
    clear:both;
	text-transform:uppercase;
	background-image:url(../images/parceiros_ttl.jpg);
	background-repeat:no-repeat;
	height:36px;
	color:#6f7a6f;
	font-weight:bold;
	font-size:18px;
	padding-left:20px;
	margin-top:20px;
    }

#noticias_destaque a:link,
#noticias_destaque a:visited {
    width:100%;
    background-color:#c5cdc5;
	color:#6f7a6f;
	text-decoration:none;
    }

#noticias_destaque a:hover {
    width:100%;
    background-color:#c5cdc5;
	color:#828c82;
	text-decoration:none;
    }

#noticias_list #noticias_list_link a:link,
#noticias_list #noticias_list_link a:visited {
    width:100%;
    background-color:#c5cdc5;
	color:#6f7a6f;
	text-decoration:none;
    }

#noticias_list #noticias_list_link a:hover {
    width:100%;
    background-color:#c5cdc5;
	color:#828c82;
	text-decoration:none;
    }

#noticias_destaques_ttl {
	background-image:url(../images/not_destaques_ttl.jpg);
	background-repeat:no-repeat;
	height:36px;
	width:453px;
	color:#6f7a6f;
	font-weight:bold;
	font-size:18px;
	padding-left:20px;
    }

#noticias_block_ttl {
	background-image:url(../images/not_block_ttl.jpg);
	background-repeat:no-repeat;
	height:36px;
	width:192px;
	color:#6f7a6f;
	font-weight:bold;
	font-size:18px;
	padding-left:20px;
    }

#noticias_block_ttl a:link,
#noticias_block_ttl a:visited,
#noticias_block_ttl a:hover {
    width:100%;
	text-decoration:none;
    }

#noticias_block a:link,
#noticias_block a:visited {
    width:100%;
	color:#6f7a6f;
	text-decoration:none;
    }

#noticias_block a:hover {
    width:100%;
	color:#828c82;
	text-decoration:underline;
    }

#noticias_destaque {
	float:left;
    width:457px;
    }

#noticias_block {
	float:left;
    width:214px;
	text-align:right;
    }

#noticias_list .detalhe label,
#noticias_detail .detalhe label,
#noticias_destaque .detalhe label {
        font-weight:bold;
        font-size:14px;
}

#noticias_block .detalhe {
	border-bottom:15px solid #c5cdc5;
	padding-top:5px;
}

#noticias_destaque .detalhe {
    float:left;
	margin-left:5px;
}


#noticias_destaque .block {
    float:left;
	margin-left:5px;
	width:327px;
}
#noticias_destaque_link {
    clear:both;
    background-color:#c5cdc5; 
	height:15px;
	text-align:right;
	padding-right:3px;
}

#noticias_list_link {
    clear:both;
    background-color:#c5cdc5; 
	height:15px;
	text-align:right;
	padding-right:3px;
}


#noticias_list .detalhe div.texto,
#noticias_detail .detalhe div.texto,
#noticias_destaque .detalhe div.texto {
        font-size:12px;
}

#noticias_block .detalhe div.texto {
        font-size:10px;
}

#noticias_list hr,
#noticias_destaque hr,
#noticias_block hr {
        border:0px;
        clear:both;
}

#noticias_list .categorias {
        padding-bottom:10px;
		float:right;
}

#noticias_list ul.categorias {
        padding: 5px;
		padding-bottom:15px;
        margin: 0;
}

#noticias_list ul.categorias li {
        list-style-type: none;
        line-height:2em;
		float:left;
        margin: 0;
}
