#contenuto button {
	font-size:1.125rem;
	font-weight: 600;
	padding:0.3125rem 2rem;
	text-align:center;
	margin:0 0.3125rem;
	border-radius:0.3125rem;
	color: #ffffff;
	background: #AA8B46;;
	cursor: pointer;
	border: none;
}
#contenuto button:hover {
	background: #E4C670;
}