
#noticias
{
    font-family: verdana;
    font-size: 12px;
}

#noticias .header
{
    
    background-image: url(../images/news_title.png);
    background-repeat: no-repeat;    
    
    height: 89px;
    width: 670px;
}

#noticias .header .filter_equipos_primera
{
    padding-top: 10px;
    margin-left: 90px;
}

#noticias .header .filter_equipos_primera img
{
    margin-right: 3px;
    border: 0px;
}

#noticias .header .filter_equipos_segunda
{
    margin-top: 3px;
    margin-left: 65px;
}

#noticias .header .filter_equipos_segunda img
{
    margin-right: 2px;
    border: 0px;
}

#noticias .header .filter_categorias
{
    margin-top: 3px;
    margin-left: 55px;
    text-transform: uppercase;
    
}

#noticias .header .filter_categorias a
{
    font-size: 10px;
    text-decoration: none;
    color: silver;
    border-right: 1px solid silver;
    padding-right: 4px;
}

#noticias .header .filter_categorias a:hover
{
    text-decoration: underline;
}


/*
#noticias .filter
{
    width: 670px;
    background-image: url(../images/news_content.png);
    background-repeat: repeat-y;
    padding-left: 8px;
    padding-right: 8px;
}
*/

#noticias .list
{
    width: 670px;    
    background-image: url(../images/news_content.png);
    background-repeat: repeat-y;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

#noticias .list a
{
    font-weight: bold;
    color: #030421;
    text-decoration: none;
}

#noticias .list .section_date
{
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right:  10px;

    color: #3b531b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#noticias .list .ico
{
    vertical-align: bottom;
}

#noticias .list .info
{
    padding-top: 4px;
    padding-bottom: 10px;
    font-size: 10px;
    color: #848484;
    padding-left: 20px;
}

#noticias .list .comment
{
    padding-top: 4px;
    padding-bottom: 10px;
    font-size: 10px;
    color: #848484;
    text-align: right;
}

#noticias .list .comment a
{
    color: #848484;

}

#noticias .footer
{
    background-image: url(../images/news_footer.png);
    background-repeat: no-repeat;
    height: 18px;

}

#noticias .pagination
{
    width: 670px;
    background-image: url(../images/news_content.png);
    background-repeat: repeat-y;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.footer .pagination
{
    /*background-color: silver;*/
    padding-top: 2px;
}

.pagination
{
    text-align: center;
}

.pagination a
{
    font-family: verdana;
    font-size: 14px;
    color: #62c000;
    text-decoration: none;
}

.pagination img
{
    border: 0px;
}

.pagination a img
{
    border: 0px;
}

.pagination .actual_page
{
    color: #587a39;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
}


