@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,400&display=swap');
:root
{

	--alto-form-estudiante: 0px ;
	--numero-ie: 1;

}

body{

	position: relative;
	/*font-family: Helvetica Neue,Helvetica,Arial,sans-serif!important;*/
	/*font-family: 'Patua One', cursive;*/
	/*font-family: 'Roboto', sans-serif;*/
	/* font-family: sofia-pro, Roboto,Helvetica,Arial,sans-serif; */
	font-family: Roboto;
	margin:0;
	overflow: hidden;

	/*font-size: 09pt;*/
	font-size: 14px;
	background-color: #eef2f6;
	padding-top: 95px;
	color:#484848;
}

form {
    margin:0;
}

.temporal{
	border: 1px dotted red;
}

.ImagenBarra{
	/*width: 22px;*/
	margin-bottom: 4px;
}

.CajaUS{
	float: right;
	font-size: 12px;
	text-align: center;
	padding:3px;
	cursor: pointer;
	margin-right: 4px;
	margin-left: 4px;
	/*margin-top: 2px;*/
}

.DatoActualizarOPT{
	padding: 0px;
	text-align: left;
	width: 100px;
}

.DatoActualizar{
	text-align: center;
	width: 60px;
}

.DatoActualizarNumero{
	display: inline-block;
	text-align: center;
	width: 30px;
}

.numeroNee{
	width:  30px;
}

.ColumanEstudiante{
	background-color:#E0ECF8;
}

/*h2{
	text-decoration: underline;
	font-size:11pt;
	margin: 10px;
	margin-left: 0px;
	margin-top: 0px;
	color: #4682B4;
	text-shadow: 0px 0px 2px white;
}*/

.tituloModulo{
	float: left;
	font-size:11pt;
	margin: 10px;
	margin-left: 0px;
	margin-top: 0px;
	color: #4682B4;
	text-shadow: 0px 0px 2px white;
	font-weight: bold;
}

.oscuro{
	font-size:12pt;
	color: #084B8A;
}

.tituloEstado_edit{
	float: right;
	color: #D8D8D8;
	padding: 7px;
	font-size: 10px;
	border-radius: 3px;
	width: 100px;
	text-align: center;
	background-image: url("../../public/img/mod_completo_off.png");
	background-repeat: no-repeat;
	background-position:right; 
}

.tituloEstado_completo{
	float: right;
	background-color: transparent;
	color: #0174DF;
	padding: 7px;
	font-size: 10px;
	border-radius: 3px;
	width: 100px;
	text-align: center;
	background-image: url("../../public/img/mod_completo.png");
	background-repeat: no-repeat;
	background-position:right; 
}


#BtnGuardarSeccion, #BtnCancelarEdicion,#AgregarIE{

	float: right;
}


 #BtnCancelarEdicion{
margin-right: 30px;
	float: right;
}




#IniciarRegistro
	{

		width: 100%;

	}



#BtnInicio,#BtnSiguiente{

width: 200px;



}






.BotonAccionIMG
{
	border-width: 1px;
	border-style: solid;
	/*padding: 7px;*/
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
 	border-radius: 5px;
 	/*font-family: Arial;*/
 	font-size: 9px;
	background-image: -webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	color: black;
	border-style: solid;
	border-color:#0080FF;/* #DF7401;*/
	display: flex;
	align-items: center;
	text-align: center;
	width: 60px;
  }

.BotonAccionIMG:hover 
{
	background-image: -webkit-linear-gradient(top, #2A61BF 0%, #3D7EFF 100%);
 	color:white;
 	text-decoration: none;
 	border-color: #3D7EFF;
 	/*background-color: #fff;*/
	box-shadow:0px 0px 15px lightblue; 
}


.BotonAccion
{
	border-width: 1px;
	width: 150px;
	border-style: solid;
	padding: 7px;
	height: 30px;
 	border-radius: 2px;
 	/*font-family: Arial;*/
 	font-size: 12px;
 	text-decoration: none;
	background-image: -webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	color: black;
	border:1px solid #A4A4A4;
}

.BotonAccion:active 
{
	background-image:  -webkit-linear-gradient(top, #2A61BF 0%, #3D7EFF 100%);
 	color:white;
 	text-decoration: none;
 	border-color: #3D7EFF;
	box-shadow:0px 0px 15px lightblue; 
}

.BotonAccion:disabled
{

	background-color: gray;
	color:gray;
	text-shadow:-1px -1px white;
	border-color: #BDBDBD;
	box-shadow:0px 0px; 
	filter: grayscale();
	cursor: default;

}

.BotonAccionDisable
{
	border-width: 1px;
	width: 150px;
	border-style: solid;
	padding: 7px;
	height: 30px;
 	border-radius: 5px;
 	/*font-family: Arial;*/
  	
 	font-size: 12px;
 	text-decoration: none;
	background-color: lightgray;
	color: darkgray;
	/*border-style: solid;*/
	/*border-color: lightgray;*/
	border:1px solid #A4A4A4;

  }


.BotonDesencadena
{
	border-width: 1px;
	border-style: solid;
	padding: 7px;
	height: 30px;
 	border-radius: 2px;
 	/*font-family: Arial;*/
  	background-color: #58ACFA;
 	font-size: 12px;
 	text-decoration: none;
 	color:white;
 	text-decoration: none;
 	border-color: #0080FF;
 	box-shadow: 0px 1px 0px 0px #A9D0F5 inset;
	cursor: pointer;
}
.BotonDesencadena.cancel-btn{
	background: gray;
    border: 1px solid gray;
    box-shadow: 0px 1px 0px 0px gray inset;
}

.BotonDesencadena.cancel-btn:enabled:hover
{
	box-shadow: 0px 0px 0px 0px #A9D0F5 inset;
	background-image:  -webkit-linear-gradient(top, #555a63 0%, #474b53 100%);
}
.BotonDesencadena:enabled:hover
{
 	box-shadow: 0px 0px 0px 0px #A9D0F5 inset;
	background-image:  -webkit-linear-gradient(top, #2A61BF 0%, #3D7EFF 100%);

}

.BotonDesencadena:disabled
{

	filter: grayscale(0.8);
	opacity: 0.3;
	cursor: default;
	pointer-events : none;

}

.hold-mini{
	height: 19px !important;
	width: 19px !important;
	background-color: white !important;
	padding: 0px !important;
	border-color:transparent !important; 
	margin: 0px !important;
}


.btn-mini{
	height: 19px !important;
	width: 19px !important;
	padding: 0px !important;
	margin: 0px !important;
}

.BotonDesencadenaIMG
{
	border-width: 1px;
/*	width: 150px;*/
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
 	border-radius: 3px;
 	/*font-family: Arial;*/
  	background-color: #58ACFA;
 	font-size: 10px;
 	text-decoration: none;
 	color:white;
 	text-decoration: none;
 	border-color: #0080FF;
 	box-shadow: 0px 1px 0px 0px #A9D0F5 inset;
 	/*text-shadow:1px 1px black;*/
	cursor: pointer;
	display: flex;
	align-items: center;

}


.BotonDesencadenaIMG:hover
{
 	box-shadow: 0px 0px 0px 0px #A9D0F5 inset;
	background-image:  -webkit-linear-gradient(top, #2A61BF 0%, #3D7EFF 100%);

}

#GuardarContacto,#BtnActualizarIE, #BtnAgregaDocente, #BtnActualizarDirector,#BtnNuevoEstudiante,#BtnGuardarEstudiante,#BtnAgregaEstudiante{
	float: right;
	width: 150px;
	cursor: pointer;
}



#BtnLogIn
{
	width: 220px;
}


 #GuardarAvance, #GuardarRegistro,#GuardarRegistroDesabilitado{
	float: right;
margin-left: 10px;
cursor: pointer;
	width: 160px;
}

.EtiquetaBoton{
	font-weight: bold;
	float: left;
vertical-align: middle;
width: 110px;
text-align: center;
padding: 8px;

}
.ImgBoton{
	float: left;

}
#CrearDatoAgenda{

	padding: 2px;
	float: left;
	width: 25px;
height: 25px;


}


.SubtituloSeccion h2{

font-size:11pt;
	margin: 0px;
	margin-bottom: 10px;
	/*color: 	gray;*/
	/*color: orange;*/
	color: #4682B4;
text-decoration: none;
	text-shadow: 0px 0px 2px white;
	
}


div
{
	border: 0px solid black;
}


#Contacto_Historico{
	overflow: auto;
	/*background-color: red;*/
	height: calc(100% - 420px);
}


.ContenedorDatosInterno{

	overflow: hidden;
	border-width:1px;
	border-color:#C9C7C8;	
    border-style:dotted;
	background-color: #F7F7F7;
	padding: 1.5em;
	border-radius: 5px;
}

.ContenedorDatosInterno-bordeout-bottom{

	overflow: hidden;
	border-width:1px 1px 0px 1px;
	border-color:#C9C7C8;	
    border-style:dotted;
	background-color: #F7F7F7;
	padding: 1.5em;
	border-radius: 5px 5px 0px 0px ;
}


#CancelarNuevoDatoContacto{
	float: left;
}

.TituloSeccionU{
	display: inline-block;
   	margin: 0px;
   	padding: 0px;
     padding-right: 12px;
   	/*background: linear-gradient(lig, white);*/
   	color: white;

}


.TituloSeccion, .SubTituloSeccion{

   	margin: 0px;
   	font-size: 14pt;
    padding: 0px;
   	/*background: linear-gradient(lig, white);*/
   	color: white;
}


/*.TituloSeccionOBSOLETO{
   border-radius: 1px ;
   border: 1px solid orange;
   margin: 0px;
   padding: 0.5em;
   box-shadow: 0 0px 4px 0 rgba(0,0,0,0.16),0 1px 10px 0 rgba(0,0,0,0.12) !important;
   background: linear-gradient(orange, darkorange);
   color: white;
   font-weight: 13pt;
   text-shadow: 0px 0px 2px black;
}*/

.ContenedorPage
{
	margin: auto;
	/*min-width:900px;*/
	/*max-width:1200px;*/
}



.Item1, .Item1_1, .Item2, .Item3, .Item4, .Item5, .Item6, .Item7, .Item8, .Item9, .Item10
{
	margin: 1px;
}




input[type="time"],
input[type="number"],
input[type="text"],
input[type="password"], 
select{
width: 100%;
padding: 0.7em;
border: solid 1px #D8D8D8;
/*border-style: none;*/
font-size: 9pt;
border-radius: 3px;
color: #424242;
/*box-shadow: 1px 1px 1px #848484 inset;*/
}


#Cmb_AreaEnsenanzaCHK{
/*overflow: auto;*/
border: solid 1px #D8D8D8;
font-size: 9pt;
border-radius: 5px;
color: #424242;
background-color: white;
background-image: url("../../public/img/select.png");
background-repeat: no-repeat;
}

#Cmb_TipoDocEstudiante, #Cmb_TipoDocDocente,#Cmb_TipoDocDirector, #Cmb_TipoDocEstudiante2,#Cmb_TipoDocDocente2,#Cmb_TipoDocDirector2
{
	width: 53px;
	padding-left:1px;
	padding-right:1px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 5px 0px 0px 5px;
	font-size: 08pt;
	height: 32.78px;
}

#Txt_DniEstudiante, #Txt_DniDocente,#Txt_DniDirector
{
	width: 165px;
	margin-left:-5px; 
	border-radius: 0px 5px 5px 0px;
	height: 33px!important;
}


#txt_busca_codmod{
	display: inline-block;
	text-align: center;
	float: left;
	width: 100px;
	border-radius: 5px 0px 0px 5px;
	height: 30px;
}

#txt_busca_anexo{
	display: inline-block;
	text-align: center;
	margin-left:5px; 
	margin-right:5px; 
	float: left;
	width: 30px;
	border-radius: 0px 0px 0px 0px;
	height: 30px;
}



#txt_nombre_ie{
	text-align: center;
	float: left;
	height: 30px;
}

#Btn_busca_codmod{
display: inline-block;
float: left;
border-radius: 0px 5px 5px 0px;
height: 30px;
width: 60px;

}


#Txt_AreasChk{
border-color:white;
	padding: 1px;
margin: 0.7em;
margin-right: 0px;
	width: 190px;
}



.CuadroAgrega input[type="text"]{
width: 100%;
padding: 0.7em;
border: solid 1px #D8D8D8;
font-size: 9pt;
border-radius: 5px;
color: #424242;
}


