﻿.box_noticia
{
    width: 100%;
    overflow: hidden;
    padding: 10px 0px;
    position: relative;
    border-bottom: solid 1px #fff;
}

#box_sidebar .box_noticia:first-child
{
    border-top: solid 1px #fff;
}

.box_noticia:hover
{
    opacity: 0.3;
}

.box_noticia .box_noticia_data
{
    font-size: 10px;
}

.box_noticia .box_noticia_title
{
    font-weight: bold;
}

.box_noticia .box_noticia_img
{
    width: 80px;
    height: 45px;
    display: inline-block;
    overflow: hidden;
}

.box_opiniao .box_noticia_img
{
    width: 40px;
    height: 46.8px;
    display: inline-block;
    overflow: hidden;
}

.box_noticia .box_noticia_img img
{
    width: 100%;
}

.box_opiniao .box_noticia_img img
{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.box_noticia .box_noticia_content
{
    width: 185px;
    height: 45px;
    padding-left: 10px;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
}

.box_opiniao .box_noticia_content
{
    width: 227px;
    height: 46.8px;
    padding-left: 10px;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
}