


.boton_1 {
	-moz-box-shadow: -9px 8px 0px 0px #141414;
	-webkit-box-shadow: -9px 8px 0px 0px #141414;
	box-shadow: -9px 8px 0px 0px #141414;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #34edc8), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #34edc8 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #34edc8 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #34edc8 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #34edc8 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #34edc8 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#34edc8', endColorstr='#019ad2',GradientType=0);
	background-color:#34edc8;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #06c2cf;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Courier New;
	font-size:18px;
	font-weight:bold;
	padding:14px 34px;
	text-decoration:none;
	text-shadow:0px 0px 0px #5b6178;
}
.boton_1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #34edc8));
	background:-moz-linear-gradient(top, #019ad2 5%, #34edc8 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #34edc8 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #34edc8 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #34edc8 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #34edc8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#34edc8',GradientType=0);
	background-color:#019ad2;
}
.boton_1:active {
	position:relative;
	top:1px;
}
