body{
    margin: 0;
    padding: 0;
}

h1{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

@font-face {
    font-family: Helvetica LT;
    src: url(HelveticaLT.ttf);
    src: url('HelveticaLT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Helvetica LT;
    src: url(HelveticaLT-Bold.ttf);
    src: url('HelveticaLT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Helvetica LT;
    src: url(HelveticaLT-BoldOblique.ttf);
    src: url('HelveticaLT-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Helvetica LT;
    src: url(HelveticaLT-Oblique.ttf);
    src: url('HelveticaLT-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Bebas Neue;
    src: url(BebasNeue-Regular.ttf);
    src: url('BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

footer #footer {
    width: 100%;
    height: 160px;
    background-color: #00A69C;
}

footer #footer .w90{
    width: 90%;
}

footer #footer .w30{
    width: 30%;
}

footer #footer .w15{
    width: auto;
    margin: 1%;
}

footer #footer {
    font-family: 'Helvetica LT';
    color: #FFFFFF;
    text-align: right;
    font-size: 16px
}

footer #footer .direcion{
    text-align: left;
    width: 70%;
}

footer #footer .contacto .w100{
    width: 100%
}

footer #footer .contacto .aviso a{
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
}


footer #footer .redes-footer img {
    width: 30px;
    cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width: 899px){
    footer #footer {
        width: 100%;
         height: auto; 
        background-color: #00A69C;
    }

    footer #footer .w90 {
        width: 90%;
        margin: 10px 0;
    }

    footer #footer .w30 {
        width: 90%;
        text-align: center;
        padding: 15px 0;
    }

    footer #footer .direcion {
        width: 100%;
        text-align: center;
    }
}