/************************************************ SMALL SCREEN ************************************************/

@media (min-width: 1000px) {

    div.sitewidth {
        width: 1000px;
    }

    #mainmenuholderOpener {
        display: none;
    }

    #mainmenuholderCloser {
        display: none;
    }

    #mainmenuholder {
        display: block;
        position: relative;
        top: unset;
        left: unset;
        padding: 0;
        width: 100%;
        height: 56px;
    }


    #mainmenuholder .mi {
        float: left;
        text-align: center;
        padding: 1em 0;
        width: calc(1000px / var(--main-menu-slots));
    }

    #mainmenuholder .submis {
        display: none;
        background-color: white;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid black;
        padding-bottom: 1em;
        z-index: 99;
    }

    #mainmenuholder .submi {
        padding: 1em 1em 0 1em;
    }

    #sitiologo {
        width: 200px;
        height: auto;
        max-height: 150px;
    }

    #mainlogo {
        position: absolute;
        top: 15px;
        left: 15px;
    }


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

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

    #mainredes {
        width: 175px;
    }

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

    #ifVideo {
        width: 300px;
        height: 169px;
    }

    #elAnuncio ins {
        width: 300px !important;
        height: 250px !important;
    }

    #elAnuncio iframe {
        width: 300px !important;
        height: 250px !important;
    }

    #maincontentholder .bannerc {
        width: 100%;
    }

    #noticiaPrincipal .pic {
        height: 360px;
    }

    #otrasNoticias .otraNoticia {
        width: calc(50% - 8px);
        margin-bottom: 1em;
        cursor: pointer;
        float: left;
    }

    #otrasNoticias .otraNoticia:nth-child(odd) {
        background-color: unset;
        margin-right: 1em;
    }

    #otrasNoticias .otraNoticia .pic {
        width: 100%;
        height: 210px;
    }

    #otrasNoticias .otraNoticia .categoria {
        display: inline;
    }

    #otrasNoticias .otraNoticia .titulo {
        font-size: 1em;
    }

    .noticiasPageHolder .otraNoticia {
        width: 100% !important;
        margin-bottom: 0.5em !important;
        cursor: pointer !important;
        float: none !important;
    }

    .noticiasPageHolder .otraNoticia:nth-child(odd) {
        background-color: #eaeaea !important;
    }

    .noticiasPageHolder .otraNoticia .pic {
        width: 200px !important;
        height: 134px !important;
    }

    .noticiasPageHolder .otraNoticia .titulo {
        padding-right: 1em !important;
        width: calc(100% - 1em) !important;
        font-size: 1em !important;
    }

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

    #mgkhndlr {
        height: 0;
        display: block;
    }

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

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

}


