<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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 {
  margin-bottom: 60px;
}


/*.nav_selected {
    background-color: darkred;
}
*/
/*.nav_style {
    background-color: none;
}*/

/*.nav_style:hover {
    background-color: darkred;
    border-radius: 8px;
}*/
/*.boton-color:hover {
    background: darkred;
}*/
/*.nav_style:visited {
    background: darkred;*/
/*    background-color: blue;*/
    /*border-radius: 8px;
}*/

/*a:link:hover {
    background-color: red
}

a:visited:hover {
    background-color: blue
}
*/

/*.selected .nav_style {
    background-color: none;
}
*/

</pre></body></html>