﻿/* Archivo creado: octubre 16, 2014 */
/********************************/
/* Última modificación: 2023 - AndrésLB */

/* AndrésLB --- Hoja de estilos para los distintos tipos de tablas de Intranet */
table {
    font-family: Poppins,'Segoe UI','Helvetica Neue';
    margin: 0 auto;
    width: 1100px;
    text-align: center;
    color: #202124;
    font-weight: bold;
    line-height: 20px;
    background: #FBFBFE;
}

.tableSinBordeSinFondo {
    border: inherit;
    font-weight: 500;
    background: transparent;   
}

/* AndrésLB --- Apartados de las tablas */
.cabeceraTable {
    border: 2px solid #202124;
    background: #232f5d;
    color: #ffffff;
    line-height: 35px;
    font-size: 17px;
}

.nombreDepartamento {
    border: 2px solid #202124;
    background: #1C4C96;
    color: #ffffff;
    width: 500px;
}

.numeroTelefono {
    border: 2px solid #202124;
    background: #256edc;
    color: #ffffff;
}

.columnaGrupos {
    border: 2px solid #202124;
    background: #5f95e7;
    color: #ffffff;
}

.numeroDirecto {
    border: 2px solid #202124;
    padding: 4px;
}

.numeroExtensionTelefono {
    border: 2px solid #202124;
    width: 200px
}

.denominacionEquipo {
    border: 2px solid #202124;
    padding: 4px;
    width: 250px;
}

.nombres {
    border: 2px solid #202124;
    width: 500px;
}

/*********************************************************/
/***********   FIN ESTILOS LISTIN TELEFONOS  *************/
.MensajeSistema {
    padding: 1px 3px;
    background-color: #fcf6df;
    border: solid 2px orange;
    margin: 5px 5px 15px;
}

.MarcaAgua {
    background-color: #fcf6df;
    color: Gray;
}

.Invisible {
    visibility: hidden;
}

.impar {
    background: #EBD086;
    width: 100%;
    border: solid 3px #A00000;
}

