.drag{
	position: relative;
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0.47, #FADF84),
		color-stop(0.6, #FDC600)
		);
	background-image: -o-linear-gradient(right bottom, #FADF84 47%, #FDC600 60%);
	background-image: -moz-linear-gradient(right bottom, #FADF84 47%, #FDC600 60%);
	background-image: -webkit-linear-gradient(right bottom, #FADF84 47%, #FDC600 60%);
	background-image: -ms-linear-gradient(right bottom, #FADF84 47%, #FDC600 60%);
	background-image: linear-gradient(to right bottom, #FADF84 47%, #FDC600 60%);
	height: 40px;
	width: 200px;
	display: inline-block;
	border-radius: 8px;
	border: 2px solid #fff;
	font-size: 1.5em;
	padding-top: 5px;
	cursor: pointer;
}



.contePar{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 201px;
	display: inline-block;

}

.centroicono{ position: relative; padding-left: 30px; margin-top: -84px; margin-right: 1300px;}
.centrotitulo{ margin-top: 5px; font-size: 36px; background: rgba(225,117,23, 0.2); padding: 20px 180px 20px 0px; border-radius: 15px; width: 1145px;}

.hacerclic{ position:absolute; top:29%; right: 25px; text-align: center; border-radius: 10px; padding: 5px; color:#000;}