

.threed{
	opacity: 0.9;
}

.shrink:hover
{
 max-width: 100%;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}




.posi{
  background-color: #D8D8D8;
  opacity: 0.9;
 
}

.posi:hover{
  opacity: 1;
}




.color{
	background: ;
}
.color:hover
{
background:#53a7ea;
}


.threed:hover
{
box-shadow:
1px 1px #53a7ea,
2px 2px #53a7ea,
3px 3px #53a7ea;
-webkit-transform: translateX(-3px);
transform: translateX(-3px);
opacity: 1;
}
.grow:hover
{

-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);

}





.inventos:hover{
	 -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
}

	.invento{
			max-width: 100%;
			background-size: cover;
			border-radius: 6px;
			float: left;
			margin-right: -5px;
			opacity: .5;
			
			-webkit-transition:all .6s ease;
		}




		.invento:hover{
			opacity: 1;
			border-radius: 100px;
			-webkit-transform:scale(1.1) rotate(360deg);
			box-shadow: 0px 0px 05px #ddd;
			max-width: 100%;
			
		}
		.circle{
			border-radius: 100%;
		}


		.circle : hover
           {
          border-radius : 50% ;
             }

		.fondo{
		background-color:#F2F2F2 ;
		opacity: 0.8;
        
        ;}

        .fondo:hover{
        	background-color:  #E6E6E6;
        	opacity: 1;
  


		}


		.fondoo{
			background-color: #585858;

		}

		 .texto1{		
		font-size: 18px;
		}


		.texto1:hover{
			-webkit-transform: scale(.2);
           -ms-transform: scale(.2);
        transform: scale(1.1);

		}
		 .kimber{		
		max-width: 100%;
		opacity: 0.8;
		}


		.kimber:hover{
			-webkit-transform: scale(.2);
           -ms-transform: scale(.2);
        transform: scale(1.1);

		}


		 .texto{		
		font-size: 40px;

		color: #000000;

		font-weight: bold;

		text-align: center;


		text-shadow: rgb(0, 128, 128) 0px 1px 0px,

		rgb(181, 181, 181) 0px 2px 0px,

		rgb(172, 172, 172) 0px 3px 0px,

		rgb(160, 160, 160) 0px 4px 0px,

		rgb(145, 145, 145) 0px 5px 0px,

		rgb(127, 127, 127) 0px 6px 0px,

		rgba(0, 0, 0, 0.199219) 0px 7px 1px,

		rgba(0, 0, 0, 0.296875) 0px 8px 6px;
               
               
}




}