/*************************
**** CONTEUDO
*************************/
#col_esq h3.titulo,
dl#lista_noticias dt{
	background:url(../../images/front/noticias_exibicao/titulo.gif) top left no-repeat;
	display:block;
	width:732px;
	height:20px;
	float:left;
	font-size:12px;
	font-weight:bold;
	text-indent:30px;
	padding-top:2px;
}
#col_esq h4{
	min-height:50px;
	width:732px;
	min-height:50px;
	line-height:25px;
	
}
/*************************
**** Noticia
*************************/
dl#noticia {
	float:left;
	display:block;
	margin-top:5px;
}
dl#noticia dt,
dl#noticia dt+dd{
	color:#a13c35;
}
dl#noticia dt{
	font-size:20px;
	font-weight:bold;
	display:block;
	float:left;
	width:400px;
	line-height:25px;
	height:auto;
	padding:0;
}
dl#noticia dt+dd {
	display:block;
	float:right;
	width:125px;
	height:15px;
	font-size:12px;
	font-style:italic;
	clear:both;
	margin-top:-15px;
}
dl#noticia dd.conteudo{
	width:732px;
	display:block;
	float:left;
	margin-top:10px;
	padding-top:10px;
	border-top:5px solid #ebebeb;
	font-size:12px;
	line-height:14px;
	text-align:justify;
}
dl#noticia dd.conteudo img{
	float:right;
	margin:0 0 5px 20px;
}
/*************************
**** Lista de Noticias
*************************/
dl#lista_noticias{
	padding-bottom:25px;
}
dl#lista_noticias dt{
	margin:25px 0 25px 15px;
}
dl#lista_noticias dd{
	clear:both;
	margin:0 0 0 25px;
	font-size:12px;
	border-bottom:1px dotted #afaeae;
	padding:5px 0 5px 0;
	height:14px;
}
	dl#lista_noticias dd a{
		color:#595858;
		display:block;
		float:left;
		text-indent:15px;
		background:url(../../images/front/noticias/bullet_v.gif) 0 2px no-repeat;
		width:675px;		
	}
	dl#lista_noticias dd:hover a.detalhes{
		font-weight:bold;
	}
	dl#lista_noticias dd a.detalhes{
		float:right;
		background:none;
		color:#a13c35;
		width:85px;
		margin-top:1px;
		text-indent:0;
	}
