.btn-capacitacion{
	background: #4181c9;
	color: white;
	text-align: center;
	font-family: "arial";
	font-size: 14px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

.btn-capacitacion:hover{
	text-decoration: none;
	color: #000;
	background: white;
}