#GuardarNuevoDatoContacto{

float: right;
}

#tablaContacto{
	display: none;
}

#AgregarListaDatoContacto{
	
	width: 100%;
}

select:disabled, input[type="text"]:disabled{
border: solid 1px #D8D8D8;
background-color: #E6E6E6;
/*font-weight: bold;*/
/*box-shadow: 0.5px 0.5px 0px 0.1px #A4A4A4 inset;*/
color: #585858;
text-shadow: 0.5px 0.5px white;
}


/*select:disabled{
border: solid 1px #E6E6E6;
background-color: #E6E6E6;
}
*/
.Cmb_TipoDatoAgenda 
	{
		width: 100%;

	}




#TablAgenda input[type="text"]{
	width: 100%;
}
#AgregarCampoListaDatoContacto{
	padding: 2px;
	float: right;
	width: 25px;
	height: 25px;
}


textarea
{
	width: 100%;
	height: 60px;
	font-size: 10pt;
	border-radius: 5px;
	border: solid 1px #D8D8D8;
	padding: 0.7em;
	/*font-family: Helvetica,Arial,sans-serif;*/

}

textarea:disabled
{
	background-color:#e6e6e6;
}

#Chk_Estado, #Chk_EstadoLabel{


vertical-align: middle;
}


.Item1{
	display:inline-block;
	width: 200px;
	/*height: 50px;*/
}

.Item1_1{
	display:inline-block;
	width: 200px;

	/*height: 50px;*/
}


.Item1 input{
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	color:#4682B4;
	padding-top: 8px;
	padding-bottom: 10px;

	background-color: transparent;
	border-color:transparent;
}



.Item2{
	display:inline-block;
	width: 733px;

}
.Item2_1{
	display:inline-block;
	width: 691px;

}
.Item3{

	display:inline-block;
	width: 218px;
	overflow: auto;

}


.Item10
{
	display:inline-block;
	width: 106px;


}
.Item11
{
	display:inline-block;
	width: 70px;


}



.Item3 select{
width: 100%;
}

#Opt_Titular, #Opt_Encargado{

width: 30px;
}


.Item4{
	display:inline-block;
	/*width: 484px;*/
	width: 442px;
}


.Item5{
	/*overflow: hidden;*/
	display:inline-block;
	width: 100%;
	height: 89px;
}


.DivSeparador{
	display: inline-block;
	float: left;
	width: 10px;

}


#HerramientaEstudiante{
	overflow: auto;
 	position: fixed;
 	top:50px;
    border-radius: 3px;
	padding: 1em;
	padding-right:0px; 
    text-decoration: none;
    vertical-align: middle;
    outline: 0;
    /*color: #2077cf;*/
    border: 1px solid #c3c9d1;
    background-color: #fff;
	box-shadow:0px 0px 15px lightblue;
	/*z-index:1002; */
	width: 1024px;
	left:50%;
	margin-left: -506px;
}



#DivNombreIE{
	margin: 0px;
	float: left;
	width: 470px;
}

.NombreIE{
	color: #045FB4;
	font-weight: bold;
	font-size: 9pt;
	margin: 0.8em;

}












.Item6{
	overflow: hidden;
	float: left;
	display:inline-block;
	/*width: 484px;*/
	width: 100%;
	/*padding-left:2em;*/


}


.Item7{

	float: left;
	width: 236px;

}

.Item8{
	overflow: hidden;
	width: 100%;
	height: 80px;
}

.Item9{
	width: 100%;
	overflow: auto;
}


.Item12{
	display:inline-block;
	width: 115px;
	padding-left: 1em;

}
.Item12_1{
	display:inline-block;
	width: 109px;

}

.ContenedorHorario{

		display:none;
padding-left: 2em;
}

#ItemComboRegistro{
		display:inline-block;
	width: 150px;

}


.ItemDato{
	height: 30px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.ItemDatoT{
	display: inline-block;
	height: 30px;

}

.EtiquetaDatoT
{
	text-align: left;
	width: 90px;
	display: inline-block;
	font-weight: normal;
	font-size: 8pt;
	margin: 0px;
	color:#848484;
	/*background-color: red;*/
}

.EtiquetaDato
{
	font-weight: bold;
	font-size: 8pt;
	margin: 0px;
	color:#535353;


}

.EtiquetaDatoL
{
	display: inline-block;
	font-weight: bold;
	font-size: 8pt;
	margin: 0px;
	color:#585858;

}

.ItemDatoL
{
	display: inline-block;
	text-align: left;
	font-weight: normal;
	width: 250px;
	font-size: 8pt;
	margin: 0px;
	color:#848484;
	/*background-color: red;*/
}




#CasillaExclusion{
font-size: 10pt;
color: red;
display:inline-block;
border-width:1px;
border-color: gray;	
border-radius: 4px;
border-style:dotted;
background-color: #FBEFF2;
margin-bottom: 4px;
margin-top: 2px;
padding: 7px;
width: 98%;
}

/*.Exclusion_{
font-size: 10pt;
display:inline-block;
border-color: gray;	
border-radius: 4px;
border-style:dotted;
background-color: #FBEFF2;
margin-bottom: 4px;
margin-top: 2px;
padding: 7px;
width: 98%;
}
*/
.est 
{
	display: flex;
	align-items: center;
	padding: 3px;
	font-size: 9pt;
	border-style:none;
	font-weight: bold;
	border-radius: 3px;
	height: 25px;
	
}

.e-ex{
	background: linear-gradient(to right , red, transparent);
	color: white;
}

.e-pen{
	background: linear-gradient(to right , #e6e6e6, transparent);
	color: #585858;

}

.e-ini{
	background: linear-gradient(to right , #fac541, transparent);
	color: white;
}

.e-com{
	background: linear-gradient(to right , #6fbaff , #6fbaff , transparent);
	color: white;
}


.e-fin{
	background: linear-gradient(to right , #1062b3,  transparent);
	color: white;
}

.e-val{
	background-color:  #1062b3;
	color: white;
}



#CasillaVerificacion{
font-size: 10pt;
color: #0080FF;
display:inline-block;
border-width:1px;
border-color: gray;	
border-radius: 4px;
border-style:dotted;
background-color: #EFF5FB;
margin-bottom: 4px;
margin-top: 2px;
padding: 7px;
width: 98%;
}




.SeccionIE{
	overflow: hidden;
	padding: 15px;
	vertical-align: top;
	background-color: white;/*#f1f1f1;
	background-color: black;*/
    border-radius: 0px 0px 0px 0px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12) !important;
}

.SeccionRegistroContacto{
	overflow: hidden;
	padding: 0em;
	vertical-align: top;
	background-color: white;

    border-radius: 0px 0px 0px 0px;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12) !important;
}






/*.TabsIE{
	display: inline;
	width: 130px;
	text-align: center;
	background-color: #D8D8D8;
	border:1px;
	border-bottom: 0px;
	border-style: solid;
	border-color:#f1f1f1;	
	border-radius: 7px 7px 0px 0px;
	cursor: pointer;
	padding-top: 5px;
	padding-left: 13px;
	padding-right: 13px;
	margin-left: 1px;
}




.TabsIEn:active {
	text-decoration:none; 
	font-weight: bold;
	} 
*/
.form-sombra
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
    border-radius: 0px 0px 3px 3px;
    text-decoration: none;
    vertical-align: middle;
    outline: 0;
    font-weight: 400;
    font-size: 13px;
    color: #2077cf;
    border: 1px solid #c3c9d1;
    border-top:1px solid #535353;
    background-color: #fff;
	box-shadow:0px 0px 15px lightblue; 
	/*height: 400;*/
}

.f-conf-user
{

	display: none;  
	z-index: 1000; 
	position: absolute; 
	box-shadow:none;
	top:0px;
	height: 100vh;
	overflow: hidden;
	left: calc(50% - 300px);
	
}

.f-reg
{

	width: 600px;

}

.f-val
{

	width: calc( 100% - 100px) ;

}


.f-ini
{
	width: 286px;
}

.form-dato
{
    
    margin: 2em;
    /*margin: 1.5em;*/
    overflow: auto;
    overflow-x: hidden;

}

.form-dato-matriz
{
	padding: 1.5em;
	height: calc(100% - ( var(--alto-form-estudiante ) + 350px )  );
	overflow-x: hidden;
}

.f-tit
{
	background-color: #eef2f6;
	border-bottom: 1px solid #E6E6E6;
	height: 36px;
}

.matriz-footer
{

	border-top: 1px solid #E6E6E6;

	/*height: 75px;*/ 
	padding: 1em;
	/*padding-right: 1em;*/
	box-shadow: rgba(0, 0, 0, 0.08) 0px -4px 4px;

}

.matriz-head
{

	border-bottom: 1px solid #E6E6E6;
	padding: 1em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 4px;


}

/*#CuadroGuiaDetalle{

    border-radius: 3px;
	padding: 1.5em;
    text-decoration: none;
    vertical-align: middle;
    outline: 0;
    font-weight: 400;
    font-size: 13px;
    color: #2077cf;
    border: 1px solid #c3c9d1;
    background-color: #fff;
	box-shadow:0px 0px 15px lightblue; 
margin-top:-15px;
}

*/



.ParrafoGuia{
font-size: 9pt;
}


#TituloGuia{
	color: 	#4682B4;
	font-size:11pt;
	font-weight: bold;
	padding-bottom: 0.5em;

}


.TituloGuia{
	color: 	#4682B4;
	font-size:9pt;
	font-weight: bold;
	/*padding-bottom: 0.5em;*/

}

 





.AvancePorcentaje{
padding: 0.5em;
	width: 30%;
	height: 13px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, #2A61BF 0%, #3D7EFF 100%);
	box-shadow:0px 0px 5px gray; 
	color:white;
	box-shadow:0px 0px 15px lightblue; 
	text-align: center;
	vertical-align: middle;

}





.ContenedorProgress{
	margin-top:5px;
	margin-bottom:5px;
	width: 100%;
	height: 30px;
  background-color:  #eee;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
padding: 0px;
}


.Porcentaje{
font-weight: bold;
padding:10px;
}





.completoProgress
{
	float: left;
	vertical-align: middle;
	height: 30px;
  	background-color:  #819FF7;
  	border-radius: 5px 0px 0px 5px;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
  	text-align: center;
  	margin: 0;
}

.iniciadoProgress
{	
	float: left;
	vertical-align: middle;
	display: inline-block;
	height: 30px;
  	background-color: #D0F5A9;
  	border-radius: 0px 5px 5px 0px;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
  	text-align: center;
  	margin: 0;

}

.contactoProgress
{
	float: left;
	vertical-align: middle;
	display: inline-block;
	height: 30px;
  	background-color:  #A9E2F3;
  	border-radius: 0px 0px 0px 0px;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
  	text-align: center;
  	margin: 0
}





.contactoCuadro
{
	margin-left: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
  	background-color: #A9E2F3;

  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.completoCuadro
{
	margin-left: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
  	background-color:  #819FF7;

  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.iniciadoCuadro
{
margin-left: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
  	background-color: #D0F5A9;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.fila_excluida{
	background-color: gray;
}

h1{
	font-size: 11pt;
	font-weight: bold;

}


.TablaDNI{
border-collapse:collapse; 
width:100%; 
 font-size: 11;

}


.CabeceraTabla{
font-size: 10pt;
background-color: #58ACFA;
color: white;
height: 30px;
text-align: center;
vertical-align: middle;
border: 0px;

}

.CuerpoTabla{
font-size: 9pt;
	color: gray;
	height: 30px;
	vertical-align: middle;
border: 0px;
background-color: #FFFFFF;
}

#FormularioIngreso {
/*position: absolute;*/

left:0;
right:0;
bottom:0;
margin: auto;
margin-top: 0px;
width:70%; 
height: 100%;
padding-top: 0em;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 1em;
box-shadow:0px 0px 2px #888888; 


}

.FrameDNI
{

text-align: center;
}

.FrameInt
{
width:100%;
height: 80%
}


.subtitulo{
font-size: 11pt;
	font-weight: bold;
	color: #084B8A;
}

.subtituloIniSesion{
font-size: 07pt;
	font-weight: bold;
	color: #084B8A;
}	


#contenedorErr {

 border: 3px solid darkred;
/*background-color:#F2F2F2;*/
text-align: center;
 background-color:pink;
color: darkred;

 padding: 20px;
 border-radius: 5px;
  position: absolute;
  top: 35%;
  left: 35%;

}
#contenedorOK {

 border: 3px solid green;
