@charset "utf-8";
/* CSS Document */

*{
	margin:0; padding: 0;
}

body
{

	-moz-box-shadow: 0px 0px 40px #ffffff; 
	-webkit-box-shadow: 0px 0px 40px #ffffff; 
	box-shadow: 0px 0px 40px #ffffff;
	width:100%;
	/*width:1200px;*/
	height:100%;
	display: block;
	margin: 0 auto;
	/*border-left: 1px solid #232650;*/
	/*border-right: 1px solid #232650;*/
	/*background: rgb(82, 72, 72);*/
}
/*.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background: 
	height: 100%;
	font-style: oblique;
	border-radius:10px;
}*/

/*.body1 {
	
	background: -webkit-linear-gradient(top, #f56f3a , #3F3F40);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-style: oblique;
	overflow:auto;
	
	
}*/

.sombra_blanca{
	-moz-box-shadow: 0px 0px 20px #ffffff; 
	-webkit-box-shadow: 0px 0px 20px #ffffff; 
	box-shadow: 0px 0px 20px #ffffff;

}

aside {
	min-width: 10%;
	max-width: 10%;
	margin: 50px 20px -150px -50px;
	height: 100%;
	/*background: #1D2F3D;*/
	padding: 20px;
	border-radius: 3px;
	
	position: sticky;
	
	top: 200px;

}




/**********INICIO ESTILO INTERMITENCIA *************/
/*.intermitente{
	outline: 6px dashed red;
	box-shadow: 0 0 0 6px #EA3556;
	animation: 1s animateBorder infinite;

}
@keyframes animateBorder {
to {
	outline-color: #EA3556;
	box-shadow: 0 0 0 6px white;
}
}*/


.intermitente{
	border: 5px solid red;

}

/**********FIN ESTILO INTERMITENCIA *************/


