/* =============================================================================
---------------------------------- NEWS ----------------------------------------
=============================================================================== */

#news-frame .frame-splited{
    margin-top: 5px;
}
#news-frame .gallery{
    padding-bottom: 10px;
}
#news-frame .gallery-item{
    padding-right: 10px;
}
#news-frame .gallery-item img{
    margin: 10px 0 5px 0;
}
#news-frame .gallery-item p{
    margin-top: 5px;
}
#news-frame .gallery-item .title{
    font-size: 16px;
}
#news-frame .gallery-item .brief{
    font-size: 14px;
}
#news-frame .news-brief-container{
    height: 1%;
    overflow: hidden;
}
#news-frame .news-brief-container img{
    float: left;
    margin: 0;
    margin-right: 10px;
}
#news-frame .news-brief-link{
    display: block;
    height: 65px;
    width: 300px;
    padding: 8px 0;
    margin-right: 10px;
    border-bottom: 4px solid #aaa;
    color: black;
}
#news-frame .news-brief-link.last{
    border: none;
}
#news-frame .news-brief-link:hover{
    color: #ad3333;
}
#news-frame .gallery-button-container{
    float: right;
}
#news-frame .frame-content{
    padding-top: 0;
}
#news-frame .gallery{
    padding-bottom: 0;
}
#news-frame .frame-content .more-news{
    color: #333333;
    text-align: right;
    display: block;
    background: url(/images/frontend/black-arrow.png) right 2px no-repeat;
    padding-right: 15px;
    font-size: 11px;
    font-style: italic;
}
.inmuebles #news-frame .frame-content .more-news{ color: #00629E; background-image: url(/images/frontend/inmuebles/arrow.png)}

#news-frame.articles .gallery-item {
    padding: 10px 0 12px;
    border-bottom: 2px solid #c3c3c3;
    float: none;
}
#news-frame.articles .gallery-item.last {
    border-bottom: none;
}
#news-frame.articles .news-title {
    font-size: 13px;
    color: #00629d;
    font-weight: bold;
}
#news-frame.articles .news-date {
    font-size: 11px;
    color: #666;
    font-weight: bold;
}
#news-frame.articles .news-brief {
    font-size: 12px;
    color: #333;
    font-weight: regular;
    margin-top: 0;
}