.footer .social a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
  background-color: #555555;
}
.footer .social a i {
  vertical-align: bottom;
  line-height: 36px;
}
.footer .social a.facebook {
    background-color: #4460ae;
}
.footer .social a.facebook:hover {
  background-color: #3b5998;
}
.footer .social a.gplus {
  background-color: #dd4b39;
}
.footer .social a.gplus:hover {
  background-color: #c21f25;
}
.footer .social a.twitter {
  background-color: #55acee;
}
.footer .social a.twitter:hover {
  background-color: #2795e9;
}
.footer .social a.instagram {
  background-color: #cd4378;
}
.footer .social a.instagram:hover {
  background: rgba(205, 67, 120, .5);
}
.footer .social a.email {
  background-color: #4a7f45;
}
.footer .social a.email:hover {
  background: rgba(74, 127, 69, .5);
}


.cabezal .social a {
  margin: 22px 5px 0 5px;
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
  background-color: #555555;
}
.cabezal .social a i {
  vertical-align: bottom;
  line-height: 36px;
}
.cabezal .social a.facebook {
    background-color: #4460ae;
}
.cabezal .social a.facebook:hover {
  background-color: #3b5998;
}
.cabezal .social a.gplus {
  background-color: #dd4b39;
}
.cabezal .social a.gplus:hover {
  background-color: #c21f25;
}
.cabezal .social a.twitter {
  background-color: #55acee;
}
.cabezal .social a.twitter:hover {
  background-color: #2795e9;
}
.cabezal .social a.instagram {
  background-color: #cd4378;
}
.cabezal .social a.instagram:hover {
  background: rgba(205, 67, 120, .5);
}
.cabezal .social a.email {
  background-color: #4a7f45;
}
.cabezal .social a.email:hover {
  background: rgba(74, 127, 69, .5);
}