/*background-color:#F2F2F2;*/
text-align: center;
 background-color:lightgreen;
color: darkgreen;

 padding: 20px;
 border-radius: 5px;
  position: absolute;
  top: 35%;
  left: 30%;
}

#contenedorKB {

 border: 3px solid gray;
/*background-color:#F2F2F2;*/
text-align: center;
 background-color:lightgray;
color: black;

 padding: 20px;
 border-radius: 5px;
  position: absolute;
  top: 35%;
  left: 30%;
}

#contenedor {

 border: 1px solid #BDBDBD;
 background-color:#F2F2F2;


 box-shadow:0px 0px 15px lightblue; 
 padding: 20px;
 border-radius: 5px;
  position: absolute;
  top: 30%;
  left: 35%;
}

hr{
border: 1px solid #eef2f6; 
width: 100%;
margin-bottom: 10px;


}

.CuadroInicio
{
	padding-left: 3em;

}



.Etiquetas
{

	font-size: 10pt;
	display:inline-block;
	color: #084B8A;
	width: 120px;


}
.Etiquetas2
{

	font-size: 9pt;
	display:inline-block;
	color: black;

width: 100px;

}



.CajaSesion{
	display:inline-block;
}
.CajaTXT{
	font-size: 12pt;
	height: 30px;
	border-radius: 4px;
	background-color: white;
	box-shadow:0px 0px 10px lightblue inset; 
 border: 1px solid #BDBDBD;
}

.BotonIniSes{

background-color: #DF7401;
border:1px solid #DBA901;
padding: 0.5em;
width: 100%;
color: white;
text-align: center;
}

.BotonLink{

background-color: #DF7401;
border:1px solid #DBA901;
padding: 0.5em;
width: 200px;
color: white;
text-align: center;
}


.BotonNormal{


padding: 0.5em;
width: 200px;
text-align: center;
}

.TituloIMG
{

	float: left;	
	padding: 4px;
	padding-right:10px;

}

.TituloEmail{
	float: left;
}

.botonEmail{
	float: right;

}



.TituloBC
{

	float: left;	
	font-size: 1.7em ;
	font-weight:900;
	height: 43px;
	color:#004c9f;
	display: flex;
	align-items: center;
	justify-content:center;

}

.TituloEV{
	float: left;	
	color: orange;
	font-size: 13pt;
	vertical-align: bottom;
	padding-top: 0.9em;
	padding-left: 1em;
}




.CajaICO{
		float: right;

}

a:link {
	text-decoration:none; color: #084B8A;
	} /* Link no visitado*/
a:visited {
	text-decoration:none; color:#084B8A;
	} /*Link visitado*/
a:active {
	text-decoration:none; color:#99FF00; 
	background:#EEEEEE;
	} /*Link activo*/
a:hover {
	
	color:#FE9A2E; 
	} /*Mause sobre el link*/
#CierraSesion{

	text-shadow: 0em 0em ;
	color: white;
}


.TablaRegistro{
	border-collapse: collapse;
	width: 100%;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16),0 1px 1px 0 rgba(0,0,0,0.12) !important;
	text-align: center;
}

.TablaRegistro input[type="text"] {
	width: 50px;

}


.TablaRegistro td{
	padding: 10px;
 	font-size: 10pt;
	color: #2077cf;

}

.EstadoAncho .DatoSeccion{
	width: 100%;
}

.DatoSeccion{
	border-color:transparent;
	border-style: none;
	text-align: center;
	color: #2077cf;
	background-color: transparent;
	width: 50px;
}


.TablaRegistro tr:first-child td{
	padding: 5px;
	background-image: -webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	text-align:center;
	font-size:9pt;
	color: black;
}

.TablaRegistro tr:first-child {

	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12) !important;

}

.TablaRegistro tr:nth-child(odd)
{ 
	background-color:#eef2f6 ; 

}

.TablaRegistro tr:nth-child(even)    
{ 
	background-color:#ffffff; 
}

/*.TablaRegistro tr:nth-child(even):hover,.TablaRegistro tr:nth-child(odd):hover
{ 
	background-color:#CED8F6; 
	font-weight: bold;

}*/

#DivMensajeSeccion, #DivMensajeDirector, #DivMensajeDatosIE{
	/*float: right;*/
	/*margin-right: 1em;*/
	/*margin-top:0.3em; */
}




.TablaAgenda{
	border-collapse: collapse;
	width: 100%;
}

.TablaAgenda td{
	padding: 0.5em;
 	font-size: 9pt;
	color: #2077cf;
	background-color: #F2F2F2;
}


.TablaAgenda tr:first-child td{
	padding: 7px;
	background-image: -webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	text-align:center;
	font-size:9pt;
	color: gray;
}


.TablaAgenda tr:first-child {


}

.TablaAgenda tr:nth-child(odd)
{ 
	/*background-color:#eef2f6 ; */
}

.TablaAgenda tr:nth-child(even)    
{ 
	/*background-color:#ffffff; */
}


.TablaHistoria {
 	/*font-size: 10pt;*/
	/*box-shadow: 0px 0px 5px #888888;*/
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #DADADA;
	
}


.TablaHistoria td{
	padding: 20px;
	/*height: 40px;*/
	color: #2077cf;
	font-size: 10pt;
}

.TablaHistoria tr:hover td{

 	background-color: #F5ECCE;
}

.TablaHistoria tr:nth-child(odd)
{ 
	background-color:#eef2f6 ; 
}

.TablaHistoria tr:nth-child(even)    
{ 
	background-color:#ffffff; 
}

.TablaHistoria tr:first-child td{
	padding: 20px;
	height: 10px;
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #56aaff), color-stop(1, #005fbf) );*/
	background-image: -webkit-linear-gradient(top, #2A61BF 0%, #3D7EFF 100%);
	background-color:#0080FF;
	text-align:center;
	font-size:9pt;
	color:white;
}

.fadebox {
	display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: radial-gradient(at center center, rgba(0, 0, 0, 0.1) 0%, rgba(20, 20, 20, 0.5) 100%);
    z-index: 900;
}

.fadebox-val {

    opacity: 1 ;
    background-color: white;
    background: white;

}

/*
.box-dialog
{
	display: none;
	border: 1px solid #BDBDBD;
	background-color:white; 
	border-radius: 5px;
	width: 400px;
	left:50%;
	top:50%;

	margin-top: -100px;
	margin-left: -200px;
	position: absolute;
    z-index: 1000000;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;

}

.box-tit
{
	height: 20px;
	padding: 10px;
	font-weight: bold;

}

.box-bdy
{

	margin-bottom: 25px;
	color: gray;
	font-size: 10pt;
	float: right;
	width: 300px;
	text-align: justify;
}

.ico-tit
{
	height: 50px;	
	width: 100px;	
	text-align: center;
	float: left;
}

.box-opt
{
	padding-top: 10px;
	clear: both;
}
*/



/*

.fadeboxL {

    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 120%;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.fadeboxL2 {

    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 120%;
    background-color: white;
    z-index:10;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}
.fadeboxL3 {

    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 120%;
    background-color: black;
    z-index:10;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}
*/

.CuadroAgrega{
	display: none;
	overflow: auto;
 	position: absolute;
 	top:5px;
    border-radius: 3px;
	padding: 2em;
    text-decoration: none;
    vertical-align: middle;
    outline: 0;
    font-weight: 400;
    font-size: 13px;
    color: #2077cf;
    border: 1px solid #c3c9d1;
    background-color: #fff;
	/*box-shadow:0px 0px 15px lightblue;*/
	z-index:1002; 
	width: 444px;
	left: 50%; 
	margin-left: -222px;
}


.Requiere{

	/*font-family: 'Candal', sans-serif!important;*/
	color: #FE460B!important;
	font-size: 15px!important;
	height: 5px;
	padding: 0;
	display: inline-block;

}

#AgendaFloat{
	overflow: auto;
 	position: fixed;
 	top:45px;
    border-radius: 3px;
	padding: 2em;
    text-decoration: none;
    vertical-align: middle;
    outline: 0;
    font-weight: 400;
    font-size: 13px;
    color: #2077cf;
    border: 1px solid #c3c9d1;
    background-color: #fff;
	box-shadow:0px 5px 20px lightblue;
	z-index:900;
	width: 650px;
	left: 50%; 
	margin-left: -325px;
}















#Nuevo_dato_agenda{
width: 450px;
margin-left: -225px;
box-shadow:0px 0px 0px transparent;
}


.Pop_Nuevo_dato_agenda {
	position: fixed;
    display: none;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 300px;
   	z-index:1002;
    overflow: auto;
    background-color: white;
	padding: 2em;
	border-radius: 7px;
}





.Pop_Nuevo_fin {
	position: fixed;
    display: none;
    /*top: 0px;*/
	margin: auto;
	top: calc(50% - 100px);
	left: calc(50% - 110px);
    width: 220px;
    height: 130px;
   	z-index:1002;
    overflow: auto;
    background-color: white;
	padding: 2em;
	border-radius: 7px;
	box-shadow:0px 0px 15px lightblue; 
    border: 1px solid #c3c9d1;
}


#BtnCierraMensaje,#BtnPaginaPrincipal{
width: 100%;


}
.Pop_Nuevo_Mensaje {
	  position: fixed;
    display: none;
    top: 50%;
    margin-top: -95px;
margin-left: auto;
margin-right: auto;
    width: 250px;
    height: 155px;
   	z-index:1002;
    overflow: auto;
    background-color: white;
	padding: 2em;
	border-radius: 7px;
	box-shadow:0px 0px 15px lightblue; 
    border: 1px solid #c3c9d1;
    left: 50%;
    margin-left: -125px;
}









/*.fadebox {

    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 120%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
}*/

/*.Pop_Nuevo_dato_agenda textarea{
	width: 100%;
	height: 70px;
}
*/



.DetalleAgenda{
	margin: 4px;
	width: 100%;
		box-shadow: 1px 1px 2px #D8D8D8 inset;
		background-color: #585858;
		height: 200px;
}






.ItemBoton
{
display:inline-block;
padding: 0px;
width: 100%;

}






.DivTitulo{
		display:inline-block;
}



.ContenedorTablaIni{
	    border: 1px solid #c3c9d1;


}






.TablaInicio{
	border-collapse: collapse;
	width: 100%;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16),0 1px 1px 0 rgba(0,0,0,0.12) !important;
text-align: center;

}




.TablaInicio td{
	padding: 15px;
 	font-size: 9pt;
color: #2077cf;

}
.TablaInicio tr:first-child td{
	padding: 5px;
background-image: -webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	text-align:center;
	font-size:9pt;
color: black;

}

.TablaInicio tr:first-child {

box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12) !important;


}

.TablaInicio tr:nth-child(odd)
{ 
	background-color:#eef2f6 ; 

}

.TablaInicio tr:nth-child(even)    
{ 
	background-color:#ffffff; 
}


#SubCasillaExclusion{

	margin: 5px;
	padding-left:2em; 
}

#AgendaDetalle{
background-color: white;
width: 100%;
border-radius: 5px;
/*border: 1px solid #c3c9d1;*/

}












.ResumenID1{
	float:left;
	font-size: 10pt;
	width: 50%;
	/*background-color: blue;*/
}


.ResumenID2{
	float:right;
	font-size: 10pt;
	width: 50%;
	/*background-color: yellow;*/
/*box-shadow: 0px 0px 1px #888888;	*/
}


br{
	background-color: red;
}

.ItemUl{
	display:inline-block;
	margin: 4px;
	color: gray;
	font-size: 8pt;
	width: 110px;
}
.AgendaDetalle 
{
padding: 0.5em;
}
.ItemDatoUl_T{
width: 100%;
}
.ItemDatoUl{
	display:inline-block;
	margin: 4px;
	font-size: 8pt;
	color: #2077cf;
	/*width: 250px;*/
	/*background-color: red;*/
	/*margin-right: 90px;*/
}

.ItemUl_1{
	display:inline-block;
	margin: 4px;
	color: gray;
	font-size: 8pt;
	width: 40px;
}

.ItemDatoUl_1{
	display:inline-block;
	margin: 4px;
	font-size: 9pt;
	color: #2077cf;

}








