.primera {
	width:	220px;
	height:70px;
	border-radius: 10px;
	border:dashed 2px #a3a3a3;
	position: relative;
	padding:15px 10px;
}

.segunda {
	width:	220px;
	height:70px;
	border-radius: 10px;
	border:dashed 2px #FFF;
	background:#9fcd76;
	color:#FFF;
	position: relative;
	padding:15px 10px;
}

h2 {
	padding: 0px 10px;
	border-radius: 10px;
	font-size:1.8em;
	position:absolute;
	top:410px;
}

#btn {
	background:#64b238;
	color:#FFF;
	font-size: 1.3em;
	box-shadow: inset 0 -3px rgba(0,0,0,0.3);
	border-radius: 10px;
	padding:10px;
	display: inline-block;
	position: relative;
	top:70px;
	left:	600px;
}

#btn:hover {
	cursor: pointer;
}

#btn:active {
	box-shadow: none;
	top: 72px;
}