@font-face {
  font-family: 'MyFontTahoma';
  src: url('../fonts/Tahoma.ttf')  format('truetype'); 
}

.numCaptcha {
	cursor:pointer;
	width:3vw;
	height:3vw;
}

.tituloCaptcha
{
	color:red;
	font-size:2vh;
	line-height:4vh;
}

.operacionCaptcha
{
	font-size:2vh;
	line-height:4vh;
}

.numCaptcha:hover {
	box-shadow:0.7px 0px 3px #777777;

}

.elemCaptcha {
	cursor:pointer;
	width:75px;
	height:75px;
}
.elemCaptcha:hover {
	box-shadow:0.7px 0px 3px #777777;

}

/*INICIO V2.0*/
.inputTextAreaAdapt
{
	overflow: hidden;
    outline: none;	
}
/*FIN V2.0*/

@media screen and (max-width:1050px) {
	
	.numCaptcha {
		width: calc(13vw);
		height: calc(13vw);
	}
	.numCaptcha:hover {
		box-shadow:0;
	
	}

	.tituloCaptcha
	{
		font-size:3vh;
		line-height:6vh;
	}
	.operacionCaptcha
	{
		font-size:3vh;
		line-height:6vh;
	}
	
	.elemCaptcha {
		width: calc(15vw);
		height: calc(15vw);
	}
	.elemCaptcha:hover {
		box-shadow:0.7px 0px 3px #777777;
	
	}
}

