
#social-bar {
  display: block;
  float: left;
  width: 290px;
  height: 30px;
    padding: 0;
  
}
#social-bar li {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: 25px;
  height: 21px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0px !important;
}
#social-bar li a {
  position: absolute;
  height: 42px;
  width: 25px;
  top: 0;
  left: 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#social-bar li a:hover {
  top: -21px;
}
#social-bar .home a {
  background-image: url('/Web_2_0/Recursos/General/Web/home2.png');
}
#social-bar .blog a {
  background-image: url('/Web_2_0/Recursos/General/Web/blog2.png');
}
#social-bar .face a {
  background-image: url('/Web_2_0/Recursos/General/Web/face2.png');
}
#social-bar .twitter a {
  background-image: url('/Web_2_0/Recursos/General/Web/twit2.png');
}
#social-bar .tube a {
  background-image: url('/Web_2_0/Recursos/General/Web/tube2.png');
}
#social-bar .plus a {
  background-image: url('/Web_2_0/Recursos/General/Web/plus2.png');
}
#social-bar .email a {
  background-image: url('/Web_2_0/Recursos/General/Web/mail2.png');
}
#social-bar .insta a {
  background-image: url('/Web_2_0/Recursos/General/Web/insta2.png');
}