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, darkblue, 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, #7F0000FF, white);
    width: 100%;
    margin-bottom: 15px;
}

.contenedorPrincipal {
    width: 100%;
    background: #ddd;
    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: #7F0000FF;
}

.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 #7F0000FF;
    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 #7F0000FF;
    margin: 2px;
    margin-bottom: 12px;
}

.resaltar {
    background: #7F0000FF;
    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: #7F0000FF;
}

.noticias {
    //background: #7F000080;
}

.tituloTarjeta {
    margin-top: 10px;
    color: #7F0000FF;
    font-weight: 600;
}

.hr1 {
    width: 250px;
    background: yellow;
    margin-top: -5px;
    text-align: center;
}

.hr2 {
    width: 180px;
    background: yellow;
    margin-top: -5px