

thead{
	background-color: gray;
	color: white;	
}

tr:nth-child(even){
background-color: lightgray; 
}

body{
	background-color:white;
}

th{
	text-align: center;
}

tr:hover td{
	background-color: #9b2242;
	color: white;
}

#menu{
position: relative;
}

#color{
	background-color: #F0F0F0;
	

}
#color:hover{
	background-color:gray;
	color:white;
}

.jumbotron{
	margin-left: 0px;
}

#margen{
	margin-right: 0px;
}

#emergente{
	list-style: none;
	padding: 0,0,0,0;
	margin-left: -40px;

}
.despliega{
	display:none;
	position: absolute;
	background-color: white;
	border-radius: 5px;
	width: 300px;
	padding: 0,0,0,0;

}

#emergente li a:hover{
	color:white;
	background-color: #9b2242;

}


#emergente li{
	height: 40px;
}

.nombre{
	display: none;
}

.curp{
	display: none;
}

.busquedaAlumno{	
	width: 78%;
}

.listaBotones{
	width: 22%;
}


@media (max-width:800px){
 .busquedaAlumno{	
	width: 100%;
	float: right;
}

.listaBotones{
	width: 100%;
	float: left;
}
}

@media (min-width:801px) and (max-width: 1000px){
 .busquedaAlumno{	
	width: 60%;
	float: left;
}

.listaBotones{
	width: 40%;
	float: right;
}
}

@media (min-width:1001px) and (max-width: 1200px){
 .busquedaAlumno{	
	width: 60%;
	float: left;
}

.listaBotones{
	width: 40%;
	float: right;
}
}


.titulos{
	background-color: gray;
	text-align: left;
	width: 45%;
}

.campos{
	background-color:white;
	color: black;
	font-style: italic; 
}

.deshabilitado{
	cursor: not-allowed;
    pointer-events: none;
    background-color: silver;
    opacity: .5;
}

#form {	
	background-color: silver;	
	margin-bottom: 25px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 14px; 
	border-radius: 15px;
}

.tabs{
	background-color: white;
	margin-bottom: 15px; 
	padding-left: 45px; 
	padding-right: 35px; 
	padding-bottom: 10px; 
	border-top-right-radius: 20px; 
	padding-top: 25px;
	box-shadow: 5px 5px 10px #999;
	border-radius: 5px;
}

iframe {
    border: 1px solid black;
    width: 100%;
     
}

.modal-header, .modal-footer{
background-color: silver;
color: white;
}

.vista{
	border-radius: 100%;

}

.menuicon{
	box-shadow: 2px 2px 5px #999;
	border-radius: 5px;
}

.cajas{	
	display: inline-block; 	
}

.cajasNombre{
	width: 18%;	
}

.cajaCurp{
	width: 35%;
	margin-left: 30px;	
}



@media (max-width:700px){
 .cajas {
   		display: inline;
   		margin: 0px;
        }        
  .btnBusqueda{
  			float: right;
  }
}

.cotenedor{
	margin-left:0px;	
}

.btnBusqueda{
  	display: inline-flex;  		
  }

  .cal{
  	margin-bottom: 30px;  	
  	padding-left: 15px;
  	padding-top: 15px;
  	margin-left: 100px;  	
  	font-size: 17px;
  }

  .bot{
  	margin-bottom: 30px;  	
  	padding-left: 15px;
  	padding-top: 15px;
  }

  .botSS{
  	margin-bottom: 30px;  	
  	padding-left: 15px;
  	padding-top: 5px;
  }

  .tbot{
  	width: 150px;
  	border-radius: 0px;
  }

  .jumbotron{
  	box-shadow: 5px 5px 10px #999;
	border-radius: 5px;
	
  }

  .sombra{
  	box-shadow: 3px 3px 7px #999;
	border-radius: 5px;
  }

  #tabAlumno, #tabCoordinador{
  	font-weight: bold;
  	font-size: 18px; 
  	color: black;	

  }

 .verde .active #tabAlumno, .verde .active #tabCoordinador{ 
 	background-color: #9b2242;
 	color: white;
 	font-size: 22px; 

 }

 #cajaMesanje{
 	display: none; 	
 	background-color: white;
 	position: absolute; 	
 	width: 20%; 	
 	margin-left: 80%;
 	padding: 10px 10px 0px 15px;
	
 }

 .content-box {
  box-sizing: content-box;
  /* Ancho  total: 160px + (2 * 20px) + (2 * 8px) = 216px
     Altura total: 80px + (2 * 20px) + (2 * 8px) = 136px
     Ancho de la caja de contenido: 160px
     Altura de la caja de contenido: 80px */
}

.border-box {
  box-sizing: border-box;
  /* Ancho total: 160px
     Altura total: 80px
     Ancho de la caja de contenido: 160px - (2 * 20px) - (2 * 8px) = 104px
     Altura de la caja de contenido: 80px - (2 * 20px) - (2 * 8px) = 24px */
}

