/*NOTICIAS*/
#cssNoticias
{
    list-style			: none;
    margin				: 0px;
    padding				: 0px;
}
    
#cssNoticias li
{
    float				: left;
    width				: 200px;
    height				: 100%;
    margin				: 10px;
        
}
    
.liImagem
{
    width               : 200px;
    height              : 150px; 
    background-position : center center;
    background-repeat   : no-repeat;
}

#cssNoticias li .noticiaTitulo {
	color				: #666666;
	font-size			: 13px;
}

#cssNoticias li .noticiaSubTitulo {
	color				: #666666;
	font-size			:12px;
}

#cssNoticias li .noticiaTexto {
	color				: #666666;
	font-size			: 11px;
	line-height			: 14px;
	max-height			: 44px;
}
/*NOTICIAS*/

/*NOTICIA*/
#imagemNoticia {
	float				: left;
	margin				: 0 25px 25px 0 ;
	max-width			: 200px;
}
/*NOTICIA*/