* {
   /* Change your font family */
   font-family: sans-serif;
}

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: 20px 54px;
   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: 1px 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: 100px;
   border-radius: 0.5em;
   /*padding: 0.3em;*/
	padding-left: 2.3em;
	padding-right: 2.3em;
	padding-top: 0.2em;
	padding-bottom: 6px;
	
}


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: #41504d;

}
