#content .noticia {
    margin: 10px 0;
    margin-bottom:20px;
    padding: 5px;
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    height: 145px;
}
#content .noticia:hover {
    border: 1px solid #ccc;
    background: #F8F8F8;
}
#content .fotonoticia{
    float:left;
    width: 100px;
    padding: 10px;
}

#content .textonoticia {
    padding: 5px;
    text-align: justify;
}

#content .textonoticia * {
    line-height: 1.5em;
}

#content h2 {
}

#content p,#content ul {
    margin-bottom: 20px;
}

#content h3 {
    margin-bottom: 10px;
    font-size: 13px;
}

#content li {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-left: 20px;
    list-style: disc outside;
}

.stars {
    padding-bottom:16px;
    text-align:center;
}
.stars img {
    margin: 0 30px;
}
.fnoticia{
    color: #777;
    font-style: italic;
    margin: 5px 0;
    display: block;
}
