@import url('https://fonts.googleapis.com/css?family=Ubuntu');
/* BH */
.cont-bh{
    font-family: 'Ubuntu', sans-serif ;
    background: #333333 ;
    position: absolute ;
    padding: 10px ;
    border-bottom-left-radius: 3px ;
    border-top-left-radius: 3px ;
    font-size: 10px ;
    width: 50px ;
    right: 0px ;
    bottom: 100px ;
    z-index: 20 ;
    cursor: pointer ;
    -webkit-transition-duration: 0.3s ;
    transition-duration: 0.3s ;
    overflow: hidden ;
    -webkit-box-sizing: border-box ;
    -moz-box-sizing: border-box ;
    box-sizing: border-box ;
}
.cont-bh:hover{
    width: 180px ;
}
.w180px-bh{
    height: 30px !important;
    width: 180px ;
    float: left ;
}
.cont-bh span{
    float: left ;
    display: block ;
    height: 11px !important;
    width: 120px ;
    margin-left: 10px ;
}
.cont-bh img{
    float: left;
    display: block;
}
.color-888{
    color:#888888;
    margin-left: 30px !important;
}
.color-FFF{
    color:#FFFFFF
}
/* FIN BH */