



.presentacion-boton {
  display:block;  width: 150px;  margin: 0 auto;  margin-left: auto;
  margin-right: auto;  text-decoration: none;  text-transform: uppercase;
  text-align: center;  color:#ffffff; padding: 10px; background-color: #ff4400; font-size: 15px; border-radius: 25px; }
  .presentacion-boton:hover { background-color: #008080;}  

