/*  MENU DE IDIOMAS     */
a.idioma_sel , a.idioma{
    background-color: #055880;
    }
    
a.idioma_sel{
    background-color: #fff;
    border: 1px solid #055880;
    color: #055880;
    }
/*  FINAL MENU DE IDIOMAS     */

ul, ul li{
    color: #000;
    }
    
ul.descargas li{
    list-style: none;
    font-weight: bold;
    color: #516e7e;
    height: 60px;
    }
    
ul.descargas li ul li{
    background: url(../images/pdf.gif) no-repeat #fff;
    display: inline;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #000;
    }

ul.descargas li ul li a,
ul.descargas li ul li a:visited{
    color: #000;
    }

ul.descargas li ul li a:hover{
    color: #055880;
    font-weight: bold;
    }

ul.descargas li ul li a{
    padding-left: 14px;
    padding-right: 0px;
    }
    
p.tras_h2{
    margin: 0;
    padding: 0;
    }
    
h1.titulo_pagina span{
    color: #055880;   
    }
    
div#menu_superior{
    background: url(../images/menu/fnd_nav_1_new.gif) repeat-x #fff;
    height: 53px;
    }