.TablaEstat2, .TablaEstat2 tr, .TablaEstat2 td{
	border-collapse: collapse;
	border-style:dotted;
	border-color:  #C9C7C8;
	border-width: 1px;
	font-size: 9pt;
}





.TablaEstat2 {
 	font-size: 09pt;
	/*box-shadow: 0px 0px 5px #888888;*/
	border-collapse: collapse;
}


.CeldaNeutra
{
	vertical-align:top;
	background-color:transparent;
	border: 0px;
}


.TablaEstat2 td{
font-size: 8pt;
}



.TablaEstat2 tr:hover td{

}


.TablaEstat2 tr:nth-child(odd)
{ 
	background-color:#F2F2F2;
}


.TablaEstat2 tr:nth-child(even)    
{ 
	background-color:white;
}


.TablaEstat2 tr:first-child td{
text-align: center;
	background-color:#F2F2F2;
	text-align:left;
	font-size:9pt;
	color:#424242;
	font-weight: bold;
}
























.TablaEstat, .TablaEstat tr, .TablaEstat td{
	border-collapse: collapse;
	border-style:dotted;
	border-color:  #C9C7C8;
	border-width: 1px;
	font-size: 9pt;
	padding: 1em;

}


.ItemINI1{

float: left;
	width: 652px;
	/*height: 50px;*/
	margin: 0px;
}

.ItemINI2{

	float: left;
	width: 300px;
	/*height: 50px;*/
	margin: 0px;

	top: 0px;

}

.EtiquetaDatoINI{
	width: 100%;
	height: 30px;
	background-color: yellow;
}




.ContenedorEstat{
overflow: hidden;

		padding: 0px;

}



















.TablaEstat {
 	font-size: 09pt;
	/*box-shadow: 0px 0px 5px #888888;*/
	border-collapse: collapse;
	padding: 3px;
	width: 640px;

}


.TablaEstat td{
	padding: 7px;
font-size: 9pt;
}



.TablaEstat tr:hover td{


}

.TablaEstat tr:nth-child(odd)
{ 
	background-color:#F2F2F2;
}

.TablaEstat tr:nth-child(even)    
{ 
	background-color:white;
}

.TablaEstat tr:first-child td{
	padding: 5px;
	background-color:#F2F2F2;
	text-align:left;
	font-size:11pt;
	color:#424242;
	font-weight: bold;

}


.NombreReg{

	font-size:11pt;
	/*text-shadow: 0px 0px 2px white;*/
	font-weight:bold;
	color: #4682B4;
	display: inline-block;
	margin-bottom: 5px; 
}

/*.NombreReg-bajo{

	font-size:10pt;
	color: #4682B4;
	display: inline-block;
}*/

.nombre-usuario
{

	font-size: 0.9em;
	color: #4C4C4C;
	font-weight: bold;

}



.Rol{
	font-size: 9pt;
	color: gray;
}




.ContenedorDatosInternoNEE
{
	font-weight: normal;
	color: #3A67A6;
	background-color: #F7F7F7;
}



.TablaRegistroContenedor .Txt_DniEstudiante{

	width: 70px;
}

.TablaRegistroContenedor .Txt_ApellidosEstuadiante,.TablaRegistroContenedor  .Txt_NombresEstudiante{

	width: 180px;

}
.TablaRegistroContenedor .Txt_DiaEstudiante,.TablaRegistroContenedor  .Txt_MesEstudiante
{

	width: 30px;
}

.TablaRegistroContenedor .Txt_AnoEstudiante{
		width: 50px;
}


.TablaRegistroContenedor .Cmb_GradoEstudiante,
.TablaRegistroContenedor .Cmb_SeccionEstudiante{
		width: 40px;
}

.TablaRegistroContenedor .Cmb_TurnoEstudiante{
		width: 50px;
}

.TablaRegistroContenedor .Cmb_NeeEstudiante{
		width: 53px;
}

.TablaRegistroContenedor .Txt_ObservacionEstudiante{

	width: 180px;
	height: 100%;
	padding: 5px;
	font-size: 8.5pt;

}


#BtnNuevoEstudiante{
	font-weight: bold;
	width: 130px;
	float: left;
	margin-right: 10px;
	width: 130px;
}

 #BtnGuardarEstudiante, #BtnFinalizaEstudiante{
	float: left;
	margin-right: 10px;
	width: 122px;
	/*background-color: #fff;*/
	/*box-shadow:0px 0px 15px lightblue; */
}

#BtnCerrarAgenda{
		float: right;
}


.TablaRegistroE
{
	/*left: 0px;*/
	position: absolute;
	border-collapse: collapse;
	width: 1280px;
	/*width: 80%;*/
	margin-left: -140px;
	text-align: center;
	font-weight: bold;
	padding: 0px;
}


.TablaRegistroE input[type="text"], 
.TablaRegistroE select {
	padding: 5px;
	font-size: 9pt;
}


.TablaRegistroE td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
 	font-size: 9pt;
}

.TablaRegistroE tr:first-child{
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 1px;
	padding-right: 1px;
	border-style: solid;
	border-width: 1px;
	border-spacing: 0px;
	border-color: #BDBDBD;
}

.TablaRegistroE tr{
	border-style: solid;
	border-width: 1px;
	border-spacing: 0px;
	border-color: #BDBDBD;

}


.TablaRegistroE tr:first-child {
/*box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12) !important;*/
}



.TablaRegistroE tr:nth-child(odd)
{ 
	background-color:#eef2f6; 
	/*background-color:#ffffff; */

}

.TablaRegistroE tr:nth-child(even)    
{ 
	background-color:#ffffff; 
}

.TablaRegistroE tr:hover 
{ 
	background-color:#EFF5FB; 
	border-style: solid;
	border-width: 1px;
	border-spacing: 0px;
	border-color: #81BEF7;
}



.TablaRegistroE input[type="checkbox"]{
/*border: solid 1px #D8D8D8;*/
}




.TablaRegistroE .DegradaTabla{
	border-style:none;
	border-width: 0px;
	padding: 5px;
	background-image: -webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	text-align:center;
	color: black;

}

.TablaRegistroE .DegradaTablaH{
	border-style:dotted;
	border-width: 0px;
	border-collapse: collapse;
	padding: 5px;
/*background-color: black;*/
}
.TablaRegistroE .DegradaTablaA{
	border-style:dotted;
	border-width: 0px;
	border-collapse: collapse;
	padding: 5px;
/*background-color: #E0F2F7;*/
}

.TablaRegistroE .DegradaTablaS{
	border-style:dotted;
	border-width: 0px;
	border-collapse: collapse;
	padding: 5px;
/*background-color: yellow;*/
}

.TablaRegistroE .DegradaTablaNeutro{
background-color: #eef2f6;
}



.TablaRegistroE .Txt_ObservacionEstudiante{

	/*width: 180px;*/
	height: 100px;
	/*padding: 5px;*/
	/*font-size: 8.5pt;*/

}














#Col1{
width:40px;
}


.CheckList{

	/*border-radius: 4px;*/

	width: 216px;
	height: 100px;
	overflow:auto;
	padding: 0px;
	background-color: white;
	position: absolute;
    display: none;
    border: 1px #dadada solid;
}





.LabelItem{
	margin: 0px;
	padding: 3px;

}

.LabelItem:hover{


background-color: Highlight;
color: white;
}


.Error{
	display: flex;
	align-items: center;
	padding: 3px;
	margin-top: 7px;
	background-color: #F8E0E0;
	color: #DF0101;
	font-size: 9pt;
	font-weight: bold;
	/*border-top: 1px solid #F5A9A9;*/
	/*border-bottom: 1px solid #F5A9A9;*/
}

.ImagenMensaje{
display: inline;
padding: 0px;
margin: 0px;
}

.Mensaje{
	padding: 0px;
	margin: 0px;
	margin-left: 9px;
	/*width: 500px;*/
	width: 100%;
	display: inline;
}


.Correcto{
	background-color: #E1F5A9;
	display: flex;
	align-items: center;
	padding: 3px;
	margin-top: 7px;
	color: #088A08;
	font-size: 9pt;
	font-weight: bold;	
	/*border-top: 1px solid #088A08;*/
	/*border: 1px solid  #088A08;*/
}


.Alerta{
	background-color: #F3E2A9;
	display: flex;
	align-items: center;
	padding: 3px;
	margin-top: 7px;
	color: #3B170B;
	font-size: 9pt;
	font-weight: bold;
	/*border-top: 1px solid #3B170B;*/
	/*border: 1px solid #3B170B;*/
}

.Enviado{
	background-color: #A9D0F5;
	display: flex;
	align-items: center;
	padding: 3px;
	margin-top: 7px;
	color: #3B170B;
	font-size: 9pt;
	font-weight: bold;
	border-top: 1px solid #013ADF;
	/*border: 1px solid #3B170B;*/
}

.errorUbi{
	border: 2px solid #FE9F9F;
    /*box-shadow: 0px 0px 5px 5px #FE9F9F;*/
    color:red;
    font-weight: bold;

}

.item_seccion{
	padding: 1px;
	padding-left: 4px;
	padding-left: 4px;
	color:black;
	display: inline-block;
	border-radius: 4px;
 	text-decoration: none;
	/*margin-left: 1px;*/
	/*display: inline-block;*/
  	background-color:  #D8D8D8;
  	/*box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25) inset;*/
  	/*border: 1px solid  #585858;*/
  	/*text-shadow:1px 1px #045FB4;*/
}



.item_cuadro{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	/*height: 15px;*/
	color:white;
	display: inline-block;
	border-radius: 2px;
 	text-decoration: none;
	margin-left: 5px;
	display: inline-block;
  	background-color:  #81BEF7;
  	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25) inset;
  	border: 1px solid  #2E9AFE;
  	text-shadow:1px 1px #045FB4;
}


#Seccion2,
#Seccion1,
#AgendaFloat,
#Nuevo_dato_agenda,
#Nuevo_Registro_Contacto,
#GuardarRegistro, 
#SeccionRegistroGeneral{
	display: none;
}

.cuadroInterno{
	float: left;
	overflow: auto;
	width: 60%;
height: 25px;
/*background-color: blue;*/
}

.eq_comunicaciones{
	display: inline-block;
	/*float: left;*/
	border-width: 1;
	border-style: solid;
	border-color: #2A91F2;
	background-color: #7CC0FF;
	border-radius: 3px;
	color:white;
	width: 40px;
	text-align:center;
	margin-bottom: 3px;
	margin-top: 3px;
}
.eq_texto{
	display: inline-block;
	/*float: left;*/
	border-width: 1;
	border-style: solid;
	border-color: white;
	background-color: white;
	border-radius: 3px;
	color:#535353;
	width: auto;
	text-align:center;
	padding-left: 3px;
	padding-right: 3px;
}

.cuadroInterno input{
	/*background-color: red;*/
	padding: 2px;
	text-align: center;
}


.cuadroEtiquetaNee{
	float: left;
	/*background-color: red;*/
	font-size: 9pt;
	height: 25px;
	width: 30%;
	text-align: left;
	font-weight: bold;
	padding-right: 5px;
}



.clase_contenido
{
	
	width: 100%;
}


.ListaDatoContacto{
width: 100%;
padding-left: 4.5px;
/*padding-right:  4.5px;*/
padding-top: 4.5px;
padding-bottom:4.5px;
border: solid 1px #D8D8D8;
/*border-style: none;*/
font-size: 9pt;
border-radius: 3px;
color: #424242;
	/*border-radius: 4px;*/
	/*width: 200px;*/
	overflow:auto;
	/*padding: 0px;*/
	background-color: white;
	/*position: absolute;*/
    /*display: none;*/
    /*border: 1px #C4C4C4 solid;*/
    /*margin-top: -5px;*/
    /*box-shadow: 0px 30px 100px 10px #B3B4B4;*/
}

.ListaDatoContacto select, .ListaDatoContacto input[type="Text"]{
	font-size: 8pt;
}

/*#DatoContactoDirector{
	padding: 0.7em;
	border: solid 1px #D8D8D8;
	font-size: 9pt;
	border-radius: 3px;
	color: #424242;
}
*/


.Item-Float-4{

	float: left;
	/*width: 484px;*/
	width: 405px;
}

.Item-Float-4_1{

	float: left;
	/*width: 484px;*/
	width: 407px;
}


