/* CSS Document */
/*-------------------------------------------*/

	#zona_trabajo{
		  min-height: 100%;
		  margin-top: 8px;
		  left: 0px;
		  width: 100%;
		  border-radius: 12px;
		  position: absolute;
	}
	
 .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;
	  }
	  
	  #contenedorPiezas 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.2);
		   -webkit-transform: scale(1.2);
		   -o-transform: scale(1.2);
		   -ms-transform: scale(1.2);
		   transform: scale(1.2);
		  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;
	  }
	  #unoA,#dosA
	  {
		width: 118px;
		height: 143px;
		float: left;
		background-size: 100%;
		background-repeat:no-repeat;
		margin: 2px;
		
	  }
	  .vali1
	  {
		width: 100px;
		position: relative;
		top: 220px;
    	left: 255px;
    	display: none;
    	z-index: 10;
	  }
	  .vali2
	  {
		width: 100px;
		position: relative;
		top: 220px;
    	left: 365px;
    	display: none;
    	z-index: 10;
	  }
	 /* .contenedorPieza img
	  {
		    margin-top: 20px;
			position: relative!important;
			left: 0px!important;
			top: -33px!important;
	  }*/
	  
	    .contenedorPieza img
	  {
		    width:33%!important;
			position: relative!important;
			left:inherit!important;
			top:0px!important;
			padding:2px;
			border-radius:2px;
			z-index:0;
	  }
	  
	  
	   #unoA{   background-image: url('../images/tema/canastas/artificiales.png'); animation:1s bounce;}
	  #dosA{   background-image: url('../images/tema/canastas/naturales.png'); animation:1.5s bounce;}
	  
	  #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;
	  }

