
    body{ 
	min-width: 100vh;
	background-image: url('https://oriental.gob.mx/transparencia/conac/2025/2do/bgbdy.jpg'); /* Tu imagen de fondo */
  /*background-position: center; /* Centra la imagen */
  background-repeat: no-repeat; /* Evita que se repita */
  background-size: cover; /* Cubre todo el espacio sin distorsionar */
	/*
	
  background-image: url('bgbdy.jpg'); 
	/*background-size: cover; /* Cubre toda la pantalla, escalando la imagen */
/*	background-position: center center; ttttttttt*/ 
		background-attachment: fixed;
	
}
.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);
	  margin: 10px;
}

h1{
    color: #235B4E;
    text-align: center;
}
h2{
    color: #B38849;
    text-align: center;
}

.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{
	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;
	
	
	

}

    .toggle-btn {
        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: 8px;
        text-align: center;
    }
    th {
        background-color: #f4f4f4;
    }
    /* Ocultar tabla por defecto */
    .hidden {
        display: none;
    }     

       
       
       