.Item-Float-1_1{
	float: left;
	width: 200px;
	/*height: 50px;*/
}


.Item-Float-1_1, 
.Item-Float-4,
.Item-Float-4_1
{
	margin: 4px;
}




.chk-cuadro
{
	float: left;
	border-width: 1px;
	width: 45px!important;
	height: 30px!important;
	/*padding: 7px;*/
 	/*font-family: Arial;*/
 	font-size: 12px;
 	text-decoration: none;
	background-image: -webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	color: black;
	border-left-style: solid;
	border-right-style: none;
	border-color: #B6B5B5;
	cursor: pointer;
	outline-style: none;
}

#matriz .chk-cuadro:disabled
{


	opacity: 0.7;
	filter: grayscale();

}



.chk-cuadroL
{
	float: left;
	border-width: 1px;
	width: 45px;
	padding: 7px;
 	/*font-family: Arial;*/
 	font-size: 12px;
 	text-decoration: none;
	background-image: -webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	color: black;
	border-left-style: solid;
	border-right-style: none;
	border-color: #B6B5B5;
	text-align: center;
	cursor: pointer;
}

.chk-cuadro-ultimo{
	border-right-style: solid;
 	border-radius: 0px 3px 3px 0px;
}

.chk-cuadro-primero{
	/*border-right-style: solid;*/
 	border-radius: 3px 0px 0px 3px;
}

.chk-cuadro-medio{
	/*border-right-style: solid;*/
 	border-radius: 3px 0px 0px 0px;
}

.chk-cuadro-hover 
{
	/*background-image:  -webkit-linear-gradient(top, #2A61BF 0%, #3D7EFF 100%);*/
	background: rgba(109,176,238,1);
	background: -moz-linear-gradient(45deg, rgba(109,176,238,1) 22%, rgba(109,176,238,1) 33%, rgba(63,142,233,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(22%, rgba(109,176,238,1)), color-stop(33%, rgba(109,176,238,1)), color-stop(100%, rgba(63,142,233,1)));
	background: -webkit-linear-gradient(45deg, rgba(109,176,238,1) 22%, rgba(109,176,238,1) 33%, rgba(63,142,233,1) 100%);
	background: -o-linear-gradient(45deg, rgba(109,176,238,1) 22%, rgba(109,176,238,1) 33%, rgba(63,142,233,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(109,176,238,1) 22%, rgba(109,176,238,1) 33%, rgba(63,142,233,1) 100%);
	background: linear-gradient(45deg, rgba(109,176,238,1) 22%, rgba(109,176,238,1) 33%, rgba(63,142,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db0ee', endColorstr='#3f8ee9', GradientType=1 );

 	color:white;
 	text-decoration: none;
 	border-color: #71A0FE;
 	/*background-color: #fff;*/
	/*box-shadow:0px 0px 15px lightblue; */
}

.chk-cuadro-oscuro-hover 
{
	background-image:  -webkit-linear-gradient(top, #2A61BF 0%, #3D7EFF 100%);
	background-image:  -moz-linear-gradient(top, #2A61BF 0%, #3D7EFF 100%);

 	color:white;
 	text-decoration: none;
 	border-color: #71A0FE;

}

.sin-borde{
	border-style: none;
	/*background-color: red;*/
}

#pisa_Seccion2 .txt-mini {
	width: 50px;
	text-align: center;
}


#pisa_Seccion2 .txt-mini-cuadrado {
	border-radius: 0px;
}
#pisa_Seccion2 .txt-mini-derecha {
	border-radius: 0px 3px 3px 0px;
}
#pisa_Seccion2 .txt-mini-izquierda {
	border-radius: 3px 0px 0px 3px;
}

.campo-telefono
{
	padding-left: 25px!important;
	background:url("../../public/img/telf.png");
	background-repeat: no-repeat;
	background-position: 2px 2px; 
	font-size: 9pt !important;
}

.campo-email
{
	padding-left: 25px!important;
	background:url("../../public/img/email.png");
	background-repeat: no-repeat;
	background-position: 2px 2px; 
	font-size: 9pt !important;
	text-transform: lowercase;
}


#tabla_docente .txt-dim, #tabla_estudiante .txt-dim, #FormularioNuevoEstudiante .txt-dim, #FormularioNuevoDocente .txt-dim {
	width: 35px;
	text-align: center;
}


#tabla_docente .txt-mini, #tabla_estudiante .txt-mini , #FormularioNuevoEstudiante .txt-mini, #FormularioNuevoDocente .txt-mini{
	width: 45px;
	text-align: center;
}

#tabla_docente .txt-med, #tabla_estudiante .txt-med {
	width: 75px;
	text-align: center;
}

#tabla_docente .txt-nombre, #tabla_estudiante .txt-nombre {
	width: 100px;
	text-align: left;
}



#tabla_docente .txt-mini-cuadrado, 
#tabla_estudiante .txt-mini-cuadrado, 
#FormularioNuevoEstudiante .txt-mini-cuadrado, 
#FormularioNuevoDocente .txt-mini-cuadrado  {
	border-radius: 0px;
}
#tabla_docente .txt-mini-derecha, 
#tabla_estudiante .txt-mini-derecha,  
#FormularioNuevoEstudiante .txt-mini-derecha,
#FormularioNuevoDocente .txt-mini-derecha {
	border-radius: 0px 3px 3px 0px;
}
#tabla_docente .txt-mini-izquierda, 
#tabla_estudiante .txt-mini-izquierda , 
#FormularioNuevoEstudiante .txt-mini-izquierda,
#FormularioNuevoDocente .txt-mini-izquierda{
	border-radius: 3px 0px 0px 3px;
}

.contenedorTabla{
	clear: both;
	overflow-y:auto; 
	overflow-x:hidden; 
	border: 1px solid #D8D8D8; 
}

.contenedor-tabla-estatico{
	clear: both;
	overflow-y:auto; 
	overflow-x:hidden; 
	border: 1px solid #D8D8D8; 
	height: calc(100% - 100px);
}



.imgTbCod{
	float: right;
}


.tabla-basica{
	width: 100%;
	border-collapse: collapse;
	color: #424242;
	background-color: white;
}

.tabla-basica tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;

	padding: 3px;
	font-size: 9pt!important;
	color: gray;
}

.tabla-basica tr:hover{
	/*border-width: 1px;
	border-color: #BDBDBD; 
	border-style: dotted*/
	background-color: #FCFCFC;
}

/*.tabla-basica tr:nth-child(odd){
background-color: #F2F2F2;
}*/

.tabla-basica th{
	/*background: -webkit-linear-gradient(top, rgba(156,203,247,1) 0%, rgba(16,105,201,1) 100%);*/
	background-color: white;
	/*border: none;*/
	/*font-size: 8pt;*/
	color:#585858;
	padding-top:7px;
	padding-left: 7px;
	padding-bottom:7px;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	height: 50px;
	vertical-align: bottom;
	/*color: 	black;*/
	/*text-shadow:1px 1px white;*/
	/*box-shadow: 5px 0px 10px 1px #BDBDBD;*/

}

.tabla-basica-h-gray th{
	background-image: -webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	background-image: -moz-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

	color:white;
	padding-top:7px;
	padding-left: 7px;
	padding-bottom:7px;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	height: 50px;
	vertical-align: bottom;
	color: 	black;
	/*text-shadow:1px 1px white;*/
	/*box-shadow: 5px 0px 10px 1px #BDBDBD;*/

	color: #585858;
	text-shadow: 0.5px 0.5px white;
}

.tabla-basica .text_tb_pisa
{
	width: 100px;
	border-style: none;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 3px;
	padding:5px;
	font-weight: normal;
	border-radius: 0px;
	background-color: transparent;
}

.tabla-basica .text_tb_pisa:hover
{
    outline: none !important;
    /*border-bottom-color: #0174DF;*/
    box-shadow: 0px 1px 0px 0px #BDBDBD;

}

.tabla-basica tr
{
	height: 35px;
	font-size: 9pt;
}

.tabla-basica tr:nth-child(odd)
{ 
	/*background-color:#ffffff; */
}

.tabla-basica tr:nth-child(even)    
{ 
	/*background-color:#eef2f6 ; */
}

.tabla-basica .text_tb_pisa:focus
{
    outline: none !important;
    /*border-bottom-color: #0174DF;*/
    box-shadow: 0px 1px 0px 0px #0174DF;
}

.tabla-basica .text_tb_ancho_completo
{
	float: left;
	width: auto;
}

.tabla-basica .text_ancho
{
	width: 150px;
}

.tabla-basica-oscuro{
	background-color:#F0F0F0;
}

.est-reg
{
	padding: 7px;
	width: 90px;
	height: 11px;
	border-radius: 3px;
	float: right;
	background-color: red;
	border-style: solid solid solid none ;
	border-width: 1px;
	border-color: gray;
	text-align: center;
	/*opacity: 0.8;*/
}


.est-rx
{
	padding: 7px;
	padding-left:  0px;
	padding-right: 0px;
	width: 70px;
	height: 11px;
	border-radius: 0px 3px 3px 0px;
	font-size: 8pt;
	float: right;
	border-style: solid solid solid none ;
	border-width: 1px;
	border-color: gray;
	text-align: center;
}


.val
{
/*#3f8ee9*/
	background-color: #1062b3 ;
	color: white;
	border-color: #1062b3 ;
	font-weight: bold;

}

.com
{
	/*rgb(111, 186, 255)#a6d13d*/
	background-color:rgb(111, 186, 255);
	color: white;
	border-color: rgb(111, 186, 255);
}


.obs
{
	color: white;
	border-color: #FFA240;
	background: #ee9335 url('../../public/img/alerta.gif') 85px 5px no-repeat;

}

.n-val
{
	background-color:#e76c6a;
	color: white;
	border-color: #e76c6a;
}

.pen
{
	/*background-color:;*/
	color: white;
	border-color: #bdbdbd;
	background: #bdbdbd url('../../public/img/alerta.gif') 85px 5px no-repeat;
}

.sub
{
	/*background-color:;*/
	color: white;
	/*border-color: #bdbdbd;*/
	background: #fdc431;
}

.btn-reg
{
	padding: 5px;
	width: 30px;
	height: 15px;
	float: left;
	border-radius: 0px;
	cursor: pointer;

}

.btn-reg-s
{
	padding: 3px;
	width: 17px;
	height: 10px;
	float: left;
	border-radius: 0px;
	cursor: pointer;
	margin-left: 5px;

}

.btn-del
{
	background: url('../../public/img/trash_r_15_b.png') 13px 5px no-repeat,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

}

.btn-del:hover
{
	background: url('../../public/img/trash_r_15_r.png') 13px 5px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
}

.btn-del-dsb
{
	background: url('../../public/img/trash_r_15_d.png') 13px 5px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	cursor: default!important;
}

.btn-edit
{
	background: url('../../public/img/editar_15.png') 13px 5px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

}

.btn-edit:hover
{
	background: url('../../public/img/editar_15_r.png') 13px 5px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
}

.btn-fin-r
{
	width: 150px;
	height: 30px;
	/*background: url('../../public/img/correo_g.png') 5px 8px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);*/

}

.btn-fin-r-env
{
	/*padding-left: 33px;*/
	width: 150px;
	height: 30px;
	border-radius: 2px 0 0 2px;
	/*float: right;*/
	background: url('../../public/img/nuevo_w.png') calc(100% - 10px) 7px no-repeat ,#58ACFA;

}

