.table th {
    background-color: #ff8700 !important;
    color: #ffffff !important;
    text-align: center;
    line-height: 1.2;
  }
.table td {
    text-align: center;
    line-height: 1.2;
    font-size: small;
  }
.table td, .table th {
    /*border-color: #ff8700;*/
    font-size: small;
  }

  #intro {
    background-image: url("../img/fondo/background-beverage-blog-blogger.jpg");
    background-size: cover;
    background-position: center; 
    /*height: 100vh;*/
  }
  #intro_login {
    background-image: url("../img/fondo/background-beverage-blog-blogger.jpg");
    background-size: cover;
    background-position: center; 
    height: 100vh;
  }
  main > .container {
    padding: 60px 15px 0;
  }
  #header .header-body {
    /*background: transparent;*/
    
  }
  .tablahoras tr td.day:hover, .tablahoras tr td.focused {
    background: #eeeeee;
    cursor: pointer;
  }
  .tablahoras tr td.active:active, .tablahoras tr td.active.highlighted:active, .tablahoras tr td.active.active, .tablahoras tr td.active.highlighted.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #f4f4f4;
    color: #777777;
    cursor: default;
  }