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

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



@font-face {
  font-family: 'psfonticons';
  src:  url('../fonts/psfonticons.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;

}

	body{
		background: #979797 !important;
		user-select: none;
	}
	
	.cuadro_azul{
		width: 50px;
		height: 56px;
		background: #eaf8ff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 4px rgba(18,55,74,.7);
		-moz-box-shadow: inset 0 1px 4px rgba(18,55,74,.7);
		box-shadow: inset 0 1px 4px rgba(18,55,74,.7);
		margin-left: 10px;
	
	}
	
	.ajuste_margen_1{
		margin-bottom: 10px;
	}
	
	 

 .palabra_titulo1,.bloque_palabra{
	 
	 margin-bottom: 15px;
 }

 
 .titulo_principal{
	margin: 0 0 10px 0;
    font-size: 36px;
    color: #0076ba;
    clear: both;
	}
	
	.texto_secundario{
		line-height: 1.2em;
		font-size: 30px;
		color: #626262;
	}
	
	
	.oculto{
		display:none;
	}
	
	 
	
	.palabra_arrastrar{
		z-index: 99;
 		border-radius: 4px;
		border: 2px solid #468cb4;
		text-align: center;
		cursor:pointer; 
		background: #FFDA62;
			width: 50px;
		height: 56px;
		font-size: 31px;
		font-weight: bold;
	}
	
	.fondo_drop{
				background: #f7ffd7;

	}
	
	.draggable{
		   margin-bottom: 14px;
		   margin-right: 14px;
		   
			-webkit-user-select: none; /* Safari 3.1+ */
			-moz-user-select: none; /* Firefox 2+ */
			-ms-user-select: none; /* IE 10+ */
			user-select: none; /* Standard syntax */
		
	}
	
	
	.contenedor_palabra {
		margin-top: 22px;
	}
	
	.reset ,.mayus ,.boton_idioma{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px !important;
    border: 2px solid #45bdea !important;
    background: #47beeb;
    background: -webkit-linear-gradient(bottom,rgba(47,168,227,.5),rgba(171,234,255,.5));
    background: -moz-linear-gradient(bottom,rgba(47,168,227,.5),rgba(171,234,255,.5));
    background: linear-gradient(to top,rgba(47,168,227,.5),rgba(171,234,255,.5));
    text-shadow: none;
    filter: none;
    color: #fff;
	font-size: 26px !important;
	margin-top: 19px;
 }


.ajuste_centrar{
	    margin-top: 51px;
    margin: auto;
    width: 851px;
	
}

 .contenedor1{
 			font-size: 25px;
			border: 1px solid #a5dff9;
 			margin-top: 25px;
			color: #333;
			padding: 10px;
			-webkit-border-radius: 9px;
			-moz-border-radius: 9px;
			border-radius: 9px;
			-webkit-box-shadow: 0 4px 6px rgba(33,33,33,.45);
			-moz-box-shadow: 0 4px 6px rgba(33,33,33,.45);
			box-shadow: 0 4px 6px rgba(33,33,33,.45);		
			width: 750px;
			 height:345px;
			margin: auto; 
			margin-top: 100px;
			margin-bottom: 0px;	
			
			 
			background: #80c4e7;
			-webkit-box-shadow: 0 2px 3px rgba(33,33,33,.55);
			-moz-box-shadow: 0 2px 3px rgba(33,33,33,.55);
			box-shadow: 0 2px 3px rgba(33,33,33,.55);
			-webkit-border-radius: 9px;
			-moz-border-radius: 9px;
			border-radius: 9px;
 			z-index: 1;
			
			
			}
		
		.palabra_principal{
			font-family: 'GillSansInfantW01-Bold',sans-serif;

		}
		
		
		.icon_back {			
			position: relative;
			left: 3px;
			top: -191px;
			width: 54px;
			cursor: pointer;
		}
		
		.icon_back:before {
			font-family: "psfonticons";
			content: "\e621";
			font-size: 44px;
			color: #0a598d;
		}
		
		.icon_next {
			position: relative;
			left: 3px;
			top: -191px;
			width: 54px;
			cursor: pointer;
	
		}
		
		.icon_next:before {
			font-family: "psfonticons";
			content: "\e620";
			font-size: 44px;
			color: #0a598d;	
		}
		
		.panel_text1 {  
			position: relative;
			left: 11px;
			top: -212px;
			font-size: 11px;
			color: #0a598d;
		}
		
				
		
		  .boton1 {
			width: 38px;
			height: 22px;
			margin-top: 8px;
			margin-left: 12px;
			background: url(../images/switch.png) -2px -26px;
			    cursor: pointer;

		}
		
		.boton2 {
 			    cursor: pointer;
				width: 38px;
			height: 22px;
			margin-top: 8px;
			margin-left: 12px;
			background: url(../images/switch.png)  -2px -2px;
			    cursor: pointer;

		}
		
		.palabra{
			text-decoration: underline ;      

		}
		
		.grupo1,.grupo2{
			cursor: pointer;
		}
		
		.cuadro{

			width: 54px;

			-webkit-user-select: none; /* Safari 3.1+ */
			-moz-user-select: none; /* Firefox 2+ */
			-ms-user-select: none; /* IE 10+ */
			user-select: none; /* Standard syntax */

  
		}
		
		
		

		
.bocina1{
    width: 36px;
    height: 36px;
    background: url(../images/galleryskin.png) -212px -105px no-repeat;
    cursor: pointer;
	
	margin-top: 0px;
	margin-left: 17px;
}

.bocina2{
    width: 36px;
    height: 36px;
    background: url(../images/galleryskin.png) -107px -105px no-repeat;
    cursor: pointer;
}

.col-md-8{
	    padding-left: 6px !important;
	
}

#parent { 
  position: relative; 
} 
#child { 
  position: absolute; 
  right: 27px; 
  top: 32px;
   
}

 

@media only screen and (max-width: 800px) {
	#child{
		left: -6px !important;
     
  }
}