.btn-fin-r-env:hover
{

	background: url('../../public/img/nuevo_w.png') calc(100% - 10px) 7px no-repeat ,-webkit-linear-gradient(top, #2A61BF 0%, #3D7EFF 100%)!important;

}


/*.btn-fin-r-dj
{
	width: 35px;
	height: 30px;
	border-radius: 0 2px 2px 0;
	border-left: none;
	float: right;
	background: url('../../public/img/nuevo_w.png') 9px 7px no-repeat ,#58ACFA;

}*/

/*.btn-fin-r-dj:hover
{

	background: url('../../public/img/nuevo_w.png') 9px 7px no-repeat ,-webkit-linear-gradient(top, #2A61BF 0%, #3D7EFF 100%)!important;

}
*/


/*.btn-fin-r:hover
{
	background: url('../../public/img/correo_b.png') 5px 8px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

}*/

.btn-fin-d
{
	width: 150px;
	height: 30px;
	/*background: url('../../public/img/correo_g.png') 5px 8px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);*/
	opacity: 0.5;
}

.btn-est-r
{
	/*margin-right: 10px;*/
	float: right;
	/*width: 160px;*/
	height: 30px;
	/*padding: 0px!important;*/
	padding-left: 30px;
	font-weight: bold;
	background: url('../../public/img/add_est.png') 7px 6px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	cursor: pointer;

}

.btn-est-r:hover
{
	color:#2d68bf;
	background: url('../../public/img/add_est_r.png') 7px 6px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

}

.btn-est-d
{
	/*margin-right: 10px;*/
	float: right;
	width: 160px;
	height: 30px;
	background: url('../../public/img/add_est.png')  7px 6px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	opacity: 0.5;
}



.btn-libera
{
	width: 160px;
	height: 30px;
	border-color:#2E9AFE;
	background: url('../../public/img/editar_15.png') 8px 7px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	cursor: pointer;

}

.btn-libera:hover
{

	background: url('../../public/img/editar_15_r.png') 8px 7px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

}


.btn-libera-d
{
	
	cursor: default;
	filter: grayscale(100%);
	opacity: 0.5;

}



.btn-dwn-exc
{
	width: 160px;
	height: 30px;
	background: url('../../public/img/excel_16.png') 5px 6px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	cursor: pointer;
	margin: 13px;
	float: right;
}

.btn-dwn-exc:hover
{

	background: url('../../public/img/excel_16_b.png') 5px 6px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

}




.bar-herramienta
{
	overflow: auto;
	padding: 15px;
	/*background-color:#f3f3f3;*/
	border: 1px solid #d8d8d8 ;
	border-bottom-style:none;
}

.lista-ie
{
	background-color:#F2F2F2;
	border: 1px solid #E6E6E6;
	overflow-y: auto;
	height: 120px;
}



.lista-tit
{
	/*border: 1px solid #E6E6E6;*/
	border-bottom-style:none; 
	padding: 10px;
	z-index: 1001;
	background-color: white;
}

.grupo-ie
{

	/*width: 250px; */
	width: 100%;
	float: left;

}

.item-act
{
	background-color: white!important;
	font-weight: bold;
	font-size: 10pt!important;
}

.item-ie
{
	font-size: 9pt;
	background-color: white;
	border-bottom: 1px solid #D8D8D8;
	cursor: pointer;
	padding: 10px;
	padding-left: 45px;
	background: url('../../public/img/ie_25.png') 10px 5px no-repeat;
}

.itm-selec:hover
{

	/*background-color:#458EFF;*/
	color: white;

	background:#4682B4 url('../../public/img/ie_25_w.png') 10px 5px no-repeat;

}


.add-disc
{
	float:left;
	padding: 5px;
	text-align: center;
	margin-right: 1px;
	width: 233px;
	height: 15px;
	border-width: 1px;
	/*border-color: #D8D8D8; */
	/*border-radius: 2px;*/
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 9pt;
	border-style: none;
	/*background-color: red;*/

}

.item-academic
{
	padding: 6px;
	width: 230px;
	height: 13px;

	color:#6E6E6E;
	font-size: 8pt;
	border-style: solid none solid solid ;
	border-width: 1px;
	border-color: #D8D8D8; 
	border-radius: 3px 0px 0px 3px ;
	background-color: #EFF5FB;
	text-align: left;
}


.item-ax
{
	padding: 6px;
	width: 215px;
	height: 13px;

	color:#6E6E6E;
	font-size: 8pt;
	border-style: solid none solid solid ;
	border-width: 1px;
	border-color: #D8D8D8; 
	border-radius: 3px 0px 0px 3px ;
	background-color: #EFF5FB;
	text-align: left;
}


.item-ie-extendido
{
	font-size: 0.8em;
	background-color: white;
	border-bottom: 1px solid #EDEDED;
	/*border-right: 1px solid #F0F0F0;*/
	cursor: pointer;
	padding: 5px;
	/*padding-left: 45px;*/
	background: url('../../public/img/ie_25.png') 10px 10px no-repeat, #EDEDED;
	/*width: 150px;*/
	height: 30px;
	float:left;
	padding-left: 40px; 
	padding-right: 10px; 
	/*margin-right: 15px;*/
	/*margin-left: 15px;*/

/*justify-self: stretch;*/

    color: #A2A2A2;
	overflow: hidden;
    text-decoration: none;

}

.itm-selec-extendido:hover
{

	border-bottom: 1px solid #929292;
	background-color:#EDEDED!important;
	color: #6E6E6E;
	/*background:#4682B4 url('../../public/img/ie_25_w.png') 13px 13px no-repeat;*/

}

.item-act-extendido
{
	background-color: white!important;
	/*font-size: 10pt!important;*/
	border-bottom: 1px solid #3D7EFF;

	color:#686868;

}

.item-act-extendido .menu-ie
{

	font-weight: bold;


}


.lista-ie-extendido
{
	/*background-color:#F2F2F2;*/
	/*border: 1px solid #E6E6E6;*/
	overflow: auto;

	/*font-family: "Patua One";*/
	/*height: 60px;*/
 	display: grid;
	grid-gap: 0;
	/*grid-template-columns: repeat(auto-fill,minmax(200px,1fr));*/
	grid-template-columns: repeat(var(--numero-ie),1fr);
	justify-content: center;	
}

.lista-tit-extendido
{
	/*border: 1px solid #E6E6E6;*/
	/*border-bottom-style:none; */
	padding: 10px;
	/*z-index: 1001;*/
	background-color: white;
	float: left;
	width: 80px;
	height: 17px;

}


.menu-ie
{

	margin-bottom: 3px;
	font-size: 1em!important;
	/*font-weight: bold;*/
	overflow:hidden;
	word-wrap:break-word;
    white-space:nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;

}


.green-circle{
	color: #86B404 !important;
}

.itemEliminar{
	border-radius: 3px;
	font-size: 9pt;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	margin-bottom: 10px;
	margin-top: 10px;
}	
.itemEliminar:hover{
	background-color:#BFC6C8;
	/*font-weight: bold;*/
}



.menu-min{
	display: none;
	top: 12px;
	left: 150px;
	position: absolute;
	/*background-color: red;*/
	box-shadow:0px 0px 15px gray;
	width: 200px; 
	padding: 5px;
	background-color: white;
}

.item-academic-label{
	width:150px;
	display:inline-block;
}


.contenedor-areas{
	overflow-y: auto;
	height: 100px;
}

.item-academic-menu{

	padding: 6px;
	text-align: left;

	border-bottom-width: 1px;
	border-bottom-color: lightgray; 
	border-bottom-style: dotted;

}


.item-add-grado{
	display: inline-block !important;
	width: 35px !important	;
	padding: 1px !important;
	margin: 0px !important;
}

.item-add-seccion{
	display: inline-block !important;
	width: 50px !important	;
	padding: 1px !important;
	margin: 0px !important;

}

/*.tabla-basica .text_fecha
{
	width: 80px;
}


*/

/*FORMULARIOS PISA*/

.form_in{
  animation-duration: 0.5s;
  animation-name: mover_out;
}

@keyframes mover_in {
  from {
    margin-left: 100%;
    width: 300%;
    opacity:0.1;
  }

  to {
    margin-left: 0%;
    width: 100%;
    opacity:1;

  }
}

@keyframes mover_out {
  from {
    margin-left: 0%;
    width: 1080px;
    opacity:0.5;

  }
  to {
    margin-left: -100%;
    width: 1080px;
    opacity:0;
  }

}



.eliminarSeccion{
	display: inline-block;
	/*background-color: red;*/
	cursor:pointer;
	padding: 1px;
	margin-left: 3px;
	color: red;
	/*font-weight: bold;*/
	margin: 0px;

}

.eliminarSeccion:hover{
	background-color: #F5A9A9;
	color: white;
	/*background:url('../../public/img/eliminar_g_w.png');*/

}






/*####################################### CSS R-NEE ################################################*/



.agrega-disc{
	float: right;
	margin-top: 5px;
	margin-bottom: 3px;
	width: 130px;
	padding: 4px;
	height: 15px;
}



.desaturada-dis{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	opacity: 0.3;
    
}
/*.desaturada-nee:hover
{
	-webkit-filter: grayscale(0%);  Chrome, Safari, Opera 
    filter: grayscale(0%);
}*/

.btn-del-est
{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	opacity: 0.3;
	cursor: pointer;
}

.btn-del-est:hover
{
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
	opacity: 1;
}

.cuadro-matriz{
	/*overflow: auto;*/
 	/*position: absolute;*/
 	/*top:5px;*/
    border-radius: 3px;
	padding: 2em;
    text-decoration: none;
    vertical-align: middle;
    outline: 0;
    font-weight: 400;
    font-size: 13px;
    color: #2077cf;
    border: 1px solid #c3c9d1;
    background-color: #fff;
	/*box-shadow:0px 0px 15px lightblue;*/
	/*z-index:1002; */
	/*width: 100%;*/
	/*left: 50%; */
	/*margin-left: -222px;*/
}






.ContenedorDatosInternoNEE{
	overflow: auto;
	border-width:1px;
	border-color:#C9C7C8;	
    border-style:dotted;
	background-color: #F7F7F7;
	padding: 1em;
	border-radius: 5px;
	color: black;
	font-size: 12px;
}

#cont_descriptor
{
	float: left;
	width: 100%;
	/*width: 48.5%;*/
	background-color: #F7F7F7;
}

/*#cont_recurso
{
	display: none;
	float: right;
	width: 49.5%;
	background-color: #F7F7F7;
}*/

.lbl_recurso{
	display: inline-block;
	width: calc(100% - 40px);
	cursor:pointer;
}

.lbl_descrip{
	width: calc(100% - 200px);
	display: inline-block;
	/*height: 100px!important;*/
	cursor:pointer;
	text-align: left;
	/*word-wrap: break-word;*/

}

.item_matriz
{
	padding-top:5px; 
	padding-bottom:5px; 
	margin-bottom:10px; 
	font-size: 12px;
	overflow: auto;
	background-color: #F7F7F7;

}

.item_matriz:hover{
	background-color: #D2ECFF;
}

.chk_bi{
	
	width:20px;
	height: 18px;
	padding: 1px; 
	font-size: 8pt;
}

.chk_mid{
	
	width:100px!important;
	height: 18px;
	padding: 1px; 
	font-size: 8pt;
}

.ico_alert{
	display: inline-block; 
	margin-top: 0px;
	margin-left:5px;
}

#matriz
{
	
	height: 100%;
	width: 100%;
	top:0;
	z-index: 10000;
	position: absolute;
	overflow: hidden;
	display: none;
	align-items: center;
	justify-content:center;

}

.fr-matriz
{

	top:0;
	height: 100%;
	max-width: 945px;
	width: 100%;
	overflow-y:hidden;
	overflow-x:hidden;

}

.correctType{
	background:url("../../public/img/mod_completo_15.png");
	background-repeat: no-repeat;
	background-position: 4px 7px;
	padding-left: 25px !important;
	border-color: #045FB4!important;
	background-color: white;
	color:#045FB4!important;
	font-weight: bolder;
}

.errorType{
	background:url("../../public/img/eliminar_15.png");
	background-repeat: no-repeat;
	background-position: 4px 7px;
	padding-left: 25px !important;
	border-color: red!important;
	/*background-color: #F78181;*/
	/*color:white !important;*/
	background-color: white;
	font-weight: bold;
	color:red !important;
}


.alertType{
	background:url("../../public/img/alerta_15.png");
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding-left: 25px !important;
	border-color: #DBA901!important;
	background-color: white;
	color:#61380B!important;
}


.errorTypewo{
	
	border-color: #8A0808!important;
	background-color: #F78181;
	color:white !important;
}


.alertTypewo{

	border-color: #8A4B08!important;
	background-color: #F3E2A9;
	color:#61380B!important;
}


/*#btn_salir_matriz{
	display: none;
}*/

.estado-reg-nee{
	width: 100%;
	padding: 0.6em;
	border: solid 0px white;
	font-size: 9pt;
	border-radius: 5px;
	color: #424242;
}

.estado-pendiente{
	/*font-weight: bold;*/
	color: gray;
}

.estado-inicio{
	font-weight: bold;
	color: #564609;
}

.estado-completo{
	font-weight: bold;
	color: #1062b3;
}

.estado-validado{
	background-color: #1062b3; 
	font-weight: bold;
	color: white;
}

#contenedorDJ{
	top: 0;
	/*left: 25%;*/
	z-index: 10000;
	position: fixed;
	display: none;
	/*height: 90%;*/
	width: 1000px;

}

