@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html {
	padding: 0;
	margin: 0;
	background-image: url(../imagenes/fondo-repite.jpg);
	background-attachment: fixed;
}
body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #666;
}



.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
	
}
img{opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;}
	
.img:hover{	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	border: 0px;
	cursor:pointer;
	}
.enhorabuena {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10000000000;
	background-image: url(../imagenes/fondo-interes.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	background-color: rgba(255,255,255,0.8);
	display: none;
}
.enhorabuena-botones a {
	color: #FFF;
	text-decoration: none;
}

.enhorabuena-contenedor {
	height: 500px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 200px;
	padding-left: 80px;
}
.enhorabuena-botones {
	height: 80px;
	width: 100%;
}
.mal {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10000000000;
	background-image: url(../imagenes/fondo-interes.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	background-color: rgba(255,255,255,0.8);
	display: none;
}
.mal-botones a {
	color: #FFF;
	text-decoration: none;
}

.mal-contenedor {
	height: 500px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 200px;
	padding-left: 80px;
}
.mal-botones {
	height: 80px;
	width: 100%;
}

.repetir {
	background-color: #FF380A;
	width: 200px;
	border-radius: 20px;
	box-shadow: 1px 10px 10px rgba(0,0,0,0.1);
	font-size: 2em;
	font-weight: bolder;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/ico-juegos.png);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	line-height: 30px;
}
.siguiente {
	background-color: #86A629;
	width: 200px;
	border-radius: 20px;
	box-shadow: 1px 10px 10px rgba(0,0,0,0.1);
	font-size: 2em;
	font-weight: bolder;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/ico-juegos.png);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	line-height: 30px;
	margin-top: 10px;
}


.cabecera {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../imagenes/titulo-actividad-ahorcado.png);
	background-repeat: no-repeat;
	margin-top: 3px;
	height: 160px;
}
.titulos {
	width: 650px;
	float: left;
	height: auto;
}

