
html, body {
    margin: 0;
    padding: 0;
}

body, input, textarea {
    font-family: "Titillium Web", "Roboto", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1em !important;
}


#mainheader {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}


/************************************************ CELLS ************************************************/

div.sitewidth {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#sitiologo {
    width: 180px;
    height: auto;
    max-height: 150px;
    cursor: pointer;
}

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

#maincontentholder {
    padding: 0 1em;
    padding-top: 80px;
    width: calc(100% - 2em);
    float: none;
    border: 0;
}

#maincontentholder div.noticiaPageHolder {
    cursor: auto !important;
}

#maincontentholder img {
    max-width: calc(100% - 2em) !important;
    height: auto;
}

#mainderecha {
    width: 100%;
    float: none;
    border: 0;
}

#mainderecha div.bannerd {
    margin-bottom: 5px;
}

#mainderecha div.bannerd:last-child {
    margin-bottom: 0;
}

#mainderecha div.bannerd img {
    width: 100%;
}

#mainfooter {
    clear: both;
}

#mainfooter img {
    max-width: calc(100% - 2em) !important;
    height: auto;
}

#mainredes {
    width: 85px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: right;
}

#mainredes svg {
    padding: 8px;
    color: currentColor;
    fill: currentColor;
}

#mainredes div.red {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#mainredes div.red a {
    color: #fff;
}

#mainredes div.fb {
    background-color: #1778f2;
}

#mainredes div.x {
    background-color: #000;
}

#mainredes div.yt {
    background-color: red;
}

#mainredes div.ig {
    background-color: #f00075;
}

#ifVideo {
    width: 100%;
    height: 56vw;
}

#elAnuncio {
    margin-bottom: 5px;
}


#elAnuncio ins {
    background-color: #e6e6e6;
    width: 100% !important;
    height: 83vw !important;
}

#elAnuncio iframe {
    width: 100% !important;
    height: 83vw !important;
}

#maincontentholder .bannerc {
    width: calc(100vw - 2em);
    height: 110px;
    margin-top: 1em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: black;
}

#mainmenuholderOpener {
    width: 28px;
    height: 28px;
    font-size: 30px;
    padding: 5px 10px 18px 10px;
    margin: 10px;
    border: 1px solid #ccc;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

#mainmenuholderCloser {
    width: 22px;
    height: 28px;
    font-size: 30px;
    padding: 5px 10px 18px 10px;
    margin: 10px;
    border: 1px solid #ccc;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

#mainmenuholder {
    display: none;
    position: absolute;
    top: -150px;
    left: 0;
    padding: 1em;
    width: calc(100% - 2em);
    height: calc(100% + 150px + 2em);
    background-color: white;
}

#mainmenuholder a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

#mainmenuholder .mi {
    float: none;
    text-align: left;
    padding: 1em 1em 0 1em;
    width: calc(100% - 2em);
}


#mainmenuholder .mifirst {
    padding-top: 85px;
}

#mainmenuholder .submis {
    display: block;
}

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

#noticiaPrincipal {
    width: 100%;
    margin-bottom: 1em;
    cursor: pointer;
}

#noticiaPrincipal .pic {
    width: 100%;
    height: 320px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0.5em;
}

#noticiaPrincipal .fecha {
    width: 100%;
}

#noticiaPrincipal .canal {
    color: #007DC8;
    font-weight: bold;
    padding-right: 5px;
}

#noticiaPrincipal .categoria {
    font-weight: bold;
    padding-right: 5px;
}

#noticiaPrincipal .titulo {
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.25em;
}

#noticiaPrincipal .breve {
    width: 100%;
    font-size: 1.1em;
    font-style: italic;
}

#maincontentholder div.noticiaPageHolder .breve {
    margin-bottom: 1em;
}

#otrasNoticias {
    width: 100%;
    margin-top: 1em;
}

#otrasNoticias .otraNoticia {
    width: 100%;
    margin-bottom: 0.5em;
    cursor: pointer;
}

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

#otrasNoticias .otraNoticia .pic {
    width: 125px;
    height: 84px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0.5em;

    float: left;
}

#otrasNoticias .otraNoticia .fecha {
    width: 100%;
    padding: 5px 0;
}

#otrasNoticias .otraNoticia .canal {
    color: #007DC8;
    font-weight: bold;
    padding-right: 5px;
}

#otrasNoticias .otraNoticia .categoria {
    font-weight: bold;
    padding-right: 5px;
    display: none;
}

#otrasNoticias .otraNoticia .titulo {
    width: 100%;
    font-size: 0.9em;
    font-weight: bold;
}


div.titulo1 {
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.25em;
}


#cargarMasHolder {
    width: 100%;
    padding: 1em 0;
    text-align: center;
}

#cargarMasHolder input {
    background-color: #007DC8;
    color: white;
    border: 1px solid black;
}


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


.contactoContenidoHolder {
    display: block;
}

.contactoHolder {
    display: block;
}

.contactoHolder label {
    display: block;
    width: 97%;
}

.contactoHolder input[type=text] {
    display: block;
    width: 97%;
    margin-bottom: 1em;
}

.contactoHolder input[type=email] {
    display: block;
    width: 97%;
    margin-bottom: 1em;
}

.contactoHolder textarea {
    display: block;
    width: 97%;
    height: 25vh;
    margin-bottom: 1em;
    resize: none;
}

.contactoHolder input[type=button] {
    display: block;
    width: 45%;
    margin: 0 auto 1em auto;
}

#divCookies {
    display: none;
    position: fixed;
    width: calc(100% - 2em);
    padding: 1em;
    left: 0;
    bottom: 0;
    z-index: 999;
    background-color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    border-top: 3px solid black;
}

#divCookies #btnAceptarCookies {
    font-size: 1.5em;
    background-color: black;
    color: white;
    border: 0;
    border-radius: 50px;
    padding: 0.3em 1em 0.4em 1em;
    min-width: 50vw;
    cursor: pointer;
}

#divCookies #btnRechazarCookies {
    font-size: 1.5em;
    background-color: orangered;
    color: black;
    border: 0;
    border-radius: 50px;
    padding: 0.3em 1em 0.4em 1em;
    min-width: 50vw;
    cursor: pointer;
}