.cuadro-dj{
	margin: auto;

    border-radius: 3px;
	padding: 2em;
    text-decoration: none;
    vertical-align: middle;
    outline: 0;
    font-weight: 400;
    font-size: 13px;
    color: #2077cf;
    border: 1px solid #c3c9d1;
    background-color: #fff;
    width: 600px;

}

.err
{

	background-color: #FF0000;
	color: white;
	font-size: 9pt;
	text-align: center;
	padding: 7px;
	/*margin-bottom: 10px;*/
}

.sub-titulo{
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #848484;
	color: white;
}


.cuadro-interno-descriptor
{

	float: left;
	background-color: #D8D8D8;
	overflow: auto;
	/*padding: 8px;*/
	text-align: right;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #848484 inset;
	width: 100%;
	/*float: right;*/
	vertical-align: middle;
	margin-top: 10;
	/*margin-top: 3px;*/

}


.tooltip_index_rnee {
    visibility: hidden;
    width: 220px;
    /*height: 310px;*/
    /*background-color: #535353;*/
    background-color: #1755B2;
    /*background-color: #5882FA;*/

    color: #D8D8D8;
    font-size: 10pt;

    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    /*bottom: 125%;*/
    left: 50%;
    margin-left: -60px;
    text-align: left;
    padding: 10px;
    /*font-weight: normal;*/
	box-shadow: 0px 3px 10px #424242;
	
	margin-left: 160px; 
	margin-top:0px;
    
    opacity: 0;
    transition: opacity 1s;
}

.tooltip_index_rnee::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -10px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #1755B2 transparent transparent;
    /*border-color: transparent #535353 transparent transparent;*/
    /*border-color: transparent #5882FA transparent transparent;*/
}

.tooltip-lista 
{
    visibility: hidden;
    width: 150px;
    display: inline-block;
    /*height: 310px;*/
    background-color: #535353;
    /*background-color: #1755B2;*/
    /*background-color: #5882FA;*/
    color: #D8D8D8;
    font-size: 9pt;
    text-align: center;
    border-radius: 3px;
    /*padding: 5px 0;*/
    position: absolute;
    z-index: 1;
    /*bottom: 125%;*/

    text-align: center;
    padding: 10px;
	/*box-shadow: 0px 1px 0px gray;*/
	/*box-shadow: 0px 3px 10px #424242;*/
    opacity: 0;
    transition: opacity 1s;

}

.tooltip-lista::before {
    content: "";
    position: absolute;
    /*top: 50%;*/
    left: calc(50% - 8px);
    margin-top: -15px;
    border-width: 8px;
    border-top-width: 0px;
    border-style: solid;
    border-color: transparent transparent #535353 transparent ;
    /*border-color: transparent #1755B2 transparent transparent;*/
    /*border-color: transparent #5882FA transparent transparent;*/
    
}


.tooltip-stat 
{
    /*visibility: visible;*/
    display: none;
    width: 150px;
    background-color: #535353;
    color: #D8D8D8;
    font-size: 9pt;
    text-align: center;
    border-radius: 3px;
    z-index: 1;
    text-align: center;
    padding: 10px;
    position: absolute;
    /*opacity: 0;*/
    transition: opacity 1s;

}

.tooltip-stat::before {
    content: "";
    position: absolute;
    left: calc(50% - 125px);
    margin-top: 15px;
    border-width: 8px;
    /*border-top-width: 0px;*/
    border-style: solid;
    border-color: transparent #535353 transparent  transparent ;
}


.add-est
{
width: 100px;
height: 35px;
text-align: right!important;
	border-style: none;
	/*height: 50px!important;*/
	/*padding-left: 35px;*/
	margin-right: 15px;
/*background-color: gray!important;*/
border-radius: 3px;
}

.add-est
{
	background: url('../../public/img/add_est.png') 5px 8px no-repeat;

}

.add-est:hover
{
	background: url('../../public/img/add_est_r.png') 5px 8px no-repeat;
}




.tbl-rep
{
	overflow-y: hidden;

}

.c-email
{
	background-color: rgba(237,237,237,1);
	box-shadow: 1px 1px 0px 0px #FFFFFF inset ;
	border: 1px solid #A4A4A4;
 	color: #585858;
 	padding: 5px;
 	/*overflow: auto;*/
 	float: left;

}


.titulo-mod
{
	background-color: rgba(237,237,237,1);
	box-shadow: 1px 1px 0px 0px #FFFFFF inset ;
	border:1px solid #A4A4A4;
	border-bottom-color: lightgrey;
	border-radius: 3px 3px 0 0; 
 	color:#585858;
 	height: 15px;
 	width: 100%;
 	text-align: center;
 	font-size: 12px;
 	font-weight: bold;
 	padding-top: 8px;
 	padding-bottom: 8px;
}

.cuad-info
{
	width: 60px;
	height: 50px;
	padding: 10px;
	border-radius:5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-left: 100px;
}

.cuad-info div
{
	font-size: 8pt;
	margin-top:10px; 
}

.ci-ong
{
	border: 2px solid #ee9336;
	color: #ee9336;
}

.ci-ongl
{
	border: 2px solid #fdc431;
	color: #fdc431;
}

.ci-grn
{
	border: 2px solid #4aa94a;
	color: #4aa94a;
}

.ci-blu
{
	border: 2px solid #357abe;
	color: #357abe;
}
.dataTables_filter
{
	float: right;
	width: 422px;
}


.dataTables_filter input[type="search"]
{
	float: left;
	width: 150px;
	height: 30px;
 	margin-top: 13px;
	border: 1px solid #A4A4A4;
	border-left-style:none; 
 	border-radius: 0px 3px 3px 0px; 
	padding: 10px;


}

#m_f
{
 	float: left;
	width: 50px;
	height: 20px;
	padding-top: 8px;
	padding-left: 20px;
	background-color: rgba(237,237,237,1);

	box-shadow: 1px 1px 0px 0px #FFFFFF inset ;
	border:1px solid #A4A4A4;
 	color:black;
 	margin: 13px;
 	margin-right: 0px;

 	background:  url('../../public/img/filtro_16.png') 5px 9px no-repeat rgba(237,237,237,1);
 	border-radius: 3px 0px 0px 3px; 

}
.dataTables_length
{
	float: left;
	width: 200px;
	margin-left: 13px;
}


#m_1,
#m_2
{
	padding-top: 19px;
	float: left;
	color: gray;
}

.dataTables_length select
{
	float: left;
	width: 60px;
	height: 25px;
	padding: 0px!important;
	padding-left: 10px!important;

	background-color: rgba(237,237,237,1);

	box-shadow: 1px 1px 0px 0px #FFFFFF inset ;
	border:1px solid #A4A4A4;
 	color:#585858;
 	margin: 15px;


}



.ellipsis, .paginate_button
{
	float: left;
	height: 20px;
	width: 30px;
	background-color: #F2F2F2;
	border:1px solid #A4A4A4;
	border-left-style:none; 
	text-align: center;
	padding-top: 9px;
	color: #848484;
	cursor: pointer;
}
.next
{
	width: 80px;
	box-shadow: 1px 1px 0px 0px #FFFFFF inset ;
	border:1px solid #A4A4A4;
	border-left-style: none;
 	color:black;
	background: -webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	border-radius: 0px 3px 3px 0px;
}
.previous
{
	width: 80px;
	box-shadow: 1px 1px 0px 0px #FFFFFF inset ;
	border:1px solid #A4A4A4;
 	color:black;
	background: -webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	border-radius: 3px 0px 0px 3px;

}
.current
{
	color: #3d7eff;
	font-weight: bold;
}

.dataTables_info
{
	width: 200px;
	float: left;

	padding-top: 19px;
	color: gray;
	margin-left: 13px;
}
.dataTables_paginate
{
	float: right;
	margin: 10px;

}


.ico_subcat
{

	background: url('../../public/img/editar_15.png') 0px 0px no-repeat;
	padding: 2px;
	padding-left: 20px;
	font-weight: bold;
	color: #084b8a!important;
	font-size: 8pt;
	text-decoration: underline!important;
}


.ico_subcat:hover
{

	background: url('../../public/img/editar_15_r.png') 0px 0px no-repeat;
	color: #0080FF!important;
	
}

.tbl-rep .tabla-basica tr
{
	height: 45px;
	font-size: 10pt;
}

/*.btn-tabla
{

	float: left;

	background: url("../../public/img/list_bullets16.png") 10px 7px no-repeat; 
	padding: 7px;

	margin-right: 20px;
	cursor: pointer; 
	color:#6E6E6E;

    border: 1px solid transparent;

	width: 180px;
	text-align: center;
	position: absolute;
}*/

.btn-tabla
{

	float: left;

	background: url("../../public/img/list_bullets16.png") 10px 7px no-repeat; 
	padding: 7px;
	padding-left: 25px;
	cursor: pointer; 
	color:#6E6E6E;
	font-size: 9pt;
    border: 1px solid transparent;

	width: 130px;
	text-align: center;
}

.bt-act
{

	background: url("../../public/img/list_bullets16_g.png") 10px 7px no-repeat; 
    background-color: rgba(237,237,237,1);
    box-shadow: 1px 1px 0px 0px #FFFFFF inset;
    border: 1px solid #A4A4A4;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid rgba(237,237,237,1);
    /*font-weight: bold;*/

}

.err-val
{
	display: none;
	background-color:red;
	color:white;
	padding: 3px;
	border-radius: 3px;
}

::placeholder {
    /*color: #A9D0F5;*/
    opacity: 0.6;
}


.cap-0-fr
{
	position: absolute;
	height: 840px;
	width: 710px;
	background-color: white;
	opacity: 0.7;
	z-index: 50 ;
}

.l-i
{
	height:20px!important;
}
.t-i
{
	width:100%!important;
	font-size:8pt!important;
}
                
.tit-i
{
	padding:15px!important;
}
.mensaje_rnee 
{
display: none;
    max-width: 500px;
	background-color: #1755B2;
	color: #D8D8D8;
    font-size: 9pt;
    text-align: center;
    border-radius: 6px;
    /*position: absolute;*/
    z-index: 1000;
    /*left: calc(50% - 280px);
    margin-top: 90px;*/
/*    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;*/
    text-align: left;
    padding: 20px;
overflow-y: auto;
	/*border: 1px solid #A4A4A4;*/
   /*opacity: 1;
    transition: opacity 1s;
*/
}

.l-i
{

	float: left; 
	width: 7px; 
	height: 60px; 
	vertical-align: text-top; 
	margin-right: 10px;

}

.t-i
{

	text-align:justify; 
	width: 210px; 
	font-size: 9pt; 
	font-weight: normal;

}

.tit-i
{
	padding-top: 5px!important;
	padding-bottom: 10px!important;
	text-align: center;
	font-weight: bold;
	color: white;

}

.enf-i
{
	color: white!important;
}

.btn-carga
{

	margin: 5px;

}

.porta-previo
{
	display: none;
	background-color: white;
	height: 120px;
	width: 100px;
	border: 1px solid #eff1f5;
	border-radius: 3px;
	position: relative;
	float:left;
	margin-right: 15px;

}

.porta-vacio
{

	background-color: white;
	height: 120px;
	width: 100px;
	border: 1px dashed #C0C0C0;
	border-radius: 5px;
	position: relative;
	float:left;
	margin-right: 15px;

}

.porta-archivo
{
	background-color: white;
	height: 120px;
	width: 100px;
	border: 1px solid #9D9D9D;
	border-radius: 2px;
	position: relative;
	float:left;
	box-shadow: 1px 1px 4px #999999;
	margin-right: 15px;

}

.box-file{
	/*height: 95px;*/
	margin-top: 15px;

}

.dwl-img
{

	font-size: 08pt;
	padding: 3px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 2px;
}

.nombre-archivo
{
	width: calc(100% - 10px);
	overflow: hidden;
	display: inline-block;
	white-space:nowrap;
    text-overflow: ellipsis;
	color: #4d4b4c;
	font-size: 8pt;
	margin: 5px;
	font-weight: bold;
}

.tipo-file
{
	display: inline-block;
}

