div.modulos_frame{
    padding: 0;
    margin: 0;
    height: 19px;
    padding-right: 15px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}
.modulos_frame div{
    padding: 0;
    margin: 0;
    height: 19px;
    float: left;
    display: block;
}
.modulos_frame_left{
    /*background-image: url('images/modulos/left.png');*/
    width: 7px;
}
.modulos_frame_middle{
   /* background-image: url('images/modulos/m.png');*/
    width: 14px;
    text-align: center;
    font-weight:bolder;
    font-family:"Tahoma",Georgia,Serif;
}
.modulos_frame_right{
    /*background-image: url('images/modulos/right.png');*/
    width: 7px;
}
.modulos_frame_active{
    color: #0DABFC;
    text-shadow: 1px 1px 1px white;
}
.modulos_frame_disable{
    color: #969696;
    /*text-shadow: 1px 1px 1px #000f4d;*/
}
.modulos_frame_text{
    font-family:"Tahoma",Georgia,Serif;
    color: #0DABFC;
    text-shadow: 1px 1px 1px white;
    font-weight:900;
}