@font-face {
    font-family: fira;
    src: url(../font/FiraSans-Regular.woff2);
    font-display: swap;
}
@font-face {
    font-family: roboto;
    src: url(../font/Roboto-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: oswald;
    src: url(../font/Oswald-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: lato;
    src: url(../font/Lato-Regular.ttf);
    font-display: swap;
}
.oswald{
    font-family: 'oswald','fira','roboto',Arial, sans-serif;
}
* {
    outline: none !important;
    outline-width: 0 !important;
}

div.portaImgCentroArribaAlto {
    text-align: center;
    margin: 12px 0;
}

div.portaImgCentroArribaAlto img {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1) inset;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1) inset;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1) inset;
    /*max-width: 94%;*/
}

div.portaImgCentroArribaAlto img.imgManual220,
img.imgManual220 {
    width: 220px;
    background-color: #a2d9dc;
    padding: 2px;
    margin-top: 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 4px 4px 4px 0px rgb(50 50 50 / 75%);
    -moz-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 4px 0px rgb(50 50 50 / 75%);
}

div.portaImgCentroArribaAlto img.imgManual,
img.imgManual {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 600px;
    background-color: #a2d9dc;
    padding: 2px;
    margin-top: 10px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 4px 4px 4px 0px rgb(50 50 50 / 75%);
    -moz-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 4px 0px rgb(50 50 50 / 75%);
}

html,
body {
    height: 99.7%;
    margin: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0 auto;
    font-family: Arial;
}

table,
th,
td {
    border-collapse: collapse;
}

.linkManual {
    background-color: white;
    color: rgb(36, 163, 11);
    border: 0px solid #ccc;
    padding: 2px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1em;
    margin-left: 4px;
}

.linkManual:hover {
    background-color: #4CAF50;
    color: white;
}

.liManual {
    background-color: white;
    color: rgb(0, 0, 0);
    border: 0px solid #ccc;
    padding: 3px 5px 3px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3em;
    margin-left: 4px;
}

button {
    border: 1px solid #ccc;
    background-color: white;
}

div,
section {
    margin: 0;
    padding: 0;
}

table {
    margin: 0 auto
}

h2,
h3,
h4 {
    text-align: center;
}

img {
    margin: 0 6px;
}

.Tleft {
    text-align: left;
}

.Tder {
    text-align: right;
}

.Tcentro {
    text-align: center;
}

.blanco {
    color: white
}

.Fleft {
    float: left
}

.Fright {
    float: right
}

div.central {
    margin: 5px auto;
    text-align: center;
    max-width: 1200px;
    padding: 6px 4px
}

div.line {
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px 0 0;
    min-width: 90px;
    border: 0px solid #aaa;
}

div.line0 {
    display: inline-block;
    vertical-align: top;
    margin: 2px 2px 0 0;
    min-width: 50px;
    border: 0px solid #aaa;
}

div.lineBajo {
    border-bottom: 1px solid #ddd;
}

div.columna {
    margin: 8px 5px 5px 2px;
}

.rigth {
    text-align: right
}

.left {
    text-align: left;
}

.mano {
    cursor: pointer;
}

.radius3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.radius5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.letra-mayor {
    font-size: 1.3em;
}

.tit {
    font-size: 1.3em;
    padding-top: 18px;
    font-weight: 600;
}

.tit-sub {
    font-size: 1.1em;
    padding: 25px 0 10px 10px;
    font-weight: 600;
}

.tit-sub-sub {
    font-size: 1em;
    font-family: 'fira','roboto', sans-serif;
    padding: 4px 4px 2px 0px;
    font-weight: 600;
}

.bodytx {
    font-size: 1.12em;
    padding-top: 2px;
    padding-left: 20px;
}

.item {
    font-weight: 600;
    min-width: 100px;
    padding-right: 8px
}

div#contenedor {
    max-width: 1200px;
    min-width: 300px;
    margin: 0 auto;
    height: 100%;
    border: 0px solid red;
}

div.contenedor {
    display: none;
}

header {
    margin: 0 auto;
}

section#body {
    display: block;
    margin: 0 auto;
    padding: 8px;
    overflow: hidden;
    /*text-align: center; border: 1px solid violet */
}

section#cuello {
    margin: 0 auto;
    overflow: auto;
}

