html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "avenir-light";
    font-size: 16px;
    font-size: 1.35vw;
}

img {
    border: none;
}

#accesorios {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.head {
    border-bottom: 2px solid #ff9e16;
    padding: 13px 20px;
    overflow: hidden;
}

.head img {
    vertical-align: middle;
    margin: 0 0.5em;
    max-height: 45px;
}

.head .right {
    float: right
}

.head .left {
    float: left
}

.head h1 {
    text-align: center;
    margin: 0;
    padding: 1em 200px;
    font-size: 1em;
}

.head>p {
    font-size: 0.8em;
    text-align: justify;
}

.head>p>span {
    text-decoration: underline;
}


/*-------------------------------------------------------- frame ----*/

.frame {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    bottom: 73px;
    background: #666;
    z-index: 1;
}

.frame iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/*-------------------------------------------------------- footer ----*/

.iconos_footer_izq img {
    height: 1.5em;
}

.azul {
    color: #0071b8;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}