html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {

    background-image: url('/images/para_fondo/repeat.png'), url('/images/para_fondo/top.png');
    background-size: auto;
    background-repeat: repeat, no-repeat;
    background-position: top;
    background-color: #fbe8d7;
}

div.tablas {
    margin-left: 11%;
    margin-right: 11%;
    background-color: rgba(251, 232, 215, 0.60);
}

div.box {
    background-color: #fbe8d7;
    margin-left: 16%;
    margin-right: 16%;
    margin-top: 8%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 8%;
    padding-right: 8%;
}

div.titulos {
    margin-top: 8%;
    color: #0f2c33;
}
