.container {
    min-width: 1260px;
    max-width: 1260px;
    overflow-x: hidden;
    background-color: #D0D0D0
}

#header-seccion {
   background-color: #373D41;
   color: white;
   height: 42px;
   padding-top: 7px;
   padding-bottom: 11px;
   text-indent: 15px;
}

#searchField {
   width: 100%;
   color: #383C40;
   font-size: 1.5em;
   height: 27px;
}

#menu-container {
    background-color: #D0D0D0;
    min-height: 810px;
    padding-right: 10px;
    margin-right: 0px;
}

#main-content {
    min-height: 810px;
    overflow-y: auto;
    width: 83.2%;
    background-color: white;
}

#div-menu-modulos {
    margin-right:0px;width:211px;height:60px;background-color: black;
}

#main {
    min-height: 810px;
    border-bottom: thin solid #DDD;
}

#see-all-button {
    margin: 20px;
}

#launch-button, #print-button {
    margin: 15px;
}

#print-button {
    display: none;
}

h3.title {
    margin-left:15px;margin-top:25px;margin-bottom:5px;
}