.centrar_contenido1{
	background: -webkit-linear-gradient(top, #f56f3a , #3F3F40);
	width:80%;
	height: 80%;
	margin:	auto;
	overflow: hidden;
	margin-top:  10px;
	border: #f56f3a 8px groove;
	
}

a {
	text-decoration: none;
	
}
.contenedor_div1{
	position:relative;
	width: 40%;
	margin-left: 10px; 
}


.div_alienarizquierda{
	width: 40%;
	float:left;
  	margin-left: 35px;
}

.div_alienarderecha{
	width: 40%;
	float:right;
	margin-right: 75px;
}

 

.estiloparrafo1{
	font-size: 20px;
	font: small-caps 100% serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-weight: bold;
  text-align:justify;
	padding: 5px 5px 5px 5px;
	margin: 40px 40px 40px 40px;	
	
}

/*ESTILO OPCIONES DE MENU ADMINISTRADOR*/



.opciones-menu{
	
	overflow:hidden  !important;	
	margin: 10px  !important; 
	padding: 10px 30px 10px 30px  !important;
	display:inline-block !important;
	background: #686de0 !important;
	line-height: 25px ;
	text-align: center !important;

	font-size: 15px ;
	font-weight:600 !important;
	color: rgb(241, 245, 247) !important;  

	border-radius: 5px !important;
	
	width: 250px !important;
	height: 100px !important;

	box-shadow: 0px 6px 0px #30336b !important;

	
	

}

.opciones-menu:hover{
	background: #6c5ce7 !important;
	color: #ffffff !important;  
	border: #6c5ce7 solid !important;	
	width: 252px !important;
	height: 1002x !important;
	transition:all 500ms ease !important;
	text-decoration: none;



}

/*FIN ESTILO OPCIONES DE MENU ADMINISTRADOR*/



/*ESTILO DE TABLAS*/

.header_fijo {
	margin:auto;
	background-color: #e4e4e4;
		
  table-layout: auto;
	border-collapse: collapse;
}

.header_fijo thead {
 /* background-color: #3498db;*/
	font-size: 14px;
	font-style:oblique;
	font-weight:bold;
	text-align:center;
	/*border: solid 3px #666666;*/
}

.header_fijo thead tr {
  display: block;
	position: relative;
}

.header_fijo tbody {
  display: block;
 /* overflow: auto;
	overflow-x: hidden;	
	/*max-width: 1250px;*/
	max-height: 2000px;
	/*border: solid 2px #666666;*/
	
}


.div_tabla{
	border-radius: 1px;
	margin:auto;
	width: 97%;
	/*max-width: 1250px;*/
	max-height: 2000px;
	overflow-x:auto;
	overflow-y:auto; 
	
}



.header_fijo tr th{ /**/
	background-color: #3498db;
border: solid 3px #666666;
padding: 10px;
vertical-align: middle !important;
color:#ecf0f1;
max-width: 50mm; /**Ancho por celda*/
min-width: 50mm;/**Ancho por celda*/
white-space: normal !important;
word-wrap: break-word !important;/*Si el contenido supera el tamano, adiciona a una nueve linea**/
height: 7.0vh !important;/*El mismo alto para todas las celdas**/

}

.header_fijo tr td { /**/
	border: solid 3px #666666;
	padding: 10px;
	font-weight:bold;
	font-size: 14px;
	color:#000000;	
	text-align:center;
	vertical-align:middle;
	max-width: 50mm; /**Ancho por celda*/
	min-width: 50mm;/**Ancho por celda*/
	white-space: normal !important;
	word-wrap: break-word !important;/*Si el contenido supera el tamano, adiciona a una nueve linea**/
	height: 10.0vh !important;/*El mismo alto para todas las celdas**/
	
	}

/*thead{
	background-color: #2E54A5;
	border-bottom: solid 5px;
	font-size: 14px;
	font-style:oblique;
	font-weight:bold;
	text-align:center;
	
	 
}*/

.header_fijo tr:nth-child(even){ /**/
  background-color: #ffffff;

}

.header_fijo tr:hover td{ /**/
	background-color: #a8a8a8; 

}



/*FIN ESTILO DE TABLAS*/







/* FORMULARIO PARA GESTIONES GENERALES */
  
  .titulo_consulta {
  width: 100%;
  line-height: 20px;
	margin: 10px auto 10px;
	font: small-caps 100% serif;
  font-size: 15px;
  font-weight: bold;
  color: white;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background-color:  #2E54A5;
  border-radius: 10px;
 
  
}

.register {
  margin: 0px auto;
  margin-bottom: 10px;
  width: 30%;
  padding: 20px;
  background: #f4f4f4;
  border-radius:  3px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow:  0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}

.registrarestudiante{
	margin: auto;  
	margin-bottom: 10px;
	width: 70%;
	padding: 5px;
	background: #f4f4f4;
	border-radius: 10px;
}

/*input {
	width: 70%;
	line-height: 20px;
	font-family: inherit;
	font-size: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

.select1_formulario{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  	font-size: 14px;
	color: black;
	width: 60%;
	font-weight:bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	

}

.textarea1_formulario{
	width: 100%;
	padding: 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  	font-size: 14px;
  	color: black;
	font-weight:bold;
	border:2px solid #2E54A5;  

	
	
	height: 100px;

	resize: none; 
    text-align: justify; 
    white-space: pre-line; 
    -moz-text-align-last: left; 
    text-align-last: left; 

}


.etiqueta1 {
	width: 100%;
	height: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: none;
	color: #2E54A5;

}

.etiqueta_2 {


	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: none;
	color: #2E54A5 !important;

}



.register-input {
	
	display: block;
  width: 100%;
  height: 38px;
	margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
  font-size:14px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  background: none;
  color: black;
  border: 0;
  border-bottom: 1px outset #d8d8d8;
}
.register-input:focus {
  border-color: #1e9ce6;
  outline: 0;
}



.register-button {
  /*display: block;*/
  width: 100%;
  height: 42px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: white;  
  background: #2E54A5;
  text-align:  center;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5); 
	border: 5px solid;
  border-color: #d8d8d8 #d1d1d1 #c3c3c3;
  border-radius: 10px;
  cursor: pointer;
}
.register-button:active {
  background: #eee;
  border-color: #c3c3c3 #d1d1d1 #d8d8d8;
  background-image: -webkit-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: -moz-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: -o-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc);
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
}
.register-button:focus {
  outline: 0;
}

.register-switch {
  height: 40px;
  margin-bottom: 15px;
  padding: 4px;
  background: #2E54A5;
	border-radius: 2px;

	
  
}

.register-switch-input {
  display: none;
}

