@font-face {
    font-family: 'Yanone Kaffeesatz';
    src:url('../template/yanone/YanoneKaffeesatz-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    src: url('../template/Sans/OpenSans-Regular.ttf') format('truetype');
}

* {
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: ; //**No colocar caracteristicas en Header Footer y Sanw sino en cada pag web - rgba(0,0,0,0.75)**//
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  letter-spacing: 1.5px;
}














body a {
    color: rgb(0,255,255);
}


body p {
    
    color: ; //**No colocar caracteristicas en Header Footer y Sanw sino en cada pag web - Chartreuse **//
    display: block;
 

}


















.footer {
    clear: both;
  background: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.copy {
  font-size: 11px;
  margin: 5px;
  color: Chartreuse;
}
.copyubic {
    display: block;
    font-size: 12px;
    margin: -5px;
  }
.footer .social [class^="icon-"] {
  display: inline-block;
  color: #0330ff;
  text-decoration: none;
  font-size: 30px;
  padding: 0px;
  background: #333;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 40px;
  text-align: center;
  
}










.social {
  width: px;
  height: 55px;
}
.imagen_social {
 border-radius: 50%;
 transition: transform 0.5s ease-out;   
}
.imagen_social:hover {
  transform: rotate(360deg);
}









@media(min-width:480px) {
 
  .footer .social [class^="icon-"] {
    margin: 0 10px;
  }


