#menu{
    position: fixed;
    top: 0px;
    width: 100%;
    background:#fff;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    min-height: 50px;
    z-index: 980;
}
#menu img{
    height: 50px;
    width: auto;
}
#ListMenu table{
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #ddd;
}
#ListMenu table td{
    padding-bottom: 3px;
}
#contenidos_view{
    padding-top: 70px;
}
.page-bar{
    background: #fff;
}