﻿
.Azul_institucional {
    background-color: #005BAC;
}
.Azul_claro {
    background-color: #4A90E2;
}
.Gris_medio {
    background-color: #DCDCDC;
}
.Blanco {
    background-color: #FFFFFF;
}
.Gris_claro {
    background-color: #F5F5F5;
}

.Tipografia {
    font-family: Segoe UI;
}

.Margen_superior {
   margin-top: 30px;
}
.T100 {
    width: 100%;  
}
.T150 {
    width: 200px;
}
.Crear {
    width: 100px;
    background-color: dodgerblue;
    color: white;
}
.Editar {
    background-color: olivedrab;
    color: white;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 5px;
    margin-right: 6px;
}
.Eliminar {
    background-color: coral;
    color: white;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 5px;
    margin-right: 6px;
}
.Detalle {
    background-color: cornflowerblue;
    color: white;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 5px;
    margin-right: 6px;
}

.ExportarPDF {
    background-color: darkred;
    color: white;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 5px;
    margin-right: 6px;
}
.Detalle:hover{
    color: black;
    font-size: 20px;
}
.Editar:hover{
    color: black;
    font-size: 20px;
}
.Eliminar:hover {
    color: black;
    font-size: 20px;
}
.ExportarPDF:hover {
    color: black;
    font-size: 20px;
}



.table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}
    /* Encabezado azul institucional*/
    .table thead th {
        background-color: #005BAC;
        color: white;
        text-align: center;
        white-space: nowrap;
       
    }

    /* Filas alternadas gris/blanco */
    .table tbody tr:nth-child(even) {
        background-color: #f2f2f2;
        text-align: left;
       
    }

    .table tbody tr:nth-child(odd) {
        background-color: #ffffff;
        text-align: left;
    }

    .table td, .table th {
        border: 1px solid #ddd;
        white-space: nowrap;
       
    }



    .table tbody tr:hover {
        background-color: #ffe5b4;
        cursor: pointer;
    }
.administrar {
    width: 180px;
    max-width: 180px;
    min-width: 180px;
}


.ExportarExcel {
    width: 40px;
    height: 40px;
    color: white;
    background-color: seagreen;
    font-size: 18px;
    padding: 5px;
}



thead{
    font-size: 16px;
}

tbody{
    font-size: 14px;
}