@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url(reproductor.css);
@import url(facebook.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body {

    font-family: 'Staatliches', cursive;
    text-align: center;
    background-image: url(back.png);
}

header {
    width: 100%;
    height: 90px;
    background: #333;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.contenedor{
    width: 98%;
    margin: auto;
}

section {
    width: 100%;
    margin-bottom: 20px;   
}

.copy{
    font-size: 12px;
    color: #fff;
}

.mail{
    font-size: 11px;
    color: #fff;
}