:root {
	--fondo1:#dcf5e6;
	--fondo2:#c8e1d7;
	--fondo3:#569592;
	--fondoform:#ffe;
	--fondoinfo:#f5f5e0;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height:20px;
	text-decoration: none;
	color: var(--fondo3);
	background-color:var(--fondo1);
	padding:4px;
	display:block;
	text-decoration:none;
	border-radius: 5px;
}
a:link { 
	text-decoration: none;
	color:#000099;
	border:solid thin #00F;
}
a:visited {
	text-decoration: none;
	color: #569592;
}
a:hover{
	text-decoration: none;
	color: var(--fondo1);
	background-color:var(--fondo3);
}

input[type="text"], input[type="password"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
	border-bottom: solid thin #aaf;
	padding: 3px;
}
body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #202040;
	border-radius: 6px;
}
.botonpeque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #202040;
	height:18px;
	border-radius: 4px;
}
.botonrojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	border-radius: 6px;
}
.botongris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-radius: 6px;
	color: #999999;
}
.textorojo {
	color: #003300;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-indent: 0px;
	margin-left: 5px;
	color: #FF0000;
}
.conborde {
	border:thin solid #0000FF;
}

.cajatexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
	border-bottom: solid thin #aaf;
}
.cajagris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color:#F5F5F5;
	border: none;
	border-bottom: solid thin #aaf;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
	border: solid thin blue;
	background-color:#ffe;
	padding: 2px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.textogrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #202040;
}
.textomedio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #006;
}
.textochico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #202040;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #202040;
	background-color: #EEE;
}
.primerafila {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #202040;
	background-color: #ccc;
}
.tecla, .teclapulsada {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border-left: white solid thin;
	border-top: white solid thin;
	border-right: black solid thin;
	border-bottom: black solid thin;
}
.teclapulsada {
	border-right: white solid thin;
	border-bottom: white solid thin;
	border-left: black solid thin;
	border-top: black solid thin;
}
#altavoz{
	position: absolute;
	width:40px;
	height:40px;
	top:20px;
	right:40px;
	cursor:pointer;
}
#trespuntos{
	position:absolute;
	top: 10px; left: 260px;
	cursor: pointer;
}
#infousu,#info1,#info2,#consejos {
	position:absolute;
	top: 2px; left: 10px;
	width:180px; height:30px;
	border: solid thin blue;
	border-radius: 8px;
	background-color:var(--fondoinfo);
	padding: 10px;
}
#infousu {
	width:230px;
}
#info2 {
	visibility: hidden;
}
#consejos {
	top:25px;
	width:400px;
	height:90px;
	background-color: #EEE;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#continuar, #repetir, #escape {
	position:absolute; 
	top:450px;
	width:350px; height:180px; 
	border: solid thin blue;
	border-radius: 8px;
	background-color:#ddd;
	padding: 20px;
	text-align: center;
	cursor: default;
	visibility: hidden;
}
#repetir, #escape {
	height:90px;
}