header{
    width: 100%;
    min-width: 960px;
    height: 68px;
    position: fixed;
    top: 0;
    z-index: 1000;
}
header #layer-black{
    width: 100%;
    height: 9px;
    /*background: url(../img/header/barra_black.jpg);*/
    background: #000;
}
header #bg-black{
    width: 100%;
    height: 59px;
    /*background: url(../img/header/bg_base.jpg);*/
    background: #000;
}
header .subcontainer-header{
    width: 960px;
    height: 58px;
    margin: 0 auto 0 auto;
}
header figure{
    width: 470px;
    height: auto;
    text-align: left;
    display: inline-block;
    float: left;
}
header figure img{
    width: 221px;
    height: auto;
    display: inline-block;
    margin: 5px 0 0 0;
}
header .subcontainer-header-right{
    width: 480px;
    height: 58px;
    text-align: center;
    float: right;
}
header .header-menu{
    width: 420px;
    height: auto;
    display: inline-block;
    font-family: Arial, sans-serif;
    margin: 15px auto 0 auto;
}
header .header-menu nav{
    width: 620px;
    height: auto;
    display: inline-block;
    font-family: Arial, sans-serif;
} 
.menu-link{
    font-size: 14px; 
    color: #FFF; 
    float: left; 
    margin: 5px 0 0 20px;
}
.menu-link-active{
    font-size: 14px; 
    color: #FFFF00; 
    float: left; 
    margin: 5px 0 0 20px;
}
