

.letra{font-family: Segoe UI, sans-serif;}   
.toggle-btn {
		font-family: Arial, sans-serif;
        background-color: #9D2449;
		display: block;
		 margin: 10px auto;
		  width: 800px;  
        color: white;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        font-size: 16px;
    }
    .toggle-btn:hover {
        background-color: #6F7271;
    }
    table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 1px;
    }
    th, td {
        border: auto solid #9D2449;
        padding: 10px;
        text-align: center;
    }
    th {
        background-color: #f4f4f4;
    }
    /* Ocultar tabla por defecto */
    .hidden {
        display: none;
    }     


             
        .navbar {
			 
            width: 1255px;
            height: 63px;
            background-color: #5e1040;
            display: flex;
            align-items: center;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            position: relative;
 padding-right: 30px; /* Espacio de 30px a la derecha */
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        /* Contenedor del Logo Izquierdo */
        .logo-container {
            width: 130px;
            height: 63px;
            background-color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            cursor: pointer;
            text-decoration: none;
        }

        .logo-container img {
            height: 100%;
            width: auto;
            transition: transform 0.3s ease;
        }

        .logo-container:hover img {
            transform: scale(1.2);
        }

        /* Menú de Navegación Derecho */
        .nav-menu {
            display: flex;
            flex-grow: 1;
            justify-content: flex-end;
            height: 100%;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .nav-item {
            position: relative;
            height: 100%;
        }

        .nav-link {
			 font-family: Arial, sans-serif;
            display: flex;
            align-items: center;
            height: 100%;
            padding: 0 15px;
            color: #ffffff;
            text-decoration: none;
            font-size: 16px;		/*tamaño font menu 1*/
            transition: all 0.3s ease;
        }

        .nav-link img {
            height: 21px;
            margin-right: 8px;
            filter: brightness(0) invert(1); /* Hace la imagen blanca */
        }

        /* Efectos Hover Menú Principal */
        .nav-item:hover > .nav-link {
            background-color: #c8c0a2;
            color: #41504d;
        }

        .nav-item:hover > .nav-link img {
            filter: none; /* Regresa la imagen a su color original o gris oscuro */
        }

        /* Estilos de Submenús */
        .submenu {
            display: none;
            position: absolute;
            top: 63px;
            left: 0;
            min-width: 180px;
            list-style: none;
            padding: 0;
            margin: 0;
            z-index: 1000;
        }

        .nav-item:hover .submenu {
            display: block;
        }

        .submenu li a {
            display: block;
            padding: 12px 15px;
            text-decoration: none;
            font-size: 16px;
        /*    border-bottom: 4px solid rgba(255,255,255,0.6);  /*line abajo */
			 border-bottom: 1px dotted #262522; 
        }

        /* Submenú DIF */
        .dif-submenu a {
            background-color: #c7bfa1;
            color: #41504d;
			
        }
        .dif-submenu a:hover {
            background-color: #dc7092;
            color: #ebcad4;
        }

               /* Submenú Gobierno */
        .gobierno-submenu a {
            background-color: #c7bfa1;
            color: #41504d;
			
        }
        .gobierno-submenu a:hover {
            background-color: #41504d;
            color: #eef7f5;
        }

.content-table {
   color: #345252;
   border-collapse: collapse;
   margin: 200px 540px;
   font-size: 1em;
   min-width: 400px;
   border-radius: 5px 5px 0 0;
   overflow: hidden;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	  
}



.content-table thead tr {
   background-color: #9D2449; /*7f977f    /*009879 veda*/;
   color: #ffffff;
   text-align: left;
   font-weight: bold;
}



.content-table th,
.content-table td {
   padding: 12px 15px;
}

.content-table tbody tr {
   border-bottom: px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
   background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
   border-bottom: 2px solid #482c28;
}


.estado{
	font-family: Arial, sans-serif;
	color:aliceblue;
   background-color: #235B4E;   /* #d1cfc4     orange veda*/;
   text-align: center;
width: 50px;
 
              
   /*padding: 0.3em;*/
	}
	.med {
  background-color: #DDC9A3; /* Color de relleno (Verde) */
  color: black;             /* Color del texto */
  padding: 7px 40px;       /* Tamaño del botón */
  border: none;             /* Eliminar borde predeterminado */
  border-radius: 5px;       /* Bordes redondeados */
  cursor: pointer;          /* Cursor de puntero */
  font-size: 16px;
}
	.med:hover {
  background-color: #B38849; /* Color más oscuro al pasar el ratón */
}
	
.mor {
  background-color: #C6C6C6; /* Color de relleno (Verde) */
  color: black
}

enla-c {
   color: black;
   outline: none;
   text-decoration: none;
   display: inline-block;
    }
enla-c:hover {
   background:orange;
 }
.content-table tbody tr.active-row {
   font-weight: bold;
   color: #B8B8B8;
	
	
	

}
