.enlaces-seo {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 279px;
    list-style: none;
    line-height: 1.2em;
  }
  .enlaces-seo li {
    padding: 5px 0;
  }

  .enlaces-seo a {
      color: aliceblue;
  }

  .enlaces-seo a:hover {
      color: darkgrey;
  }

  .parrafo{
    text-decoration: none;
    text-align: justify;
    font-size: 16px;
    color: slategray;
    line-height: 30px;
    font-weight: normal;
}