.widget .noticia .dashboard_line .titulo {
	background-color: inherit;
}

.widget .noticia .sidebar_line .seccao {
        color: #CCCD33;
        font-weight: bold;
}

.widget_dashboard .noticia .dashboard_line .titulo {
	background-color: inherit;
}

.widget_dashboard .noticia .dashboard_line .seccao {
        color: #CCCD33;
        font-weight: bold;
}

.front_page .ultimas_noticias li  { 
    background: none;
    padding: 5px 0;
    margin: 0;
}

.noticia .line {
//	border-bottom: #eeeeee 1px solid;
//	margin-top: 10px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border:1px solid #AAAAAA;
    margin-bottom:10px;
    padding:5px;
}

.noticia .line:hover 
{ 
    background-color: #EEEEEE;
 }

.noticia .line .seccao {
	color: #CCCD33;
	font-weight: bold;
}

.noticia .line .titulo a {
	font-size: 14px;
	font-weight: bold;
}

.noticia .imagem {
	float:left;
	margin-right: 10px;
}

.noticia .line .ver_mais {
	text-align: right;
}

.noticia .line .resumo {
	font-size: 11px;
	text-align: justify;
}

.noticia .line .resumo p {
	margin-bottom: 0px;
}

.noticia .full .imagem {
	float: left;
	margin-right: 10px;
}

.noticia .full .seccao {
	color: #CCCD33;
	font-weight: bold;
}

.noticia .full .resumo {
	color: #888888;
}

.noticia .full .publicado {
	float: right;
	color: #999999;
	font-size: 10px;
	font-style: italic;
}

.noticia .full .corpo {
	clear: both;
	font-size: 12px;
}

.noticia .full .legenda,
.noticia .full .seccao
{
	color: #999999;
	font-size: 11px;
}

.noticia .full .titulo h1 {
	font-size: 20px;
	font-weight: bolder;
}

.noticia .full .pretitulo {
	margin: 10px;
}


.uelineLink  { 
    float: right;
}


.noticia .dashboard_line  .pretitulo { 
    font-size: 90%;
}
