/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


a.botones {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

padding: 15px;
border-radius:5px;
font-family: Cabin,;
color:white;
font-size: 1.1em;
font-weight: 900;
border: 2px solid white;


    text-decoration: none;
   
}

a.botones:hover{
background-color:rgba(0,0,0,0.1);
}

@media only screen and (max-width: 600px) {
  a.botones{
	  padding:10px;
  }
}
