
/* NEWS */
a.blue-link{color:#3C9ADA;}

.news_row{
    margin-left:0px;
    margin-right:0px;    
}
ul.news{
    list-style-type:none;    
    padding:0;
}
ul.news li{
    /*font-size:12px;*/
    border-bottom:1px solid rgb(128,128,128); 
    padding:20px 0;
    /*line-height:16px;*/
}
ul.news li:first-child{
    padding-top:0
}
ul.news span{
    display:block;
}
ul.news span.desc{
    margin-top:5px;
}
ul.news span.date{
    font-size:12px;
}
ul.news span.title{
    font-weight:700;
}
ul.news a.link{
    display:inline-block;
    cursor:pointer;    
}
ul.news a:hover{text-decoration:none;}
.noticia img {
    display: block;
    max-width: 100%;
    height: auto;
}

.news-toolbar:hover{text-decoration:none; background-color:#737373; color:#fff;}
.news-toolbar{
    margin-bottom:10px;
    color:#fff;
    display:block;
    background-color:rgb(166,166,166);
    padding:10px 10px 40px;
    text-align:right;
}
.inactive{background-color:rgb(220,220,220);}
.inactive:hover{background-color:rgb(220,220,220);}