html { min-height: 100%; position: relative;}
body { font-family: 'Dosis', 'Arial Narrow', Arial, sans-serif; line-height: 1.42857143; color: #333; background-color: #fcfbfb; padding-bottom: 0;  margin: 0; margin-bottom: 40px; }
header { display: block; height:120px; }
footer { position: fixed; left:0; bottom: 0; width: 100%; height: 100px; background-color: #252525;  }
#main-footer .title{ font-size: 12px; text-align:center; color: #FFFFFF; }
footer .disclaimer {
  padding: 2% 25%;
  color: #FFFFFF;
 
}
#main-header {
  background-color: #fff;
}
.header{
  text-align: left;
}
#main-header .logo { text-align: center; width: 100%; border-radius: 0; padding: 30px }
  #main-header .logo img { width: 95% }
  .logogob img { padding: 0px 30px; margin-top: 5px; width: 300px; height: 100px;}
  .title { width: 100%; text-align: center;  }
.title h1 { font-size: 1.5em; font-weight: bold; color: #444; text-transform: uppercase; padding: 10px 0 }
.btn-sin {
  color: #fff;
  background-color: #9d162e;
  border-color: #fff;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 0;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-user-select: none;
}

.btn-sin:hover{
  color: #fff;
  background-color: #7a051a;
}

.top-buffer {
        margin-top: 20px;
    }

.centered {
  width: 1140px;
  margin: 0 auto;
}

#main-menu {
  width: 100%;
  position: relative;
  color: #7a051a;
}

#main-menu>ul>li {
  position: relative;
  display: inline-block;
  color: black;
}

#main-menu>ul>li>a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .5px;
  color: #7a051a;
}
