
@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;

}

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

 .contenedor1{
			font-family: 'GillSansInfantW01',sans-serif;
			font-size: 25px;
			border: 1px solid #a5dff9;
			background: #e4f5fd;
			margin-top: 25px;
			color: #333;
			padding: 50px;
			-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: 800px;
			min-height:400px;
			margin: auto; 
			margin-top: 100px;
			margin-bottom: 0px;	
			}
		
		.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;
     
  }
}


