.btn_terminar{
	position:absolute;
	background-color: #7095AB;
	color:#FFF;
	width: 100px;
	top: 680px;
	right: 60px;
	padding: 10px 20px;
	font-size: 26px;
	box-shadow: inset 0px -4px 0px rgba(0,0,0,0.5);
	border-radius: 10px;
	cursor:pointer;
	text-align:center;
}

.btn_terminar:active{
	position:absolute;
	background-color: #042C49;
	color:#FFF;
	width: 100px;
	height:30px;
	top: 682px;
	right: 60px;
	padding: 10px 20px;
	font-size: 26px;
	box-shadow: none;
	border-radius: 10px;
	cursor:pointer;
	text-align:center;
}
