@charset "utf-8";
/* CSS Document */

body {
	background-color:#f0f0f0;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	
	background-image:url();
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}
#content {
	background-color:#fff;
	position:absolute;
	
	width:650px;
	height:370px;	
	
	top:50%;
	left:50%;
	
	margin-top:-185px;
	margin-left:-325px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:  10px;
	border:1px solid #ccc;
	-webkit-box-shadow: #999 5px;
	-moz-box-shadow: #999 5px;
	box-shadow: 0 0 5px #999;
	text-align: center;
}
#content h1 {
	font-family:"Century Gothic", Tahoma, Verdana;
	color:#fff;
	margin:0 0 20px 0;
	height:60px;
	padding:0px;
	font-size:24px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius:  10px 10px 0 0;
	background-color:#f0f0f0;
	background-image:url(../images/header.jpg);
}
#mensaje {
	text-align:center;
	margin:0 20px 10px 20px;
	line-height:16px;
}
#teclado {
	margin:0 40px 20px 40px;
	background-color:#f0f0f0;
	border:1px solid #ccc;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:  10px;
}
#teclado ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#teclado ul li {
	display:inline;
}
#teclado ul li a {
	display:inline-block;
	background-color:#fff;
	border:1px outset #f0f0f0;
	color:#666;
	text-decoration:none;
	padding:5px;
	width:15px;
	height:15px;
	margin:4px 2px;
	text-align:center;
	-webkit-box-shadow: #ccc 5px;
	-moz-box-shadow:#ccc 5px;
	box-shadow: 0 0 5px #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius:  2px;
}
#teclado ul li a:hover {
	background-color:#333;
	color:#fff;
}
#teclado ul li.largo a {
	width:60px;
}
#teclado ul li.back a{
	background-image:url(../images/back.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#teclado ul li.shift a{
	background-image:url(../images/shift.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#cajalogueo1 {
	width:210px;
	float:left;
	margin-left:40px;
	height:40px;
}
#cajalogueo1 p {
	margin:0;
	padding:0;
}
#cajalogueo2 {
	float:left;
	height:40px;
}
#cajalogueo2 p {
	margin:0;
	padding:0;
	float:left;
}
input[type=text], input[type=password] {
	border:1px solid #ccc;
	/*width:100px;*/
	padding:5px;
	height:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
}
label {
	display:inline-block;
	margin-top:7px;
}
#complejidad {
	float:right;
	width:100px;
	margin-left:10px;
}
#scorebar {
	background-image: url(../images/bg_strength_gradient.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100px;
	z-index: 10;
	font-size: .8em;
	height:16px;
}
#scorebarBorder {
	background: #333;
	border: 1px #ccc solid;
	height: 16px;
	margin-bottom: 2px;
	width: 100px;
}
#score {
	color: #000;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:absolute;
	text-align: center;
	width: 100px;
	z-index: 11;
}
#complexity {
	font-size:11px;
}
#botones {
	clear:both;
	text-align:right;
	margin:0 40px;
	padding:10px 0;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
}
input[type=button] {
	background-color:#2a871d;	/** 090 690 */
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	border:1px solid #183c35;		/**360 */
	padding:5px;
	width:140px;
	cursor:pointer;
	margin-left:10px;
}
input[type=button]:hover {
	background-color:#333;
	border:1px solid #333;
}
input[type=button].otros {
	background-color:#ccc;
	color:#333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	border:1px solid #ccc;
	padding:5px;
	width:140px;
	cursor:pointer;
}
input[type=button].otros:hover {
	background-color:#666;
	color:#fff;
}
#opciones {
	margin:10px 40px;
	text-align:center;
	padding-top:5px;
	border-top:1px dashed #ccc;
}
#opciones p {
	margin:0;
	padding:0;
}
#opciones p a {
	color:#069;
	text-decoration:none;
}
#opciones p a:hover {
	text-decoration:underline;
}


/*********************************************/


#teclado ul li a.hover_manual {
	background-color:#333;
	color:#fff;
}