.txtCelda
{
	background: black;
	border: 0px;
	color: wheat;
	font-size: 16px;
	width: 106px;
}

.TextPrecio {
	max-width: 160px;
	padding: 8px 16px;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	color: #00e676;              /* verde tipo trading */
	background: #0d1117;         /* fondo oscuro */
	border: 2px solid #1f6feb;
	border-radius: 10px;
	outline: none;
	box-sizing: border-box;
	font-family: 'Courier New', monospace; /* números estables */
	transition: border 0.2s ease, box-shadow 0.2s ease;
}

/* Efecto cuando cambia el valor (agregando clase por JS) */
.TextPrecio.flash {
	box-shadow: 0 0 12px rgba(0, 230, 118, 0.8);
	border-color: #00e676;
}


.ClasstblComprastdVinculo
{
	width: 48px;
	background-image: url('/templates/img/imgVender.png');
	background-position: center;
	font-size: 0px;
	height: 48px;
	background-size: 46px 40px;
	background-repeat: no-repeat;
	border: 1px solid whitesmoke;
	border-radius: 6px;
	background-color: black;
	transition: background 0.3s ease-in;
	cursor:pointer;
}
.FiltroFecha
{
	display: inline-flex;
}

#chkTodos:checked ~ .FiltroFecha::after 
{
	padding-left:5px;
	content:"hoy";
}