.destaNoticia {
    border-top: #bed6ec solid 1px;
    border-bottom: #bed6ec solid 1px;
    color: #396f87;
    background-color: hsla(255,100%,100%,0.3);
    cursor: pointer; 
}

.destaNoticia > i {
    color:#555;
}

.semDestaNoticia {
    background-color: transparent;
    color:#555;
    border-top: transparent solid 1px;
    border-bottom: transparent solid 1px;
}

.tb_noticia{
    border:1px solid #bed6ec;
    background: url(/imagens/layout/fundo-azulado.png) repeat-x;
    background-color:#dae7f9;
    -webkit-box-shadow: 1px 2px 10px #e8f3fc;
    -moz-box-shadow: 1px 2px 10px #e8f3fc;
    box-shadow: 1px 2px 10px #e8f3fc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size:11px;
}

.ft_noticia{
    border:1px solid #fff;
    background-position: center;
    background-repeat:no-repeat;
    background-color:#FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width:250px;
    height:120px;
    display:none;
}

#molduraFotoNoticia{
    border:1px solid #fff;
    background-color:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    -moz-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #CCC;
    padding:4px;
    width:250px;
    height:120px;
}

.foto{
    border:1px solid #ddd;

    background-color:white;
    margin:2px;
    padding:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width:60PX; height:60PX;
}
