/************************************************ WIDE SCREEN ************************************************/

@media (min-width: 1300px) {

    div.sitewidth {
        width: 1300px;
    }


    #mainmenuholder .mi {
        width: calc(1300px / var(--main-menu-slots));
    }

    #maincontentholder {
        width: calc(900px - 2em);
        float: left;
        border: 0;
    }

    #maincontentholder img {
        max-width: calc(900px - 2em) !important;
    }

    #mainderecha {
        width: 400px;
        float: left;
        border: 0;
    }

    #ifVideo {
        width: 400px;
        height: 225px;
    }

    #elAnuncio ins {
        width: 400px !important;
        height: 333px !important;
    }

    #elAnuncio iframe {
        width: 400px !important;
        height: 333px !important;
    }

    #noticiaPrincipal .pic {
        height: 450px;
    }

    #mainfooter img {
        max-width: calc(900px - 2em) !important;
    }

    .contactoContenidoHolder {
        float: left;
        width: 50%;
        min-height: 80vh;
    }

    .contactoHolder {
        float: left;
        width: calc(50% - 1em);
        min-height: 80vh;
        padding: 0 0 0 1em;
    }

    #divCookies #btnAceptarCookies {
        min-width: 10vw;
    }

    #divCookies #btnRechazarCookies {
        min-width: 10vw;
    }

}



