.mijuegos
 {
  top: 20px;
  width: 750px;
  height: 450px;
  border: 2px solid rgb(242, 242, 242);
  border-radius: 12px;
  background-image: url(../images/ftumaco22.png);
  background-size: 100% 100%;
 }
 
	.nube
		{ 
		   background-color: rgba(255, 255, 255, 0.73);
  border-radius: 12px;
  font-size: 20px;
  color:#DD2C00;
  padding: 5px;
  width: 92%;
  float: right;
  margin: 15px -15px 15px 15px;
  font-family: Chewy;
  text-align: center;
  height: 75px;
		}
	  #botes img:hover
	  {
		  -webkit-transition:-webkit-transform 0.8s ease-out; 
		  -moz-transition:-moz-transform 0.8s ease-out; 
		  -o-transition:-o-transform 0.8s ease-out; 
		  -ms-transition:-ms-transform 8.1s ease-out; 
		  transition:transform 0.8s ease-out;
		   -moz-transform: scale(1.1);
		   -webkit-transform: scale(1.1);
		   -o-transform: scale(1.1);
		   -ms-transform: scale(1.1);
		   transform: scale(1.1);
		  z-index:2000;
	  }
	  
	  .contenedorPieza
	  {
		width: 100px;
		height: 128px;
		float: left;
		background-size: 100%;
		background-repeat:no-repeat;
		margin: 2px;
		
	  }
	  #uno{   background-image: url('../images/tema/canastas/anfibio.png'); animation:1s bounce;}
	  #dos{   background-image: url('../images/tema/canastas/ave.png'); animation:1.5s bounce;}
	  #tres{   background-image: url('../images/tema/canastas/insecto.png'); animation:2s bounce;}
	  #cuatro{   background-image: url('../images/tema/canastas/mamifero.png'); animation:2.5s bounce;}
	  #cinco{   background-image: url('../images/tema/canastas/pez.png'); animation:3s bounce;}
	  #seis{   background-image: url('../images/tema/canastas/reptil.png'); animation:3.5s bounce;}
	  
	  .contenedorPieza img
	  {
		  position: relative;
		  width: 100%;
    	  height: auto;
		  margin-top: 28px;
	  }
	   #contenedorPiezas{
	      position: absolute;
    bottom: 75px;
    left: 10px;
    width: 650px;
    height: 240px;
    margin-left: 35px;
    padding-top: 26px;
	   }
	  #contenedorPiezas img
	  {
		  padding:2px;
	  }
	  #contenedorPiezas img:hover,  .contenedorPieza :hover
	  {
		  -webkit-transition:-webkit-transform 0.8s ease-out; 
		  -moz-transition:-moz-transform 0.8s ease-out; 
		  -o-transition:-o-transform 0.8s ease-out; 
		  -ms-transition:-ms-transform 8.1s ease-out; 
		  transition:transform 0.8s ease-out;
		   -moz-transform: scale(1.5);
		   -webkit-transform: scale(1.5);
		   -o-transform: scale(1.5);
		   -ms-transform: scale(1.5);
		   transform: scale(1.5);
		  z-index:2000;

		  
	  }
	  .botonesdeayuda
	  {
		  position: absolute; 
		  top: 1%;
		  right: 1%;
		  width:50px;
		  cursor:url(../images/hand.cur),auto!important;
	  }
	  
	  .numerostextos
	  {
		  position: absolute;
		  background: transparent;
		  border: 0px;
		  color: white;
		  font-family:Chewy;
  		  font-size:25px;
		  text-shadow:2px 2px blacK;
		  width:100px;
	  }
	  #text_plastico{ top: -70px; left: -10px; text-align: center;}
	  #text_papel{ top: -70px; left: 70px; text-align: center;}
	  #text_vidrio{ top: -70px; left: 150px; text-align: center; }
	  #text_organicos{ top: -70px; left: 225px; text-align: center;}
	  #youareawinner p
	  {
		  font-family:roboto;
		  font-size:25px;
		  color:white;
	  }
	  .tip{
	    cursor: url(../images/cursor/hand.cur) , auto!important;
	  }

