html {
  font-size: 14px;
}

.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 {
  margin-bottom: 60px;
  background-color: transparent;
}

html {
    background-image: url(../images/fondo.jpg);
    background-repeat:no-repeat;
    background-size:contain;
    height: 100%;
}

.footer {
    font-size: 0.6em;
    padding: 2px 2px 2px 2px;
    line-height:10px !important;
    text-align: right;
}

label.ErrorClass {
    color: red;
    font-size: 11px;
    float: right;
}

ul.ErrorClass input {
    color: #666 !important;
}

a.ErrorClass, input.ErrorClass, textarea.ErrorClass, select.ErrorClass {
    /*border-width: 1px !important;*/
    border-style: solid !important;
    border-color: #cc0000 !important;
    background-color: #f3d8d8 !important;
}
