#box{
	position: relative;
	width: 500px;
	height: 200px;
	margin: 10px auto;
	padding: 20px;
	top: 20%;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
}
#boton{
	font-size: 12px;
	background-color: #4E5A74;
	color: #fff;
	width: 100px;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	margin: 20px auto;
	padding-top: 10px;
}
#boton a{
	text-decoration: none;
	color: #fff;
}
.font1{
	font-size: 12px;
}
.font2{
	font-size: 50px;
}
