@CHARSET "UTF-8";

/** JUEGO */
@font-face {
    font-family: 'ledcalculator';
    src: url('fonts/ledcalculatorwebfont.eot');
    src: url('fonts/ledcalculatorwebfont.eot') format('embedded-opentype'),
         url('fonts/ledcalculatorwebfont.woff2') format('woff2'),
         url('fonts/ledcalculatorwebfont.woff') format('woff'),
         url('fonts/ledcalculatorwebfont.ttf') format('truetype'),
         url('fonts/ledcalculatorwebfont.svg#ledcalculatorwebfont') format('svg');
}

header {
	margin-bottom: 0 !important;
}

#button-mainmenu {
	display: none !important;
}

.btn-juego {
	color: #2d3e50;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #33b399;
	border-color: #2d3e50;
	border-width: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	font-weight: 600;
	font-size: 24px;
	line-height: 86px;
	width: 86px;
	text-transform: uppercase;
	display: block;
	margin: 30px auto;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	border-radius: 50% !important;
	outline: 0;
	padding: 0;
}

.btn-juego:hover,
.btn-juego:focus,
.btn-juego:active,
.btn-juego.active,
.btn-juego.disabled,
.btn-juego[disabled] {
	color: #ffffff;
	background-color: #33b399;
}

.btn-juego:active,
.btn-juego.active {
	background-color: #33b399 \9;
}

.juego h1 {
	font-family: 'ledcalculator', sans-serif;
	color: #2D3E50;
	border-bottom: none;
	font-size: 36px;
	line-height: 104px;
	margin-bottom: 0;
	text-align: left;
}

.juego .wrapper-escudo {
	margin: 60px 0;
	border-top: 5px solid #2D3E50;
	border-bottom: 5px solid #2D3E50;
	background: #fff;
	padding: 5px 0;
}

.juego .bg-escudo {
	background: #1bbb9c;
	color: #fff;
	margin: 0;
	position: relative;
	height: 155px;
}

.juego .bg-escudo h2 {
	margin: 0;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 135px;
	width: 315px;
}

.juego .bg-escudo h2:first-child {
	margin-left: -450px;
}

.juego .escudo img {
	margin-top: -60px;
}

.juego .juego_texto {
	font-size: 40px;
	line-height: 45px;
	max-width: 500px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
	text-align: center;
}

.juego .juego_texto .grande {
	text-align: center;
	font-weight: 600;
	font-size: 50px;
	line-height: 55px;
}

.juego .juego_texto .flecha, .juego .juego_texto .flecha-invertida {
	width: 175px;
	height: 166px;
	background: url(../img/flecha.png) no-repeat;
	position: absolute;
	top: 0;
	left: 90%;
}

.juego .juego_texto .flecha-invertida {
	top: 180px;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.juego .juego_texto .enlaces-juego {
	margin: 20px 0;
}

.juego .juego_texto .enlaces-juego a {
	display: inline-block;
	font-family: 'ledcalculator', sans-serif;
	padding: 10px 40px;
	background: #33b399;
	color: #2D3E50;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.juego .juego_texto .enlaces-juego a:last-child {
	background: #2D3E50;
	color: #33b399;
}

.ver_clasificaciones {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	display: block;
	margin: 20px auto;
}

.ver_clasificaciones:hover {
	text-decoration: underline;
}


/** CABECERA */
#header-tablero.modulo {
	border-bottom: 4px solid #33b399;
	text-align: center;
	margin: 0;
}

#header-tablero figure {
	margin: 0;
}

#header-tablero figure img {
	width: 100px;
}

img.cronometro {
	width: 40%;
	max-width: 50px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#cronometro {
	font-family: 'ledcalculator', sans-serif;
	font-size: 18px;
	line-height: 20px;
}

.marcador {
	font-family: 'ledcalculator', sans-serif;
	text-align: center;
	position: relative;
	height: 100px;
}

.bg-marcador {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #2D3E50;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
}

.marcador .numeros {
	width: 100px;
	height: 50px;
	border: 5px solid #33b399;
	background: #2D3E50;
	color: #fff;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -55px;
	font-size: 28px;
	line-height: 50px;
}

.marcador .numeros:before {
	content: '';
	width: 50px;
	height: 8px;
	background: #33b399;
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -25px;
}

.marcador .aciertos, .marcador .fallos {
	width: 130px;
	height: 30px;
	background: #33b399;
	color: #2D3E50;
	position: absolute;
	top: 40px;
	font-size: 20px;
	line-height: 30px;
}

.marcador .aciertos {
	right: 50%;
	margin-right: 55px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-top-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
}

.marcador .fallos {
	left: 50%;
	margin-left: 55px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#body-tablero {
	padding: 40px 0;
	text-align: left;
	position: relative;
}

#body-tablero.text-center {
	text-align: center;
}

#body-tablero .num_pregunta {
	display: inline-block;
	padding: 0 40px;
	background: #33b399;
	color: #2D3E50;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#body-tablero .enunciado_pregunta {
	margin: 20px 40px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;	
}

#body-tablero .imagen_pregunta {
	float: left;
	max-width: 40%;
}

#body-tablero .respuestas_pregunta {
	float: left;
	margin-left: 80px;
}

.respuestas_pregunta .wrapper-respuesta {
	margin-bottom: 20px;
	cursor: pointer;
}

.respuestas_pregunta .wrapper-respuesta .letra {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border: 1px solid #2D3E50;
	font-size: 22px;
	line-height: 25px;
	width: 25px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.respuestas_pregunta .wrapper-respuesta .letra.active {
	background: #33b399 !important;
}

.respuestas_pregunta .wrapper-respuesta:hover .letra {
	background: #d3eae7;
}

.respuestas_pregunta .wrapper-respuesta .enunciado_respuesta {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	margin: 0 30px;
}

.respuestas_pregunta .wrapper-respuesta .resultado {
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	width: 25px;
	height: 25px;
}

.carafeliz {
	background-image: url(../img/carafeliz.png);
}

.caratriste {
	background-image: url(../img/caratriste.png);
}


.salir {
	font-family: 'ledcalculator', sans-serif;
	border-top: 4px solid #2D3E50;
	text-align: center;
	margin-top: 20px;
}

.salir .traslacion {
	position: relative;
	top: -50px;
}

.salir a {
	display: block;
	width: 33px;
	height: 33px;
	background: #2D3E50;
	padding: 10px;
	margin: 0 auto;
}


/** CLASIFICACION */
table.clasif {
	text-align: center;
	border-collapse: separate;
	border-spacing: 5px 2px;
	margin: 20px auto;
}

table.clasif th {
	font-family: 'ledcalculator', sans-serif;
	background: #33b399;
	color: #2D3E50;
	padding: 5px 20px;
	text-transform: uppercase;
}

table.clasif td {
	padding: 2px;
}