.enlaces-seo {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 340px;
    list-style: none;
    line-height: 30px;
  }

  .enlaces-seo  a{
    color: aliceblue;
  }

.enlaces-seo a:hover{
    color: #b98030;
  }

  .parrafos{
    text-decoration: none;
    color: aliceblue;
    font-size: 12px;
    line-height: 30px;
    text-align: justify;
    text-transform: none;
  }