

#sidebar-tree .content
{
    padding-left:1em;
}

#sidebar-tree .flag-icon
{
    width:2em;
    height:5em;
    margin-right:1em;
    border:none;
}


div#catalogo > ul > li > a
{
    font-weight:bold;
    margin-top:15px;
    display:inline-block;
}

div#catalogo a.home {
    font-size: 18px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-transform:uppercase;
    display:inline;
}

div#catalogo ul.parents a {
     font-size: 18px;
     -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-transform:uppercase;
}

div#catalogo a.sec{
     -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-transform:uppercase;
}

div#catalogo a.mac{
    font-size: 18px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-transform:uppercase;
}

div#catalogo a.home {
     font-weight:normal;
}

div#catalogo a.sec {
    font-size: 16px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 24px;
    text-transform:uppercase;
}

div#catalogo a.grp {
    font-size: 16px;
    text-transform:uppercase;
     -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 20px;
}

div#catalogo a.tav {
    font-size: 14px;
    -webkit-box-decoration-break: clone;
    text-transform:uppercase;
    box-decoration-break: clone;
    line-height: 20px;
}

div#catalogo .current {
    font-weight:bold;
}

div#catalogo .visited {
    text-decoration:underline;
}

