/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/03/2022, 04:58:54 PM
    Author     : crisa
*/

/****************** TABLAS SELECT ********************/
/****************** TABLAS SELECT ********************/
/****************** TABLAS SELECT ********************/


    .data_table{
        width:100%; 
        border-collapse:collapse; 
    }
    .data_table th{ 
        height: 30px;
        border: 1px solid silver;
        text-align: center;
        color: #2E86C1;
        background: #EBF5FB;
        border: 1px solid silver;
        padding-left: 5px;
        padding-right: 5px;
        /*padding:7px; */
        /*border:#4e95f4 1px solid;*/
    }
      /*height="30px" bgcolor="#EBF5FB" style="color: #2E86C1; border: 1px solid silver;"*/
    .data_table td{ 
        height: 32px;
        border: 1px solid silver;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        /*padding:7px; */
        /*border:#4e95f4 1px solid;*/
    }
    /* Define the default color for all the table rows */
    .data_table tr{
            background: white;
    }
        /* Define the hover highlight color for the table row */
    .data_table tr:hover {
          background-color: #F2F3F4;
    }