.register-switch-label {
  float: right;
  width: 100%;
  font-weight:bold;
  font-size:16px;
  line-height: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.register-switch-input:checked + .register-switch-label {
  font-weight: bold;
  color: #2E54A5;
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
  background: white;
  border-radius: 3px;
 
}

:-moz-placeholder {
  color: #aaa;
  font-weight: 50;
}

::-moz-placeholder {
  color: #aaa;
  font-weight: 50;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 50;
}

:-ms-input-placeholder {
  color: #aaa;
  font-weight: 50;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* ESTILO PARA ALGUNOS ELEMENTOS DE FORMULARIO*/

.datos-us{
	width:20%; 
	display:inline-block;
	text-align:center;
 }



 input[type=checkbox]
{
  /* Doble-tamaño Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari y Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 5px;
}


 /********************************************/
/*************************** INICIO fieldset *****************/
 fieldset {
	margin: auto !important;
	padding: 0 10px 10px !important;
	border: 1px solid #666 !important;
	border-radius: 8px !important;
	box-shadow: 0 0 10px #666 !important;
	padding-top: 10px !important;
	background: #ffffff !important;
}
legend {
	padding: 2px 4px !important;
	font-weight:bold !important;
  font-size:14px !important;
	background: #ffffff !important;
	color: #2E54A5 !important;
	text-align: left !important;
	width: auto !important;
	
}
fieldset > legend{
	font-size: 16px !important;

	margin-top: -20px !important;
}
fieldset > legend + * {
	clear: both !important;
}

/*************************** FIN fieldset *****************/

/********************INICIO FLECHA ANIMADA***************************/

.arrows {
  position: relative;
  /**/
  /*position: absolute;*/
  top: 50%;
  left: 50%;
  /**/
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}

.arrows:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 26.6666666667px solid rgba(0, 0, 0, 0.7);
  border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0.7);
  transform: translate(26.6666666667px, 106.6666666667px) rotate(-45deg);
  animation: arrows 3s linear infinite;
}
.arrows:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 26.6666666667px solid rgba(0, 0, 0, 0.7);
  border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0.7);
  transform: translate(53.3333333333px, 0px) rotate(-45deg);
  animation: arrows 3s linear infinite -1.5s;
}

@keyframes arrows {
  0% {
    border-left: 26.6666666667px solid rgba(0, 0, 0, 0);
    border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0);
    transform: translate(-13.3333333333px, -53.3333333333px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 26.6666666667px solid rgba(0, 0, 0, 0);
    border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0);
  }
  50% {
    border-left: 26.6666666667px solid rgba(0, 0, 0, 0.7);
    border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0.7);
    transform: translate(-13.3333333333px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 26.6666666667px solid rgba(0, 0, 0, 0);
    border-bottom: 26.6666666667px solid rgba(0, 0, 0, 0);
    transform: translate(-13.3333333333px, 53.3333333333px) rotate(-45deg);
  }
}

  

/********************FIN FLECHA ANIMADA***************************/


/***********************INICIO ESTILOS PÁGINA DE INICIO *************************/
.tipo-fuente-1{
	font: small-caps 100% serif;
	font-size: 30px;
	font-weight: bold;
	color: black;
	text-align: justify;
	margin: 5px 10px 5px 10px ;

}


.div-inicio-1{
	display: inline-block;
	width: 400px;
	height: 300px;
	/*border: #473af5 5px solid;
	border-radius:10px;*/
	margin: 10px 100px 10px 100px;
	
}

/***********************FIN  ESTILOS PÁGINA DE INICIO *************************/



/***********************INICIO  ESTILOS BOTONES DE CONTROLES *************************/


.tipo-fuente1-boton{
	margin: 1px 5px 1px 5px;
  font: small-caps 100% serif;
  color: black;
  font-weight: bold;
  font-size: 15px;
}

.margenes-fotos-boton{
	display: inline-block;  
	margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  vertical-align: top; 
	min-width:150px; 
	max-width:150px; 
	min-height: 150px; 
	max-height: 150px; 
/*	border: 1px solid #000000;*/
	/*border: none;*/
	border: outset;
	color: inherit;
	


}

.formato-imagen-boton{
  width: 60px; 
  height: 60px; 
	margin: auto;
	margin-top: 10px;
  padding-bottom: 10px;
}


/***********************FIN  ESTILOS BOTONES DE CONTROLES *************************/





/************* INICIO ESTILOS BARRA DE PROGRESO CARGAR ARCHIVOS ******************/
.cancel{
	border-radius: 5px;
	border-color: #ffffff;
	background: #ed1f3c !important;
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	width: 100px;
}

.btn_enviar_archivo{
	border-radius: 5px;
	border-color: #ffffff;
	background:  #247cc0 !important;
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	width: 150px;
}

.barra{
background-color: #f3f3f3;
border-radius: 5px;
box-shadow: inset 0px 0px 5px rgba(0,0,0,.2);
height: 25px;
}

.barra_azul{

	background-color: #247cc0;
	border-radius: 10px;
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 0%;
}


.barra_verde{
	background-color: #2ea265 !important ;
}


.barra_roja{
	background-color: #de3152 !important;

}




/************* FIN ESTILOS BARRA DE PROGRESO CARGAR ARCHIVOS ******************/







