﻿.contenedor {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    -moz-border-radius: 5px 5px 5px 5px;
    position: absolute;
    top: 70px;
    outline: none;
}

.botones {
    /* font-weight: 100; */
    background: #fff;
    color: #474747;
    padding: 10px 7px;
    margin: 10px 0;
    cursor: pointer;
    width: 80%;
    font-size: 17px;
    border: 1px solid white;
    margin-top: 0px;
    text-align: start;
    outline: none;
}

.iconos {
    width: 30px;
}


@media screen and (max-width: 320px) {

    .botones {
        font-size: 16px;
    }

    .contenedor {
        top: 47px;
    }

    .iconos {
        width: 30px;
        margin-top: -4px;
    }
}
