.boton-mesa {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color: #fff;
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 500;
	padding: 14px;
	background-color: #c90022;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.boton-mesa:hover {
	background: #000;
	text-decoration: none;
	color:#fff;
}