.noti{
	float: right;
	background-color: #9b2242;
}

.pdeslizante{
	padding: 0px 5px 0px 10px;
	background-color: white;
}

.cajaDeslizante{
	padding: 0px 5px 0px 10px;
	background-color: white;
	display: none;
}

@media (min-width:1101px) and (max-width: 1600px){
	#cajaMesanje{
		width: 40%; 
		margin-left: 60%;
	}

	}

@media (min-width:801px) and (max-width: 1100px){
	#cajaMesanje{
		width: 40%; 
		margin-left: 60%;
	}

	}

@media (min-width:400px) and (max-width: 800px){
	#cajaMesanje{
		width: 60%; 
		margin-left: 40%;
	}

	}
 
 	#btnExportexcel{
 		margin-right: -90px;
 		float: right;
 		display: none;
 	}

@media (min-width:992px) and (max-width: 1200px){
	#btnExportexcel{
 		margin-right: -70px;
 		float: right;
 	   }

	}
	@media (min-width:768px) and (max-width: 991px){
	#btnExportexcel{
 		margin-right: 0px;
 		float: right;
 	   }

	}

	@media (min-width:0px) and (max-width: 767px){
	#btnExportexcel{
 		margin-right: 0px;
 		float: right;
 	   }

	}

	#alumxtipbec tr th,#becxespe tr th, #global tr th{
		vertical-align:middle;
	}

	#iconExcel:focus #iconExcel, #iconExcel:hover #iconExcel{
		background-color: #9b2242;
	}

	.global{
			
	}

	.global td{
		
	}

	.checkbox-wrapper-19 {
		box-sizing: border-box;
		--background-color: transparent;
		--checkbox-height: 20px;
		margin-bottom: -20px;
		text-align: center;
		left: 45px;
	}

	@-moz-keyframes dothabottomcheck-19 {
		0% {
			  height: 0;
		}
		100% {
			  height: calc(var(--checkbox-height) / 2);
		}
	}
	
	@-webkit-keyframes dothabottomcheck-19 {
		0% {
			  height: 0;
		}
		100% {
			  height: calc(var(--checkbox-height) / 2);
		}
	}
	
	@keyframes dothabottomcheck-19 {
		0% {
			  height: 0;
		}
		100% {
			  height: calc(var(--checkbox-height) / 2);
		}
	}
	
	@keyframes dothatopcheck-19 {
		0% {
			  height: 0;
		}
		50% {
			  height: 0;
		}
		100% {
			  height: calc(var(--checkbox-height) * 1.2);
		}
	}
	
	@-webkit-keyframes dothatopcheck-19 {
		0% {
			  height: 0;
		}
		50% {
			  height: 0;
		}
		100% {
			  height: calc(var(--checkbox-height) * 1.2);
		}
	}
	
	@-moz-keyframes dothatopcheck-19 {
		0% {
			  height: 0;
		}
		50% {
			  height: 0;
		}
		100% {
			  height: calc(var(--checkbox-height) * 1.2);
		}
	}
	
	.checkbox-wrapper-19 input[type=checkbox] {
		display: none;
	}
		
	.checkbox-wrapper-19 .check-box {
		height: var(--checkbox-height);
		width: var(--checkbox-height);
		background-color: transparent;
		border: calc(var(--checkbox-height) * .1) solid #98989a;
		border-radius: 50px;
		position: relative;
		display: inline-block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-moz-transition: border-color ease 0.2s;
		-o-transition: border-color ease 0.2s;
		-webkit-transition: border-color ease 0.2s;
		transition: border-color ease 0.2s;
		cursor: pointer;
		text-align: center;	
	}
	
	.checkbox-wrapper-19 .check-box::before,
	.checkbox-wrapper-19 .check-box::after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		height: 0;
		width: calc(var(--checkbox-height) * .2);
		background-color: #9D2148;
		display: inline-block;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		-webkit-transform-origin: left top;
		transform-origin: left top;
		border-radius: 5px;
		content: " ";
		-webkit-transition: opacity ease 0.5;
		-moz-transition: opacity ease 0.5;
		transition: opacity ease 0.5;
	}
	
	.checkbox-wrapper-19 .check-box::before {
		top: calc(var(--checkbox-height) * .72);
		left: calc(var(--checkbox-height) * .41);
		box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	
	.checkbox-wrapper-19 .check-box::after {
		top: calc(var(--checkbox-height) * .37);
		left: calc(var(--checkbox-height) * .05);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
		
	.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
	.checkbox-wrapper-19 .check-box.checked {
		border-color: #9D2148;
	}
	
	.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
	.checkbox-wrapper-19 .check-box.checked::after {
		height: calc(var(--checkbox-height) / 2);
		-moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
		-o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
		-webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
		animation: dothabottomcheck-19 0.2s ease 0s forwards;
	}
	
	.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
	.checkbox-wrapper-19 .check-box.checked::before {
		height: calc(var(--checkbox-height) * 1.2);
		-moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
		-o-animation: dothatopcheck-19 0.4s ease 0s forwards;
		-webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
		animation: dothatopcheck-19 0.4s ease 0s forwards;
	}

	:root {
  --bg: #3C465C;
  --primary: #235b4e;
  --solid: #9d2148;
  --btnbuscar-w: 250px;
  --dot2-w: calc(var(--btnbuscar-w) * .2);  
  --tr4-X: calc(var(--btnbuscar-w) - var(--dot2-w));
}

/* Reset general */
* { box-sizing: border-box; }
*:before, *:after { box-sizing: border-box; }

/* Contenedor principal del botón */
.btnbuscar {
  position: relative;
  margin: auto;
  width: var(--btnbuscar-w);
  height: 50px;
  border: solid #55585a; /* borde trasladado desde el inline */
  border-radius: 5em;
  text-align: center;
  cursor: pointer;
  top: 0px; /* espacio arriba del botón */
  background-color: #55585a;
  float: right; /* 👈 lo manda al lado derecho */
}

/* Botón */
#btn__registrarse {
  display: block;        /* ocupa todo el contenedor */
  width: 100%;           /* ancho completo del botón */
  height: 100%;          /* alto completo del botón */
  line-height: 40px;     /* centra el texto verticalmente */
  background: none;
  border: none;
  margin-top: 0px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none !important; /* quitar subrayado al hover */
  position: relative;    /* necesario para el dot2 */  
}


/* Ícono dentro del botón */
#btn__registrarse i {
  color: #B28E5C;
  margin-right: 8px;
  position: relative;
  top: 5px; /* 👈 baja el ícono unos píxeles */
}

