body{
	text-align: center;

}

h1{
	font-family: "century gothic";
	text-transform: none;
	color: #ccc;
	text-shadow:1px 1px 1px #666;
}

.boton {
 -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #3fa1e3;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.boton:hover {
 background: #041e7d;
  text-decoration: none;
}