div#buscar img.menu_ {
    width: 45px;
    cursor: pointer;
    opacity: 0;
    float: left;
}

section#left {
    overflow: auto;
    min-width: 20%;
    background-color: white;
}

section#centro {
    width: 100%;
    overflow: hidden;
}

section#right {
    overflow: auto;
}

section#left,
section#right,
section#centro,
div#columna {
    text-align: left;
    vertical-align: top;
    border: dashed gray 0px;
}

div#elegido {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

div#titulo-nodo {
    padding-left: 8px;
}

footer {
    background-color: darkolivegreen;
    padding: 8px;
}

img#logo {
    width: 80px;
}


/*
    ITEM MENU LEFT
*/

.item-menu-left {
    margin: 4px 3px 5px 3px;
    background-color: white;
    padding: 2px;
    font-size: 0.95em;
    font-family: 'fira','roboto', sans-serif;
    cursor: pointer;
}

.item-menu-left:hover {
    font-weight: 600;
    /* color: rgb(10, 51, 187);
    background-color: yellow; */
}

.cortina {
    display: none;
}


/*

CAJAS MENU

*/

.item-menu-box {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 150px;
    overflow: hidden;
    margin: 0px 5px 10px 5px;
    background-color: white;
    padding: 7px;
    font-size: 0.95em;
    font-family: 'fira','roboto', sans-serif;
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.item-menu-box:hover {
    border-color: #29bcf2;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.30);
}

.item-menu-box img.publi {
    max-width: 150px;
}

div.imgPubli {
    text-align: center;
    min-height: 50px;
    height: 50px;
    width: 99%;
    margin-bottom: 4px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

@media only screen and (min-width: 340px) {
    .tit-box {
        cursor: pointer;
        font-size: 1.0em;
        min-height: 16px;
        max-height: 16px;
        overflow: hidden;
        text-align: left;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        padding: 6px 0px;
        color: #007899;
    }

    .body-box {
        line-height: 17px;
        font-size: 1.05em;
        font-family: 'PT Sans Narrow', sans-serif;
        min-height: 60px;
        max-height: 80px;
        overflow: hidden;
        cursor: pointer;
    }

    .fecha-box {
        font-size: 0.8em;
        font-family: 'Oswald', sans-serif;
        font-style: italic;
        text-align: right;
        margin: 5px 3px 3px 4px;
    }
}


/*

    Modal
    
*/

div#flot {
    display: none;
    position: fixed;
    z-index: 100;
    /* width: 100%;
    height: 100%; */
    background-color: rgba(34, 34, 34, .5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    text-align: center;
}

div#modal {
    overflow: hidden;
    color: white;
    font-size: 1em;
    width: 96%;
    max-width: 850px;
    min-height: 320px;
    background-color: white;
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

div#head-modal {
    background-color: darkred;
    padding: 8px;
    min-height: 30px;
}

div#tit-modal-tit {
    float: left;
    font-size: 2.2em
}

div#tit-modal-icon {
    float: right;
    font-size: 1.9em;
    margin-top: 0px;
    cursor: pointer;
}

div#tit-modal-icon:hover {
    color: rgb(255, 0, 0);
}

section.pqtPregunta {
    break-inside: avoid;
    margin-bottom: 20px;
}


/*

TABLA

*/

table#body {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

table#body td.uno {
    width: 15%;
    vertical-align: top;
}

table#body td.dos {
    min-width: 78%;
    vertical-align: top;
}

#busca-div {
    font-size: 1.1em;
    border: 1px solid #ccc;
}

#busca-div #busca {
    padding: 3px;
    border: 0px solid #ccc;
}


/*  OTROS */

.colorSis {
    color: #126b83;
}

form {
    display: inline-block;
}

article.log_rot,
article.mens {
    z-index: 1;
}

.log_pass {
    display: none;
}

article.mens {
    display: none;
}


/* no usado */

div.divWebSalir {
    padding-bottom: 4px;
    margin: 4px;

}

div.divWebSalir input[type=submit] {
    font-size: 1.6em;
    min-width: 60px;
    height: 83px;
    padding: 2px 4px;
    margin-top: 5px;
    margin-left:5px;
    border: 1px solid #aaa;
    background-color: #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: 'fira','roboto', Arial, sans-serif;
}

