/* CSS Document */

.navbar-brand {
    padding: 5px;
    /*padding-top: 10px;
    padding-left:20px;*/
    height:100px;

}

.navbar {
    margin-bottom: 0px;
    min-height: 100px;
    background-color: #211b1b;
    color: white;
}

.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
}

.navbar-nav a:hover {
    background-color: #211b1b !important;
}

.header {
    border-bottom: 1px solid #2E3C4D;
    height: 100px;
    color: white;
}

html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  margin-bottom: 100px;
}

main {
    
    padding: 0;
    margin: 0;
}

.cuerpo {
    padding-top: 50px;
    background-color: white;
}

footer {
    background-color: #0F141A;
    color: #7a8899;

      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100px;
}


.navbar-toggle {
    color: white;
}
