#top-band{
    height: 50px;
    width: 100%;
    background: #333333;
    border-bottom: solid 1px #333333;
}
span{
    color: inherit;
}

#midle-band {
    height: 820px;

}

#midle-band-left{
   width: 150px;
   background: #ffffff;
   color: #ffffff;
    border-right: solid 1px #c3c3c3;
}


#bottom{
    height: 40px;
    width: 100%;
    background: #d7d7d7;
    position: absolute;
    bottom: 0;
}

#menu{
    background: linear-gradient(#cecece,#f3f3f3);
    border-bottom: solid 1px #d7d7d7;
}
#menu img{
    height: 30px;
}

#i-alertas{
    margin-left: 10px;
    cursor: pointer;

}
#pages-content{
    padding: 10px 20px;
}

.sub-menu{
    padding: 10px 20px;
}
.sub-menu-item{
    margin: 0px 10px ;
}

.sub-menu-item-active{
    box-shadow: 0px 0px 3px 1px #689bff;
    border-radius: 3px;
}
.number{
    text-align: center;
    line-height: 20px;
    position: absolute;
    margin-left: -10px;
    margin-top: 15px;
    color: orange;

    border: solid 1px orange;
   /* background: rgba(255,103,11,0.7);*/
    box-shadow: 0px 0px 3px 0px orange;
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.sub-menu-item, .sub-menu-item-active{
    padding: 5px 10px;
    text-align: center;
    font-size: 0.8em;
    color: #333333;
}
.sub-menu-item img, .sub-menu-item-active img{
    margin-bottom: 5px;
    height: 50px;
    width: 50px;
}
.menu-item, .menu-item-active{
    padding: 5px 20px;
    cursor: pointer;
    font-size: 0.8em;

}

.menu-item img, .menu-item-active img{
    vertical-align: middle;
    margin-right: 10px;

}

.menu-item:hover, .menu-item-active:hover{

    background: #ffffff;
}



.menu-item-active{
    background: #ffffff;
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #d7d7d7;
    border-left: solid 1px #d7d7d7;
    margin-bottom: -1px;
    color: #689bff;
}
.menu-section{
    margin-right: 20px;
    border-right: solid 1px #333333;
    padding-right: 15px;
}

.alert-icon{
    height: 50px;
    width: 50px;

}
