<style type="text/css">
  .boton_personalizador{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #01023b;
    background-color: #08062c;
    border-radius: 6px;
    border: 2px solid #01023b;
  }
  .boton_personalizado:hover{
    color: #410303;
    background-color: #130202;
  }
 
  .boton_1{
    text-decoration: none;
    padding: 1px;
    padding-left: 1px;
    padding-right: 1px;
    font-family: helvetica;
    font-weight: 300;
    font-size: 15px;
    font-style: italic;
    color: #08062c;
    background-color: #01023b;
    border-radius: 10px;
    border: 1px double #630404;
  }
  .boton_1:hover{
    opacity: 0.5;
    text-decoration: none;
  }

</style>