.imagenCaptcha{
	width: 70px;
	height: 40px;
	background-image: url('../Images/fondo-captcha.PNG');
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.refreshCaptcha{
	width: 70px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

.cubiertaCaptcha{
	width: 70px;
	height: 40px;
	background-color: black;
	position: absolute;
	z-index: 15;
	opacity: 0;
}