#flotante1 { 
  position:fixed;
 top:100px; 
 right:-250px; 
 float:right; 
 width:288px; 
 display:block; 
 padding:0; 
 z-index:1002; 
 /*
 transition: all 1s;
 -moz-transition: all 1s; 
 -webkit-transition: all 1s; 
 -o-transition: all 1s;
 */
}
#flotante2 { 
  position:fixed; 
  top:240px; 
  right:-300px; 
  float:right; 
  width:338px; 
  display:block; 
  padding:0; 
  z-index:1003; 
  border-radius:10px; 
  /*
  transition: all 1s;
  -moz-transition: all 1s; 
  -webkit-transition: all 1s; 
  -o-transition: all 1s;
  */
}
#flotante3 { 
  position:fixed; 
  top:380px; 
  right:-250px; 
  float:right; 
  width:288px; 
  display:block; 
  padding:0; 
  z-index:1004; 
  border-radius:10px; 
  /*
  transition: all 1s;
  -moz-transition: all 1s; 
  -webkit-transition: all 1s; 
  -o-transition: all 1s;
  */
}
#flotante1:hover, #flotante2:hover, #flotante3:hover { 
  /*
  right:0px; 
  transition: all 1s;
  -moz-transition: all 1s; 
  -webkit-transition: all 1s; 
  -o-transition: all 1s;
  */
}
div.likeboxwrap { margin-top:-5px; margin-left:-45px; width:238px; height:330px; background-color:#fff; overflow:hidden; border-radius:10px; }
div.likeboxwrap-linkedin { margin-top:-5px; margin-left:-45px; overflow:hidden; border-radius:10px; overflow: hidden; width: 290px; }
div.likeboxwrap-linkedin2 { margin-top:-5px; margin-left:-45px; overflow:hidden; border-radius:10px; height:220px; overflow: hidden; width: 290px; }
div.likeboxwrap-linkedin iframe,
div.likeboxwrap-linkedin2 iframe {
	top: -5px;
	left: -5px;
	position: relative;
}

@media only screen and (max-width: 800px)  {
	#flotante1 { 
		right:-230px; 
	}
	#flotante2 { 
		right:-280px;
	}
	#flotante3 { 
		right:-230px;
	}
}