@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?s3tv08');
  src:  url('fonts/icomoon.eot?s3tv08#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?s3tv08') format('truetype'),
    url('fonts/icomoon.woff?s3tv08') format('woff'),
    url('fonts/icomoon.svg?s3tv08#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\ea83";
}
.icon-mail2:before {
  content: "\ea84";
}
.icon-mail3:before {
  content: "\ea85";
}
.icon-mail4:before {
  content: "\ea86";
}
.icon-google:before {
  content: "\ea88";
}
.icon-google2:before {
  content: "\ea89";
}
.icon-google3:before {
  content: "\ea8a";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-google-plus2:before {
  content: "\ea8c";
}
.icon-google-plus3:before {
  content: "\ea8d";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube2:before {
  content: "\ea9e";
}
.icon-tumblr:before {
  content: "\eab9";
}
.icon-tumblr2:before {
  content: "\eaba";
}
.icon-yahoo2:before {
  content: "\eabc";
}

*{
    margin: 10;
    padding: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.contenido{
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 2000;
}
.social li a {
    color: white;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    width: 60px;
    height: 60px;
    padding: 18px;
}
.social li a:hover {
  background-color: black; width: 80px;
}
.facebook {
  background-color: #222283;
}

