

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;
	}
