body {
    background: #eee;
    padding: 0px;
    margin: 0px;
    font-family: initial;
    //overflow-x: none;
    overflow-x: hidden;
}


/****************************************************************************/

.clasificado {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 35px;
    width: 200px;
    background: #111;
    padding: 7px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: bold;
    color: white;
    font-size: 17px;
    border: 1px solid #111;
}

.tituloSeccionFicha {
    height: 30px;
    background: linear-gradient(to left, #830707, white);
    border-radius: 5px;
    padding-top: 5px;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 600;
    color: yellow;
    text-align: right;
}

.contenedorPerfil {
    background: linear-gradient(to left, #ccc, white);
    width: 100%;
    margin-bottom: 15px;
}

.contenedorPrincipal {
    width: 100%;
    background: #2D4158;
    text-align: right;
}

.contenedorIzquierdo {
    width: 40px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 1px;
}

.contenedorDerecho {
    width: auto;
    text-align: right;
    display: inline-block;
    text-align: right;
}

.pestanas {
    width: 120px;
    height: 40px;
    background: #bbb;
    margin-top: 4px;
    margin-left: 4px;
    //margin-bottom: -6px;
    padding: 4px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
    text-align: center;
    padding-top: 9px;
}

.letrasPestanas {
    font-weight: 600;
    color: #222D41;
}

.contenedorDetallado {
    width: 100%;
    background: #fff;
    padding: 5px;
}

.contenedorBotones {
    width: 100%;
    text-align: center;
    margin-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #aaa;
}

.botonGeneral {
    padding: 4px;
    width: 90px;
    border: 1px solid #222D41;
    display: inline-block;
    border-radius: 20px;
}

.avisoCedula {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.informacionPrincipalFicha {
    border-left: 2px solid white;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding-top: 10px;
}

.cargar {
    width: 100%;
    padding: 8px;
    display: none;
    text-align: center;
}

.consultar {
    width: 100%;
    padding: 8px;
    text-align: center;
    display: none;
}

.graficos {
    width: 100%;
    padding: 8px;
    text-align: center;
    display: none;
}

.botones {
    background: transparent;
    border: 1px solid #222D41;
    margin: 2px;
    margin-bottom: 12px;
}

.resaltar {
    background: #222D41;
    border: 1px solid yellow;
    color: #fff;
    color: yellow;
}

.ocultar {
    display: none;
}

.contenedorformularios {
    padding: 16px;
}

.encabezadoTablaDatos {
    background: #aab;
}

.tablaDatos {
    font-size: 12px;
}

.borderTabla {
    border: 0.5px solid #fff;
}

.camposEditar {
    margin-top: 18px;
}

.contenedorBody input {
    background: transparent;
    border: none;
}

.contenedorBody select {
    background: transparent;
    border: none;
}

.contenedorBody textarea {
    background: transparent;
    border: none;
}

.imagenTarjeta {
    max-height: 200px;
    max-width: 250px;
    padding: 16px;
    margin-left: auto;
    margin-right: auto;
}

.imagenNoticia {
    padding: 16px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.imagenTabla {
    padding: 5px;
    height: 70px;
    width: 70px;
    //margin-left: auto;
    //margin-right: auto;
    //display: flex;
}

.contenedorImagenNoticia {
    //min-height: 100px;
    //min-width: 100px;
    max-height: 250px;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
}

.tituloNoticia {
    color: #222D41;
}

.noticias {
    //background: #7F000080;
}

.tituloTarjeta {
    margin-top: 10px;
    color: #222D41;
    font-weight: 600;
}

.hr1 {
    width: 250px;
    background: yellow;
    margin-top: -5px;
    text-align: center;
}

.hr2 {
    width: 180px;
    background: yellow;
    margin-top: -5px;
    text-align: center;
}

.fechaVencida {
    font-weight: 800;
    color: red;
}

.hrSecciones {
    background: #222D41;
}

.cuadrito {
    border: 1px solid #aba;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: inline-block;
}

.labelCuadritos {
    margin-left: 5px;
    display: inline-block;
    //float: left;
}


/***************************************************************************/

.baner {
    width: 100%;
    min-height: 145px;
    background: #ccc;
    margin-top: -7px;
}

.barraInfo {
    width: 100%;
}

.barraInfoIzq {
    background: white;
}

.barraInfoDer {
    background: white;
    text-align: right;
}

.barraInfoIzq,
.barraInfoDer li {
    list-style: none;
    font-size: 13px;
    font-family: all;
}

.barraSimple {
    height: 40px;
    background: #fff;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.botonMenu {
    font-size: 12px;
    color: white;
    padding: 7px;
    width: 100%;
}

.botonesPanel {
    border: 1px solid white;
    background: #ddd;
}

.botonDetalles {
    height: 15px;
    width: 40px;
    font-size: 7px;
    padding: 0px;
    position: relative;
    top: 4px;
}

.buscador {
    text-align: center;
    height: 50px;
    background: #ccc;
    padding-top: 5px;
    margin-top: -3px;
    margin-bottom: 8px;
}

.contendorCatalogo {
    margin-top: -7px;
}

.contenedorTarjetas {
    width: 100% padding: 10px;
    text-align: center;
}

.contenedorLogo {
    width: 100% padding: 10px;
    min-height: 60px;
    margin-top: 59px;
}

.desvanecer {
    display: none;
}

.estadisticas {
    width: 100%;
    height: 100px;
    margin: 10px;
    border: 1px solid;
    background: #fff;
}

.footer {
    position: absolute;
    width: 100%;
    background: #ddd;
    min-height: 80px;
}

.imgLogo {
    height: 60px;
    display: flex;
    margin-left: 10px;
}

.nombre {
    display: block;
    //color: red;
    font-size: 8px;
}

.panelIzq ul {
    position: relative;
    left: -28px;
    top: 10px;
    font-size: 12px;
}

.precio {
    display: block;
    color: red;
    font-size: 9px;
    font-weight: 600;
    margin-top: 3px;
}

.resaltarRojo {
    color: red;
}

.recuadrosIconos {
    height: 25px;
    width: 25px;
    border-radius: 8px;
    padding: 0px;
    background: transparent;
}

.sombra {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
}

.tarjeta {
    width: 65px;
    height: 120px;
    border: 1px solid;
    display: inline-block;
    margin: 2px;
    font-size: 11px;
    text-align: center;
    padding: 3px;
    padding-top: 5px
}

.tarjetaImagen {
    height: 60px;
    //border: 1px solid;
}

.tarjetaCuerpo {}

.tituloImagenes {
    color: #000;
    position: absolute;
    bottom: 1px;
}

.titulo {
    color: white;
    position: relative;
    top: 10px;
}

.tituloListado {
    padding: 6px;
    padding-top: 10px;
}

.tituloCategorias {
    margin-left: 22px;
}

#barraCabecera {
    height: 45px;
    width: 100%;
    background: #fff;
    z-index: 1100;
}

#cabecera {
    position: fixed;
    top: 0px;
    z-index: 2000;
    background: white;
    //font-color: #fff;
    font-weight: 800;
    width: 100%;
}

#contenedor {
    width: 100%;
    min-height: 90vh;
    margin-top: 45px;
    //background: #eee;
}

#icono {
    display: inline-block;
    position: absolute;
    padding: 5px;
    padding-top: 5px;
    z-index: 1000;
    height: 15px;
    width: 70px;
    top: 0px;
    color: black;
    font-weight: 600;
    font-size: 10px;
    left: 0px;
    background: #fff;
    box-shadow: inset 1px 1px 10px #ddd;
}

