main .notas h3 {
    font-weight: 300;
}

main .notas .nota h4 {
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
    font-weight: 300;
}

main .notas .nota h4 span {
    background:#fff;
    padding:0 10px;
}

main .novedades .novedad .imagen img {
    max-height: 250px;
}

main .novedades .novedad .descripcion h6 {
    font-weight: 200;
}

main .novedades .novedad .descripcion p {
    font-size: 0.8rem;
    font-weight: 400;
}

main .novedades .novedad .descripcion a {
    color: #ef6020;
    font-weight: 400;
}