/* News del Home */
td {
    overflow : hidden ;
}

a.a_news {
    font-size : 0.9em ;
    font-weight : bold ;
    color : #101010 ;


}

a.a_news:hover {
    background : #101010 ;
    color : #ffffff ;
}

#title_news {
    font-family : Tahoma, Arial, sans-serif ;
    font-size : 2.3em ;
    color : #101010;
    margin: 0;
    padding: 0;
    float:left;
}

#overtitle_news {
    text-align:right;
    margin : 0;
    padding : 0;
    margin-top : 20px;
    float : right;x
}

#column-right {
    margin-bottom : 50px ;
}

.main_title_news {
    margin : 0 ;
    padding : 0 ;
}

.blur{
    background-color: #ccc; /*shadow color*/
    color: inherit;
}

.shadow,
.title{
    position: relative;
    bottom: 2px;
    right: 2px;
}

.title a {
    color : white ;
}

.title a:hover {
    color : black ;
    background-color : white ;
}

.shadow{
    background-color: #666; /*shadow color*/
    color: inherit;
}

.title {
    font-family : Arial, sans-serif ;
    font-size: 1.1em ;
    background-color: #000; /*background color of content*/
    color: #fff; /*text color of content*/
    border: 1px solid #000; /*border color*/
    padding: 0.3em;
    padding-left: 0.5em;
}

.news_post_body {
    font-size : 0.9em ;
    margin-top : 1em ;
}

.post-img a:hover {
    background-color : white ;
    
}