#login {
    padding: 10px;
    width: 300px;
    margin: 40px auto 0px auto;
}

#menuLateral {
    z-index: 1000;
    min-height: 86.5vh;
    width: 300px;
    background: #000;
    opacity: 0.9;
    position: fixed;
    left: -300px;
    padding: 15px;
}

#notificaciones {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
    width: 300px;
    position: absolute;
    right: 10px;
    padding: 16px;
    z-index: 100;
    background: #fff;
    display: none;
}

.hrFicha {
    margin-top: 100px;
}

@media screen and (max-width: 930px) {
    .pestanas {
        width: 70px;
        margin-left: 2px;
    }
    .letrasPestanas {
        font-size: 12px;
    }
    .nombresPestanas {
        display: none;
    }
    .botones {
        margin-top: 12px;
        margin-bottom: 3px;
    }
    .avisoCedula {
        font-size: 15px;
    }
    .membrete {
        display: none;
    }
    .hrFicha {
        margin-top: 40px;
    }
}

@media screen and (max-width: 600px) {
    .pestanas {
        width: 45px;
        height: 40px;
        margin-left: -3px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .botonBuscarCedula {
        margin-left: 12px;
    }
    .imagenNoticia {
        padding: 1px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    .contenedorImagenNoticia {
        max-height: 250px;
        max-width: 250px;
        margin-right: auto;
        margin-left: auto;
    }
    .informacionPrincipalFicha {
        border-left: none;
        border-top: 1px solid black;
        margin-top: 5px;
        padding-top: 0px;
    }
}

dt:after {
    content: ":";
}

dt,
dd {
    float: left;
}

dd {
    margin-left: 5px
}

dl {
    float: left;
    margin-left: 20px;
    border: 1px dashed transparent;
}

dl:hover {
    border-color: red;
}

.terms li {
    display: inline-block;
}

.keyFicha {
    font-size: 15px;
    font-weight: bolder;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.tablaVacia {
    border-radius: 8px;
    background: linear-gradient(to right, #bbb, #ddd);
    border: 1px solid #fff;
    padding: 2px 10px 2px 10px;
}