.btn_panel_usr {
    margin-bottom: 6px;
    padding: 6px 0;
    min-width: 104px;
    cursor: pointer;
    background-color: rgb(229, 229, 229);
}

div#buscar {
    margin: 0 auto;
    text-align: center;
}

#login,
#suscri {
    border: 1px solid #ccc;
    padding-left: 4px;
    margin: 0px 5px 5px 5px;
    text-align: left;
    background-color: white;
}

.login_box,
.suscri_box,
.buscar_box {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    background-color: white
}

.buscar_input {
    height: 100%;
    padding: 3px 4px;
    border: 0px solid green;
    font-size: 1.0em;
    min-width: 350px;
}

.buscar_icon {
    background: url('../img/search24.png') no-repeat;
    background-size: 20px 20px;
    background-position: 5px;
    min-width: 30px;
    display: inline-block;
    cursor: pointer;
}

.login_input,
.suscri_input {
    width: 160px;
    padding: 1px 1px;
    font-size: 0.80em;
    font-weight: 500;
    border: 0px solid transparent;
    outline: 0px dashed transparent;
}

.suscri_text,
.login_text,
.login_text1,
.login_text2 {
    min-width: 80px;
    display: inline-block;
    text-align: center;
    padding: 6px 6px;
    font-size: 0.75em;
    font-weight: 600;
    color: #555;
    border-left: 1px solid #ccc;
    cursor: pointer;
    background-color: rgb(193, 230, 251);
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}

#suscri_btn {
    min-width: 80px;
    display: inline-block;
    padding: 6px 6px;
    font-size: 0.75em;
    font-weight: 600;
    color: #555;
    border: 0px solid green;
    border-left: 1px solid #ccc;
    background-color: rgb(193, 230, 251);
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.30);
}

.login_text {
    padding: 3px 6px;
}

.imgSearch {
    display: inline-block;
}

.imgSearch img {
    width: 32px;
    background-size: 140%;
}

.noselect {
    user-select: none;
}

.nameUser {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin: -4px 0 4px;
}

#navCelu {
    display: none;
}

#navCelu button {
    padding: 12px 8px;
    margin: 0 4px 4px 0;
}

table#lastAlertas,
table#lastAlertas th,
table#lastAlertas td {
    border: 1px solid black;
}

div#titu {
    text-align: left;
    padding: 2px;
    font-size: 1.20em;
    background-color: #1253b5;
    color: white;
    margin: 0;
    min-height: 20px;
    line-height: 20px;
    overflow: visible;
    border: 0px solid red
}

div#portaHeadMiAyuda {
    display: none;
}

@media only screen and (min-width: 800px) {
    .item-menu-box {
        width: 29%;
    }
}

@media only screen and (min-width: 1100px) {
    .item-menu-box {
        width: 22%;
    }
}

@media only screen and (min-width: 1360px) {
    .item-menu-box {
        width: 17%;
    }
}

@media print {
    div#flot {
        background-color: rgb(255, 255, 255);
    }

    div#modal {
        height: 96%;
    }



    form#loginWeb input {
        margin-bottom: 4px;
        border: 1px solid #aaa;
        color: #444;
        background-color: white;
    }

    div.item-menu-box {
        width: 218px;
    }

    article.unaAyuda div#titu {
        width: 100%;
        min-height: 50px;
        border-bottom: 1px solid #dedede;
        overflow: auto;
        background-color: white;
    }

    div.temaHead {
        color: #555;
        font-size: 0.98em;
    }

    div.temaHeadTema {
        color: #444;
        font-size: 0.55em;
    }

    div.temaHeadTemaSub {
        color: #222;
        font-size: 0.80em;
    }

    div#tit-modal-icon {
        display: none
    }

    div#portaHeadManual {
        /* display: inline-block; */
        float: right;
        text-align: right;
        padding-right: 10px;
        padding-bottom: 4px;
    }

    div#portaHeadMiAyuda {
        display: block;
        float: left;
        text-align: center;
        padding-right: 10px;
        padding-bottom: 4px;
        font-size: 1.6em;
        margin-top: 10px;
        margin-left: 20px;
        line-height: 28px;
        color: #444;
    }

    div#portaHeadManual div#raya {
        border-bottom: 1px solid #ddd;
        margin-top: 4px;
    }

    h3.separatema {
        font-size: 1.05em;
    }
}