/* Punto animado */
.dot2 {
  content: '';
  position: absolute;
  top: -10px; /* trasladado desde el inline */
  left: -7px;
  width: var(--dot2-w);
  height: 60px;
  border-radius: 100%;
  transition: all 300ms ease;
  display: none;
}

/* Efecto visual del punto */
.dot2:after {
  content: '';
  position: absolute;
  left: calc(50% - .4em);
  top: 0em;
  height: .8em;
  width: .8em;
  background: #fff;
  border-radius: 1em;
  border: .25em solid var(--solid);
  box-shadow: 0 0 .7em var(--solid),
              0 0 2em var(--primary);
}

/* Animación al hacer hover */
.btnbuscar:hover .dot2,
.btnbuscar:focus .dot2:after {
  animation: atom 3s infinite linear;
  display: block;  
}

@keyframes atom {
  0%   { transform: translateX(0) rotate(0); }
  30%  { transform: translateX(var(--tr4-X)) rotate(0); }
  50%  { transform: translateX(var(--tr4-X)) rotate(180deg); }
  80%  { transform: translateX(0) rotate(180deg); }
  100% { transform: translateX(0) rotate(360deg); }
}

/* ======= BOTÓN ACCESAR (ESTILO PROPIO) ======= */
.btnaccesar {
  position: relative;
  margin: 0;                 /* 👉 Lo deja alineado al lado izquierdo */
  width: var(--btnbuscar-w);
  height: 50px;
  border-radius: 5em;
  text-align: center;
  cursor: pointer;
  background-color: #B28E5C;
  border: solid #B28E5C;
  display: inline-block;      /* 👉 Para que el link de "Olvidaste..." quede a su derecha */
  vertical-align: middle;     /* 👉 Para que queden alineados verticalmente */
}


/* El botón dentro */
#btn__accesar {
  width: 100%;        /* 👉 Hace todo el botón clickeable */
  height: 100%;       /* 👉 Ocupa toda la altura del contenedor */
  background: none;
  border: none;       /* quitar el borde blanco que pusiste solo para testear */
  color: white;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5em; /* opcional para mantener forma redondeada */
  padding-top: 1px;   /* si quieres bajar un poco el texto */
  padding-bottom: 7px; 
  padding-left: 46px;
  padding-right: 46px;
  position: relative; /* necesario para ubicar el dot2 */
}

/* Dot animado igual al otro botón */
.btnaccesar .dot2 {
  top: -10px;
  left: -7px;
  width: var(--dot2-w);
  height: 60px;
  border-radius: 100%;
  transition: all 300ms ease;
  display: none;
}

.btnaccesar:hover .dot2,
.btnaccesar:focus .dot2:after {
  animation: atom 3s infinite linear;
  display: block;
}

.login-buttons {
  margin-left: 50px;
}

.login-buttons .btn-link {
    color: #9D2148 !important;
    font-weight: bold;
    margin-top: 10px;
    display: block;          /* Hace que el link quede debajo */
    margin-left: 40px;
}