/*General*/
html {
    zoom: 0.9;
}

form, body, html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    cursor: default;
    font-size: 9pt;
    overflow: hidden;
}

body > #lpd {
    height: 100%;
    overflow: auto;
}

#_bdy {
    overflow: hidden !important;
}

div {
    background-repeat: no-repeat;
}

form, body, .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#cabecera{
    background-image: url("../img/pma/fondo_plataforma.jpg");
    background-size: cover;
    background-position: center;
    padding: 50px;
    font-size: 12pt
}
    .texto{
        float: left;
    }
    .logo{
        width: 100%;
        height: 65px;
        background-image: url("../img/pma/AF\ plataforma.png");
        background-size: contain;
        background-position: left;
        margin-bottom: 0px;
        margin-left: -10px;
    }
    .cerrar_info{
        width: 30px;
        height: 30px;
        background-image: url("../img/cerrar.png");
        background-size: cover;
        background-position: center;
        float: right
    }
    #contenido{
        padding: 150px;
        padding-top: 50px;
    }
        #cookiesTexto{
            padding-bottom: 20px;
            font-size: 30pt;
        }
    #contenido > div{
        font-size: 15pt;
    }

/* cookies */
#avisoCookies{
    text-align: center;
    width: calc( 100% - 112px);
    margin-left: 56px;
    z-index: 150;
    background-color: #ffffff94;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}
#avisoCookies > div{
    padding: 0px 7px 0px;
    display: inline-block;
}
.aceptar-cookies{
    cursor: pointer;
}


/*Idiomas*/
#_selIdiomaInicio {
    padding: 0px !important;
}

#_idiomaActualInicio {
    letter-spacing: 1px;
    cursor: pointer;
    padding: 13px 10px 12px;
}

    #_idiomaActualInicio:hover {
        font-weight: bold;
        background-color: none;
    }

#_vntIdiomaInicio {
    bottom: 0px;
    background: none;
}

#_selectorIdiomaInicio {
    bottom: 40px;
    background: none;
}

#_selectorIdiomaInicio, #_vntIdiomaInicio {
    display: none;
    position: absolute;
    padding: 10px 10px 0px;
    box-shadow: 0px 13px 0px -12px #000;
    text-align: center;
}

    #_selectorIdiomaInicio > div {
        margin-bottom: 10px;
        letter-spacing: 1px;
        cursor: pointer;
    }

        #_selectorIdiomaInicio > div.sel, #_selectorIdiomaInicio > div:hover {
            font-weight: bold;
        }