#opciones_usuario_conocido {
    display: none;
}

#menu #elemento__ a#enlace__ {
    display: none;
}

#elemento__ {
    display: none;
    /*    background-image: url(/img/fdd_color.png);
        background-repeat: no-repeat;
        background-size: 23rem;
        height: 13rem;
        background-position: center;
        z-index: 20;*/
}

#menu .n1 > ul {
    display: none;
}

footer {
    display: none;
}

#escondedor {
    display: none;
}

header {
    background-color: transparent;
}

body {
    display: block;
    max-width: 1000px;
    background-color: #f1f1f1;
}

main {
    background-color: transparent;
}

fieldset {
    background-color: rgba(0, 0, 0, 0.06);
    margin-bottom: 1.2rem;
}

legend {
    position: relative;
    top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}

#logo {
    background-image: url(/img/fdd_color.png);
    background-repeat: no-repeat;
    background-size: 23rem;
    height: 13rem;
    background-position: center;
}

#sublogo {
    /*    position: absolute;
        top: 0.2rem;
        left: 0;
        width: 100%;*/
    text-align: center;
    font-size: 0.6rem;
    padding-right: 1rem;
    color: #61131e;
    margin-bottom: 3rem;
}

#rgpd_politica {
    font-size: 0.7rem;
    height: 3rem;
    overflow-y: auto;
}

input[type="submit"] {
    font-size: 1.3rem;
    padding: 0.7rem 1.8rem;
}