/** MODIFICACIONES ACTUALIDAD **/

.news-wrapper{
    position: absolute;
    z-index: 500;
    width: 940px;
    top: 250px;
    height: 1050px;
    
}

.float-news{
    float: left;
    width: 530px;
    margin-top: 33px;
}

.sep-line-news{
    float: left;
    height: 2px;
    width: 430px;
    background-color: #FFFFFF;
    margin-top: 24px;
    margin-left: 100px;
    
}

.oldnews-button{
    clear: both;
    padding: 12px 22px;
    border-radius: 3px;
    background: #e85701;
    color: white !important;
    width: auto;
    outline: none; 
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}

.oldnews-button:hover{
    background: #F36F21;
    transition: 0.4s;
}

.oldnews-button:not(:hover){
    background: #e85701;
    transition: 0.4s;
}

.widget-twitter{
    width: 380px;
    position: absolute;
    right: 12px;
}