#seed-social-buttons-seed-sb-fix {
  background: url("../img/bg-redesSociales.png");
  position: fixed;
  margin: 60px 0 0 0;
  padding: 5px 0 0 5px;
  opacity: 1;
  right: 0;
  z-index: 999999;
  overflow:hidden;
}

#seed-social-buttons-seed-sb-fix > div {
  margin:2px 0;
  *margin:4px 0;
}

/*Share*/
.group_bottom .container-node-social {
  float: right;
  padding: 15px 27px 35px;
}
.comment-wrapper {
  width: 650px;
}
#sharrer-facebook a {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/fbook.png");
  background-repeat: no-repeat;
  background-position: 2px 1px;
  display: block;
  height: 25px;
  width: 25px;
}
#sharrer-twitter a {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/tweet.png");
  background-repeat: no-repeat;
  background-position: 2px 1px;
  display: block;
  height: 25px;
  width: 25px;
}
#sharrer-google a {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/gplus.png");
  background-repeat: no-repeat;
  background-position: 2px 1px;
  display: block;
  height: 25px;
  width: 25px;
}
#sharrer-twitter.sharrre,
#sharrer-facebook.sharrre,
#sharrer-google.sharrre {
  border: 1px solid #DDDDDD;
  margin: 0 10px;
  text-align: center;
  width: 80px;
}

#sharrer-twitter.sharrre a,
#sharrer-facebook.sharrre a,
#sharrer-google.sharrre a {
  text-decoration: none;
  color:#555;
  width: 80px;
}

#sharrer-twitter.sharrre .count,
#sharrer-facebook.sharrre .count,
#sharrer-google.sharrre .count {
  color: #9B9B9B;
  min-width: 24px;
  overflow: hidden;
  padding: 3px;
  text-align: left;
}

#sharrer-twitter.sharrre .share,
#sharrer-facebook.sharrre .share,
#sharrer-google.sharrre .share {
  /*border:1px solid #DDD;*/
  float: left;
  overflow: hidden;
  padding: 3px;
  text-indent: -999px;
  width: 25px;
}
#sharrer-twitter.sharrre .share:active,
#sharrer-facebook.sharrre .share:active,
#sharrer-google.sharrre .share:active {
  box-shadow:inset 0 5px 5px rgba(0,0,0,.5); 
}
