/*
Juego Click y Click - V0.0 - Catamarca 2016 - By PC - Nuestra Señora del Valle, ruega por nosotros.
Juego Click y Click - V1.0 - Catamarca 28-12-2018 - By PC - Sancte Ioseph, ora pro nobis.
Juego Click y Click - V2.0 - Con Colores - Catamarca 01-01-2019 - By PC - Sancte Ioseph, ora pro nobis.
Juego Click y Click - V3.0 - Con Colores - Catamarca 09-01-2019 - By PC - Sancte Ioseph, ora pro nobis.
Juego Click y Click - V4.0 Leo - Con Colores e Imagen - Catamarca 13-01-2019 - By PC - Sancte Ioseph, ora pro nobis.
Juego Click y Click - V4.1 Leo - Con Colores e Imagen - Catamarca 18-01-2019 - By PC - Sancte Ioseph, ora pro nobis.
Juego Click y Click - V4.2Leo - Con Colores e Imagen - Catamarca 12-10-2019 - By PC - Sancte Ioseph, ora pro nobis.
Juego Click y Click (Taquin) - V4.3 - Con Colores e Imagen - Catamarca 27-06-2021 - By PC - Sancte Ioseph, ora pro nobis.
*/
body {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: white;
	background-color: #004000;
	font-size: 18px;
}
/*@media only screen and (max-width:1600px) and (min-width: 580px) and (min-height: 712px) {
		.escritorio #divencuadre {min-width: 100%;min-height: 100%;font-size: calc(1rem + 2vw);}*/
		/* El cálculo es: Si la fuente base de la página está a : 8px.
		   1 em = 8px , 2 em = 16px y así sigue el progreso. */
/*}*/
.cdivencuadre {
	position: absolute;
	width: 580px;
	top: 0px;
	bottom: -50px;
	left: 0px;
	right: 0px;
	margin: auto;
	padding: 0;
}
#titu {
	position: absolute;
	width: 580px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	padding: 0;
	background-color: #002600;
}
#titulo {
	font-size: 22px;
	font-weight: bold;
}
#result {
	position: absolute;
	width: 180px;
	height: 150px;
	top: 265px;
	right: 20px;
	margin: 0 10px 10px 10px;
	padding: 10px;
	color: white;
	background-color: blue;
	border: 1px solid gold;
	border-radius: 10px 30px;
	font-size: 23px;
	text-align: center;
	z-index: 2;
}
#divMesa {
	position: absolute;
	width: 540px;
	top: 265px;
	left: 0px;
	right: 0px;
	margin: auto;
	padding: 0;
	background-color: #003000;
	font-size: 16px;
	line-height: 1.1;
}
.imgM {
	position: absolute;
	display: none;
	top: 455px;
	left: 399px;
	width: 100px;
	z-index: 2;
}
/* contenedor pieza numero y color */
.divi {
	float: left;
	width: 60px;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	background-color: white;
	text-align: center;
	border: 1px solid gold;
}
/* contenedor pieza imagen */
.divii {
	float: left;
	width: 60px;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	/* También en script linea 591 */
	background-color: transparent;
	border: 1px solid gold;
}
/*Pieza número*/
.divdrop {
	width: 60px;
	height: 100px;
	color: white;
	background-color: #FF0000;
	border-radius: 6px;
	cursor:default;
}
/*Pieza rojo*/
.divdropR {
	width: 60px;
	height: 100px;
	background-color: #FF0000;
	border-radius: 6px;
	cursor:default;
}
/*Pieza verde*/
.divdropV {
	width: 60px;
	height: 100px;
	background-color: #00FF00;
	border-radius: 6px;
	cursor:default;
}
/*Pieza azul*/
.divdropAz {
	width: 60px;
	height: 100px;
	background-color: #0000FF;
	border-radius: 6px;
	cursor:default;
}
/*Pieza amarilla*/
.divdropAm {
	width: 60px;
	height: 100px;
	background-color: #FFFF00;
	border-radius: 6px;
	cursor:default;
}
/*Pieza marron*/
.divdropM {
	width: 60px;
	height: 100px;
	background-color: brown;
	border-radius: 6px;
	cursor:default;
}
/*Pieza imagen*/
.divdropi {
	crossorigin: Anonymous;
	width: 60px;
	height: 100px;
	color: #FFFFFF00;
	background-size: 100% 100%;
	border-radius: 6px;
	cursor:default;
}
#snum, #scol, #simg {
	background-color: blue;
	font-size: 24px;
	border: 1px solid gold;
	border-radius: 3px 9px;
	cursor: pointer;
}
#colb3, #colb4, #colb5 {
	color: white;
	background-color: blue;
	font-size: 24px;
	border: 1px solid gold;
	border-radius: 3px 9px;
	cursor: pointer;
}
#abrir {
	color: rgba(0,30,20,0);
	background-color: rgba(0,30,20,0);
}
#abrirarchivo {
	display: none;
}
.eplineal {
	display: block;
}
div.enlaces {
	-webkit-transition:bottom 1s ease-in; transition:bottom 1s ease-in;
	position:fixed;
	display:none;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	margin-right:0;
	margin-left:0;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#FFFFFF60;
	text-align:center;
	font-size:1.5vh;
	z-index: 99; /* Asegurar que no se supere */
}
div.enlaces a {
	position:relative;
	display:inline-block;
	bottom:0;
	width:19%;
	margin-right:0;
	margin-left:0;
	color:#FFFFFF;
	background-color:#000000B0;
	border: solid 1px #907080;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:1.6vw;
}
div.enlaces a:visited,
div.enlaces a:active {
	color: #FFAA20;
}
div.enlaces a:hover {
	-webkit-transition: background 0.4s ease-out; transition: background 0.4s ease-out;
	-webkit-animation: bal 0.4s step-end infinite;
	-moz-animation: bal 0.4s step-end infinite;
	-o-animation: bal 0.4s step-end infinite;
	animation: bal 0.4s step-end infinite;
	color: #000000;
	background-color: #FFAA20;
}
 @-webkit-keyframes bal {
  10% { opacity: 1 }
  20% { opacity: 0.9 }
  30% { opacity: 0.8 }
  40% { opacity: 0.7 }
  50% { opacity: 0.6 }
  60% { opacity: 0.7 }
  70% { opacity: 0.8 }
  80% { opacity: 0.9 }
  90% { opacity: 1 }
 }
 @-moz-keyframes bal {
  10% { opacity: 1 }
  20% { opacity: 0.9 }
  30% { opacity: 0.8 }
  40% { opacity: 0.7 }
  50% { opacity: 0.6 }
  60% { opacity: 0.7 }
  70% { opacity: 0.8 }
  80% { opacity: 0.9 }
  90% { opacity: 1 }
 }
 @-o-keyframes bal {
  10% { opacity: 1 }
  20% { opacity: 0.9 }
  30% { opacity: 0.8 }
  40% { opacity: 0.7 }
  50% { opacity: 0.6 }
  60% { opacity: 0.7 }
  70% { opacity: 0.8 }
  80% { opacity: 0.9 }
  90% { opacity: 1 }
 }
 @keyframes bal {
  10% { opacity: 1 }
  20% { opacity: 0.9 }
  30% { opacity: 0.8 }
  40% { opacity: 0.7 }
  50% { opacity: 0.6 }
  60% { opacity: 0.7 }
  70% { opacity: 0.8 }
  80% { opacity: 0.9 }
  90% { opacity: 1 }
 }