
.movep1{
	  position: relative;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: 99; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: 99;
}

@-webkit-keyframes example {
  0%   {left:0px; top:0px;}
  50%  {left:0px; top:0px;}
	75%  {left:10px; top:0px;}
  100% {left:0px; top:0px;}
}

/* Standard syntax */
@keyframes example {
  0%   {left:0px; top:0px;}
  50%  {left:0px; top:0px;}
	75%  {left:10px; top:0px;}
  100% {left:0px; top:0px;}
}


/***************************************
//////////////
***************************************/
/* inicio  boton whathapp */

.float{
	position:fixed;

	bottom:20px;
	right:10px;


  z-index:100;
}


.my-float{
	margin-top:16px;
}

/* cierre boton whathapp */