.lista-file
{
	background-color: #FCFCFC;
	width: 400px;
    border: 1px dotted #C9C7C8;
    margin-bottom: 5px;
}

.lista-file:hover
{
	background-color: #FCFCFC;
}

.btn_file
{
	display: none;
}

.btn-admin-file
{
	position: absolute;
	bottom: 0;
	padding: 0px!important;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin-left: 5px;
	margin-bottom: 5px;

}

.btn-admin-file:hover
{

	opacity: 1;
}

.f-del
{

	background: url('../../public/img/trash_r_15_b.png') 6px 5px no-repeat,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

	opacity: 0.5;

}

.f-del:hover
{

	background: url('../../public/img/trash_r_15_r.png') 6px 5px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

}

.f-dow
{

	background: url('../../public/img/dow_15_b.png') 4px 5px no-repeat,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

	opacity: 0.5;

}

.f-dow:hover
{

	background: url('../../public/img/dow_15_a.png') 4px 5px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

}

.f-up
{

	background: url('../../public/img/agregar_15_g.png') 3px 4px no-repeat,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

}

.f-up:hover
{

	background: url('../../public/img/agregar_15_a.png') 3px 4px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

}


.form-sub-titulo
{

    /*width: 100%;*/
    text-align: center; 
    color: #484848; 
    font-size: 10pt; 
    /*font-family: cursive;*/
    padding: 10px;
    height: 30px;

}



.menu-usuario-desplegado
{
	display: none;
	position: absolute;
	width: 209px;
	margin-top: 41px;
	/*height: 200px;*/
	background-color: white;
	right: 0;
	border: 1px solid #e1e1e7;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.07);*/
    box-shadow: 0 10px 15px 0px rgba(0,0,0,0.2);

}

.item-menu-usuario
{

	margin: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #e1e1e7;
	display: flex;
	align-items: center;
	justify-content:center;


}

.item-menu-usuario a
{

	padding: 1em;
	height: 13px;

	width: calc( 100% - 25px);

}

.contenedor-ficha
{
	/*box-shadow: 5px 9px 1px 1px red!important;*/
	/*border:1px solid red;*/

	width: calc(100% - 30px);
	height: calc(100% - 205px);
	background-color: #F7F7F7;
	padding: 15;
	overflow-y: scroll;
	overflow-x: hidden;
	display: grid;
	grid-gap: 15px 15px;
	grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12), rgba(0, 0, 0, 0.07) 0px 3px 4px inset;

}


.cuadro-info-discapacidad
{

	display: none;
	font-size: 14px;
	/*border-radius: 4px;*/
	background-color: #fbec74; 
	color: #2b2626; 
	padding: 15px; 
	padding-left: 40px; 
	background-image: url('../../public/img/mod_info_15_b.png'); 
	background-repeat: no-repeat; 
	background-position: 10px 13px;
	/*margin-top: 3px;*/
	margin-bottom: 10px;
}

.cuadro-info-discapacidad #info-tipo-discapacidad
{

	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px; 

}

#matriz h2
{

	display: inline-block;
    font-size: 1em; 
    color: #848484;
    font-weight: normal;
    margin-right: 1.1em; 
    margin-top: 6px;
/* text-align:  */
}

#matriz h3
{

	display: inline-block;
    color: #1C1C1C;
    font-size: 1.1em;
    font-weight: bold;

}

#matriz .ficha-control
{

	/* margin-top: 20px; */
	display: none;

}

header
{

	position: fixed;
	padding: 0em;
	top:0px;
	left:0px;
	/*height: 106px;*/
	width: 100%;
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid #c3c9d1; 
	z-index: 100;


	box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px;

}

footer
{

	position: fixed;
	padding: 0;
	/*top:0px;*/
	/*left:0px;*/
	/*height: 106px;*/
	width: 100%;

	/*z-index: 1000;*/
	
	bottom: 0;

	box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px;

	background-color: white;

	/*height: 50px;*/

	border-top: 1px solid #c3c9d1;

	box-shadow: rgba(0, 0, 0, 0.07) 0px -2px 4px;

	/*display: flex;*/


	/*align-items: center;*/


}

footer .contenedorPage
{
	padding: 8px;
	/*background: blue;*/
	overflow: auto;
	/*padding-right: 15px;*/
	/*padding-lef: 15px;*/
	font-weight: bold;
    font-size: 12px;
}



.contenedor-filtro-grado
{

	display: inline-flex;
	align-items: center;
	height: 30px;
	float: left;
	font-size: 0.8em;

}

.item-filtro
{

	border:1px solid #E3E3E3;
	padding: 3px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 1em;
	text-align: center;
	width: 55px;
	margin-left: 5px;


}

.grado-normal
{

	color:#454647;


}

.grado-normal:hover
{


	background: #eef2f6;
	border-color: transparent;

}


.grado-normal:active
{

	background: #7c7c7c;
	color:white;
	border-color: transparent;

}

.grado-activo
{

	background: #1755b2;
	color:white;
	border-color: #1755b2;

}

#formEstudiante
{
	
	padding: 1em;
	/*padding-left: 1em;*/
	/*padding-right: 1em;*/
	border-bottom:1px solid #E6E6E6; 

}

/* #dato_est
{

	padding-left: 30px; 

} */

.contenedor-control-monitoreo
{


	/* height: calc(100% - 75px );
	overflow-y:auto; */


}

#fr_validador h3 {
    display: inline-block;
    color: #1C1C1C;
    font-size: 1.1em;
    font-weight: bold;
}

.bar-izquierda
{

	overflow: auto;
	background: white;
	/*width: 350px;*/
	float: left;
	margin-top: 3px;
	position: absolute;

}


#sec_tabla
{

	margin-top: -1px;

}

.cuadro-info-observacion
{

	color: white;
	border-color: #FFA240;
	background: #ee9335 url('../../public/img/alerta_y.gif') 6px 6px no-repeat;
	width: 100%;
	/*position: absolute;*/
	font-size: 9pt;
	font-weight: bold;
	margin-top: -1.6em;
	margin-left: -1.6em;
	padding: 10px;
	padding-left: 35px;
	z-index: 100;
}

.cuadro-espacio
{


	height: 30px;

}

.cuadro-detalle
{

	background: white;
	color:grey;
	/*width: calc(100% - 100px );*/
	margin: 10px;
	margin-left: 0px;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #D68E43;
	opacity: 0.8;

}

.motivo-obs,
#obs-fr
{

	font-weight: normal;
	margin: 5px;

}
.comentario-obs,
#comentario-fr
{

	font-weight: normal;
	margin-bottom: 10px;

}

.doc-obs
{

	background: url('../../public/img/reg_inicio_15.png') 1px 1px no-repeat;
	padding-left: 20px;
	margin-top: 5px;

}

.link-default
{

	text-align:center; 
	font-size: 1em; 
	text-decoration: underline ; 
	padding-top: 8px;
	cursor:pointer;
	/*color: #1131E3;*/
	/*font-weight: normal;*/

}


.lista-menu
{
	background-color:#F2F2F2;
	overflow: hidden;
	/*background: white;*/
	float: right;
	height: 45px;
}

.lista-filtro
{
	background-color:#F2F2F2;
	overflow: hidden;
	/*background: white;*/
	float: right;
	height: 45px;
}

.lista-filtro-dash
{
    /* display: none; */
    /* background-color: #F2F2F2; */
    /* overflow: hidden; */
    /* background: #F2F2F2; */
    /* float: right; */
    /* height: 100%; */
    /* position: absolute; */
    width: 150px;
    /* right: 0; */
    /* margin-top: 45px; */
    /* border: 1px solid #c3c9d1; */
    /* box-shadow: 0 10px 15px 0px rgba(0,0,0,0.2); */
    margin-top: 1;
    padding: 8px;

}


.menu-barra-dash
{
	background: #F2F2F2;
	overflow-y: hidden;
	height: 45px;
	border-bottom: 1px solid #c3c9d1;
}

.cmb-filtro
{
	background-color: rgba(237,237,237,1);
	/*background-image: url('../app_shell/public/img/reporte_24.png');
	background-repeat: no-repeat;
	background-position: 6px 6px;*/
	box-shadow: 1px 1px 0px 0px #FFFFFF inset ;
	border:1px solid #A4A4A4;
 	color:#585858;
 	margin: 8px;
 	margin-right: 0px;
 	height: 30px;
 	width: 135px;
 	/*padding: 0px;*/
 	padding-right: 0px!important;

}

.cmb-filtro:disabled
{
	border:1px solid #BDBDBD;
	color: grey;

}

.btn-filtro
{
	width: 135px;
	height: 30px;
	background: url('../../public/img/filtro_16.png') 8px 8px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);
	cursor: pointer;
	margin: 8px;
}

.btn-filtro:hover
{

	background: url('../../public/img/filtro_16_b.png') 8px 8px no-repeat ,-webkit-linear-gradient(top, #F7F7F7 0%, #C9C7C8 100%);

}

.info-ie-detalle
{

	position: absolute;
	background: white;
	width: 350px;
	z-index: 10;
	top: 146px;
	font-size: 12px;
	left: calc(100% - 365px);

}

.info-ie-detalle .label-info
{

	float: left;

	color: #848484;

	width: 80px;

}

.lista-ie-menu
{

	background-color:#F2F2F2;

	border-top: 1px solid #E6E6E6;
	
	border-bottom:none;

	margin-bottom: 10px;
	
}

.info-ie-detalle .seccion-dato
{

	margin:15px;

}


.info-ie-detalle .menu-dato-desplegado
{

	display: none;
	background-color: white;
	border: 1px solid #e1e1e7;
    box-shadow: 0 10px 15px 0px rgba(0,0,0,0.2);

}

#reg-nombre
{
	text-transform: capitalize;
}

.nombre-ie-principal
{

	font-size: 1em; 
	margin-top: 5px;
	font-weight: bold;
	text-transform: capitalize;

	width: calc( 100% - 60px);
	float: left;
}

.info-ie-principal
{
	margin-top: 3px;
	float: right;
	width: 50px;
	padding: 3px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 09pt;
	text-align: left;
	padding-left: 7px; 

	background: url('../../public/img/detalle_info.png') 100% 0px no-repeat , #eef2f6;
	color:#454647;

}

.contenedor-conf-usuario
{

	height: calc(100% - 93px);
	overflow-y: scroll; 
	position: relative;

}

.foot-conf-usuario
{

	padding: 1em; 
	border-top: 1px solid #E3E3E3;
	overflow:auto;
	bottom: 0;
	height: 30px;

	box-shadow: rgba(0, 0, 0, 0.08) 0px -4px 15px 5px;

}


.cuadro-log-in
{
	margin-top:0px;
	float: right;

}

.content-log-in
{
	
	margin: auto; 
	width: 650px; 

}

.menu-in
{
	
	display: none!important;

}

.contenedor-bar-ie
{

	display: block;
}


.text-error
{
	color:#FF4A26;
	font-size: 8pt;
}
.box-error
{
	outline:none;
	border: 2px solid #FF4A26;
	border-radius: 7px;
	padding: 3px;
}

@media (max-width: 580px) 
{

	.menu-out
	{

		display: none;

	}

	.menu-in
	{
		
		display: flex!important;

	}

	.contenedor-bar-ie
	{

		display: none;
	}

	body{

		padding-top: 40px;
	}

	.logo-inicio
	{

		display: none;

	}


	.cuadro-log-in
	{

		float:none!important;

	}

	.content-log-in
	{
		
		width: 100vw!important;
		height: 100vh!important;
		display:flex;
		align-items: center; 
		justify-content: center;
	}

}

@media (max-width: 400px) 
{

	body{
		background: white;
	}

	.form-sombra
	{
		border: transparent;
		box-shadow: none;
	}
}

.disabledbutton 
{ 

	pointer-events: none;
    filter: grayscale();
    background: #dbdbdb;
    color: #818181!important;
    text-shadow: 1px 1px #ffffff;

} 

.loader {
	border: 3px solid #ffffff59;
    border-top: 3px solid #fdfdfd;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
    float: right;
    margin-top: -3px;
    margin-left: 5;
    pointer-events: none;
}

.loader-dark {
	border: 3px solid #a39d9d59;
    border-top: 3px solid #4f4f4f;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
    /*float: right;*/
    margin-top: -3px;
    margin-left: 5;
    pointer-events: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.hidden{
	display: none !important;
}