﻿body {
}

.noticia-item
{
    margin-bottom: 10px;
    display: table;
    table-layout: fixed;
}

.noticia-item .h-titulo-conteudo
{
    margin-top:0px;
}

.noticia-item img
{
    margin-bottom:10px;
}

.grayscale
{
    filter: grayscale(80%);    
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.grayscale:hover
{
    filter: grayscale(50%);    
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier *
}

.copyright
{
    text-transform:uppercase;
}
