@import url(normalize.css);
.bg-col1 {
  background-color: #3888FF; }

.bg-primary {
  background-color: #0F4E70; }

.bg-second {
  background-color: #0F4E70; }

.bg-success {
  background-color: #0F4E70; }

.bg-danger {
  background-color: #0F4E70; }

.bg-warning {
  background-color: #0F4E70; }

.bg-info {
  background-color: #0F4E70; }

.bg-light {
  background-color: #0F4E70; }

.bg-dark {
  background-color: #0F4E70; }

.bg-col1 {
  background-color: #3888FF; }

.bg-primary {
  background-color: #0F4E70; }

.bg-second {
  background-color: #0F4E70; }

.bg-success {
  background-color: #0F4E70; }

.bg-danger {
  background-color: #0F4E70; }

.bg-warning {
  background-color: #0F4E70; }

.bg-info {
  background-color: #0F4E70; }

.bg-light {
  background-color: #0F4E70; }

.bg-dark {
  background-color: #0F4E70; }

.container {
  display: flex;
  width: 100%;
  max-width: 1440px; }

.container-fluid {
  display: flex;
  width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.text-primary {
  color: #0F4E70; }

.text-center {
  justify-content: center; }

header.header {
  display: flex;
  flex-wrap: wrap;
  color: #3888FF;
  justify-content: center; }
  header.header .title {
    justify-content: center;
    border: 1px solid #3888FF; }
  header.header .nav nav ul {
    display: flex; }
    header.header .nav nav ul li {
      list-style: none;
      margin-right: 2%; }
      header.header .nav nav ul li a {
        text-decoration: none;
        color: aliceblue;
        font-size: 1.5rem; }
        header.header .nav nav ul li a:hover {
          color: #3888FF;
          background-color: aliceblue;
          padding: 10px;
          border-radius: 15px; }

section.firts {
  display: flex;
  justify-content: center;
  margin: auto; }
  section.firts #contenido table {
    border: 1px solid black; }
    section.firts #contenido table th, section.firts #contenido table td, section.firts #contenido table tr {
      border: 1px solid black; }
    section.firts #contenido table tr:hover {
      background-color: cornflowerblue; }

/*# sourceMappingURL=style.css.map */
