.titulo_noticia
{
	color: #272726;
	/* font-weight: bold; */
	font-size: 20px;
	margin-bottom: 20px;
	font-family: FuturaStdBook;
}

.texto_noticia
{
   color: #272726; 
   font-size: 16px;
   font-family: ArialNarrow;
   text-align: justify;
}

.link_saiba_mais
{
    padding-left: 39px;
	/*background-position: 90% 50%;
	background-repeat: no-repeat;
	background-image: url( '../img/bt/botao_saiba_mais_noticia.png' );*/
}
/* caixinha cinza com uma flechinha, dentro dos quadros */
.saiba_mais
{
    display: block;
}


.saiba_mais a
{
	display: block;
}

.content_noticia {
    padding: 35px 39px 35px 47px;
    background-color: #d8d7ce;
    margin-left: 3px;
}

.content_noticia table tr td{
    
    /* margin-right: 4px; */
    /* float: right; */
    /* width: 69%; */
    vertical-align: middle;
    padding-right: 0px;
    min-width: 91px;
}


.news1 {
    clear:both;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.news1 .fotoNoticia {
    width:45%;
    float:left;
}

.news1 .tituloNoticia {
     width:47%;
     float:right;
}
.news1 .corpoNoticia {
    width:47%;
     float:right;
}
   
.news2 {
    clear:both;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.news2 .fotoNoticia {
    width:100%;
}

.news2 .tituloNoticia {
     width:100%;
}
.news2 .corpoNoticia {
    width:100%;
}

.news3 {
    clear:both;
    margin-top: -8px;
    padding-top:8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    
}

.news3 .fotoNoticia {
    width:100%;
}

.news3 .tituloNoticia {
     width:100%;
}
.news3 .corpoNoticia {
    width:100%;
}
a{
    text-decoration:none;
    color: #282828;
}

a:hover{
    /*text-decoration:underline;*/
    color: #FF8B4C;    
}
