@charset "utf-8";
@import url("posicion.css");
/* CSS Document */




.rotar:hover {
  transition: transform .7s ease-in-out;
  transform: rotate(10deg) scale(1.2);

}

.zoom:hover {
	
  transition: transform .5s ease-in-out;
  transform: scale(1.1);

}	

.gira:hover {
  transition: transform .5s ease-in-out;
  transform: rotate(3600deg) scale(0.1);
  opacity: 0.1;
	

}

