.divCapsLockAtivado{
	 display: none; 
	 border-radius: 4px; 
	 background: red; 
	 position: absolute;
	 margin-left: 173px; 
	 margin-top: -24px; 
	 padding: 8px 5px 1px 6px; 
	 font-size: 12px; 
	 box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 10px 0px;
}

.divCapsLockAtivadoArrow{
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent; 
	border-right: 9px solid red; 
	border-bottom: 5px solid transparent; 
	position: absolute; 
	margin-left: -15px; 
	margin-top: -2px;
}

.txtCapsLockAtivado{
	color: white; 
	font-weight: bold;  
	position: relative; 
	top: -3px;
} 