.titulos h1 {
	font-size: 2.2em;
	color: #C8271B;
	color: #CC2D20;
	margin: 0px;
	padding-left: 150px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-shadow: 5px 5px 5px #ffffff;
}
.titulos h2 {
	font-size: 1.5em;
	color: #333333;
	padding-top: 0px;
	margin: 0px;
	padding-left: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-shadow: 5px 5px 5px #ffffff;
	font-weight: bolder;
}
.tiempo {
	height: auto;
	width: 150px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 150px;
	padding-top: 5px;
	background-repeat: no-repeat;
}
.intentos {
	height: auto;
	width: 150px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 10px;
	padding-top: 5px;
	background-repeat: no-repeat;
}
.letrero {
	font-size: 0.2em;
	font-weight: bold;
	text-transform: none;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.numero {
	background-color: #CC2D20;
	height: 112px;
	width: 112px;
	font-size: 2.7em;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	margin-top: 7px;
	text-align: center;
	vertical-align: middle;
	border: 13px solid #932117;
	padding: 10px;
}
.numero2 {
	background-color: transparent;
	border: 0px solid #CC2D20;
	font-size: 1em;
	font-weight: bolder;
	color: #FFF;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.ayuda {
	background-color: #72CCFA;
	height: 70px;
	width: 70px;
	position: absolute;
	top: 150px;
	border-radius: 50%;
	right: 20px;
	box-shadow: 1px 10px 10px rgba(0,0,0,0.1);
	background-image: url(../../img/interrogacion.png);
	background-repeat: no-repeat;
	background-position: center;
}
.centrar {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


.md-modal {
	position: fixed;
	top: 53%;
	left: 50%;
	width: 100%;
	max-width: 60%;
	min-width: 95%;
	height: auto;
	z-index: 100000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
.md-close {
	float: right;
	position: absolute;
	z-index: 1000;
	right: 0px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(0,0,0,0.8);
	background-image: url(../imagenes/fondo-repite.jpg);
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.contenedor-img-video {
	width: 100%;
	height: auto;
	text-align: center;
}
.contenedor-img-video-reglas {
	width: 100%;
	height: auto;
}
#video-reglas {
	width: 40%;
	float: left;
	margin-bottom: 50px;
}
.texto {
	float: right;
	width: 60%;
	line-height: 30px;
}

.imagen {
	height: 300px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#video-ayuda {
	width: 40%;
}


/* Content styles */
.md-content {
	position: relative;
	border-radius: 3px;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../../img/fondo.jpg);
	background-position: center center;
	background-color: #FFF;
	border: 10px dashed #7CA3A6;
	font-size: 1.3em;
	font-weight: lighter;
	text-align: justify;
	border-radius: 20px;
	padding: 10px;
	color: #333;
	background-repeat: no-repeat;
	float: right;
	width: 100%;
}
.md-content h3 {
	font-size: 2em;
	border-radius: 3px 3px 0 0;
	color: #CC2D20;
	text-shadow: 3px 3px 3px #fff;
	padding-top: 2em;
	padding-right: 0.4em;
	padding-bottom: 0.5em;
	padding-left: 3.5em;
	background-image: url(../imagenes/titulo-actividad-ahorcado.png);
	background-repeat: no-repeat;
}
.md-content h4 {
	margin: 0;
	font-size: 2.4em;
	border-radius: 20px;
	color: #FFFFFF;
	background-color: #CC2D20;
	background-image: url(../../img/fondo-botones.png);
	padding: 0.2em;
}

.contenedor {
	width: 100%;
	border: 5px dashed #7CA3A6;
	height: auto;
	border-radius: 20px;
	margin-bottom: 10px;
	background: rgba(255,255,255,0.6);
	float: right;
	
}

.contendor-frase {
	height: 380px;
	width: auto;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 10px;
	background-image: url(../imagenes/fondo-separador-ahorcado.png);
	background-repeat: no-repeat;
	background-position: -1px 8px;
}


.contendor-frase img {
	width: 100%;
	height: 100%;
}

.letras {
	height: 70px;
	width: 70px;
	background-color: #FFF;
	border: 2px solid #7CA3A6;
	border-radius: 10px;
	position: relative;
}
.color {
	height: 70px;
	width: 70px;
	background-color: #AED635;
	border: 2px solid #7CA3A6;
	border-radius: 10px;
}

.contendor-ahorcado {
	height: 380px;
	width: 250px;
	float: right;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ahorcado1 {
	background-image: url(../imagenes/ahorcado1.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
	position: absolute;
	margin-top: 270px;
	z-index: 10;
	visibility:hidden;
}
.ahorcado2 {
	background-image: url(../imagenes/ahorcado2.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 80px;
	position: absolute;
	margin-top: 160px;
	visibility:hidden;
}
.ahorcado3 {
	background-image: url(../imagenes/ahorcado3.png);
	background-repeat: no-repeat;
	height: 214px;
	width: 138px;
	position: absolute;
	margin-left: 100px;
	margin-top: 5px;
	visibility:hidden;
}
.ahorcado4 {
	background-image: url(../imagenes/ahorcado4.png);
	background-repeat: no-repeat;
	height: 119px;
	width: 137px;
	position: absolute;
	margin-left: 100px;
	margin-top: 170px;
	z-index: 10;
	visibility: hidden;
}
.ahorcado5 {
	background-image: url(../imagenes/ahorcado5.png);
	background-repeat: no-repeat;
	height: 162px;
	width: 162px;
	position: absolute;
	margin-top: 50px;
	z-index: 100;
	margin-left: 25px;
	visibility:hidden;
}
.ahorcado9 {
	background-image: url(../imagenes/ahorcado6.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 66px;
	position: absolute;
	margin-top: 178px;
	z-index: 100;
	margin-left: 165px;
	visibility: hidden;
}
.ahorcado8 {
	background-image: url(../imagenes/ahorcado9.png);
	background-repeat: no-repeat;
	height: 82px;
	width: 41px;
	position: absolute;
	margin-top: 205px;
	z-index: 100;
	margin-left: 100px;
	visibility:hidden;
}
.ahorcado7 {
	background-image: url(../imagenes/ahorcado7.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 54px;
	position: absolute;
	margin-top: 256px;
	z-index: 10;
	margin-left: 140px;
	visibility:hidden;
}
.ahorcado6 {
	background-image: url(../imagenes/ahorcado6.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 59px;
	position: absolute;
	margin-top: 240px;
	z-index: 10;
	margin-left: 170px;
	visibility:hidden;
}
.ahorcado10 {
	background-image: url(../imagenes/ahorcado10.png);
	background-repeat: no-repeat;
	height: 162px;
	width: 162px;
	position: absolute;
	margin-top: 50px;
	z-index: 1000;
	margin-left: 28px;
	visibility:hidden;
}

.contenedor-que-es {
	float: right;
	height: 90px;
	width: 100%;
}
.que-es {
	background-color: #CC2D1F;
	height: 50px;
	width: 500px;
	box-shadow: 1px 10px 10px rgba(0,0,0,0.1);
	background-repeat: repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 2em;
	font-weight: bolder;
	margin-top: 15px;
	border-radius: 10px;
	background-image: url(../../img/fondo-botones.png);
}
.contendor-dactilologico {
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: right;
	text-align: center;
}
.signo {
	height: 45px;
	width: 45px;
	text-align: center;
	margin: 8px;
	border-radius: 10px;
	background-color: #CFE787;
	float: left;
	position: relative;
}
.signo2 {
	height: 45px;
	width: 45px;
	text-align: center;
	margin: 8px;
	border-radius: 10px;
	background-color: #D53A2A;
	float: left;
	position: relative;
}

.signoSeleccionado {
	height: 45px;
	width: 45px;
	text-align: center;
	margin: 8px;
	border-radius: 10px;
	background-color: #003300;
	float: left;
	position: relative;
}

@media screen and (max-width: 64em) {
/*.contendor-frase {
	height: 380px;
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 10px;
}

.contendor-frase table {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}*/
.contendor-ahorcado {
	height: 380px;
	width: 500px;
	float: right;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}

}
