.video{
    text-align: center;
}

.selection{
    opacity: 0.7;
}

.selection:hover{
    opacity: 1;
}

.boton {
	box-shadow: 2px 2px 0px 0px #524d40;
	background:linear-gradient(to bottom, #00f836 5%, #43ffa7 100%);
	background-color:#43ffa7;
	border-radius:15px;
	border: none;
	display:inline-block;
	color:black;
	font-family:Georgia;
	font-size:14px;
    margin-bottom: 10px;
	font-weight:bold;
    font-style: italic;
	padding:12px 16px;
	text-shadow:1px 1px 0px #ffffff7c;
}

.boton:hover {
	background:linear-gradient(to bottom, #43ffa7 5%, #00f836 100%);
	background-color:#43ffa7;
}

.boton:active {
	position:relative;
	top:1px;
}