.tx_noticias {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: 21px;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #666666;
        text-align: justify;
}

a:link {
 text-decoration: none;
 color : #666666;
 background-color: none;
}

a:active {
 text-decoration: none;
 color : #666666;
 background-color: #CCCCCC;
}

a:visited {
 text-decoration: none;
 color : #666666;
 background-color: none;
}
        
a:hover {
 text-decoration: none;
 color : #666666;
 background-color: #CCCCCC;
}