#pantaini {
background-image: url(../imagenes/fondouno_opacos.png);
/*background-repeat: no-repeat;
background-size: 1250px 680px;
background-position: 50% 0%;*/
}
#pantamenuprin {
background-image: url(../imagenes/fondouno_opacos.png);
}
#envoltura{
   position:absolute;
 /*   left y top al 50% para que quede centrado en la pantalla*/
    left:50%;
    top:50%;
	transform: translateX(-50%);
    -webkit-transform: translate(-50%, -50%);
    /*margin-left:-165px;
    margin-top: -210px;*/
   width: 460px;
 
}
#contenedor{
    background-color:#ffffff;
    /*background-color:#356AA0;*/
    /*box-shadow: 0 0 0 9px rgba(128,0,0,.1);*/
    /*Margen de sombra alrededor del contenedor 8px negro*/
    box-shadow: 3px 3px 5px 4px rgba(0,0,0,.8);
    /*Las 3 líneas siguientes, sirven para el borde redondeado
     * pero para diferentes navegadores*/
    -webkit-border-radius:5px;
    -moz-border-radius:10px;
    border-radius:10px;
}
#cabecera{
    /*linea azul que separa logo*/
    border-bottom: 0px solid #F55339;
    padding-top: 5px;
    /*color:#FFF;*/
    height:85px;
    line-height:25px;
    text-align:center;
	/*padding-left: 40px*/
}
#cuerpo{
    background:#ececec;
    border:solid #6a8d99;
    /*aumentando el 2px 'aparece' un borde*/
    border-width: 1px 0;
    padding:15px 35px;
	height:225px;
}
#pie{
    border-top: 1px solid #9D2449;
    /*color: #645e6a;*/
	background: #9D2449;
	/*background: #6a8d99;*/
    font-size: 12px;
	color: #E1FE6A;
    height: 25px;
    line-height: 24px;
    text-align: center;
}
label{
    color: #666;
    font-weight: bold;
	font-family:Comic Sans, Comic Sans MS, cursive;
    font-size:18px;
}
input{
    /*border: 1px solid #999; No usar esta línea y dejar box-shadow hace efecto de profundidad*/
    border-radius:5px; /*probar con 10px se hacen ovalados los inputs*/
    /*box-shadow: 2px 2px 3px 1px rgba(0,0,0,.8);*/
	border: 1px solid #999;
    font-family:Times New Roman, serif;
	font-size:16px;
    height: 30px;
    line-height: 20px;
    padding:0 2px;
    width: 190px;
}
input:focus {
  outline   : none;
}
button:focus {
  outline   : none;
}
.deuda:focus {
  outline   : none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A1A0A0;
    opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #A1A0A0;
}
input#usuario{
    background:#fff url(../imagenes/usuario.jpg) no-repeat 0 2px; /*probar con #ddf.
                                                                Para mover arriba-abajo la imagen 'jugar' con 2px, 5px */
    /*Para que el texto dentro del input se mueva*/
    padding-left: 40px; /*Sirve para darle espacio ala imagen, probar con 30px 10px y ver comportamiento*/
}
input#contrasenia{
    background:#fff url(../imagenes/llave.jpg) no-repeat 0 2px;
    padding-left: 40px;
 
}
.ingresar {
	 
	 background: #2480C3;
     width: 100px;
	 font-family:Times New Roman, serif;
	 font-size: 18px;
	 font-weight:bold;
     color:white;
	 cursor:pointer;
	 padding:0px;
/*	 background: -webkit-linear-gradient(top,#47e5d0,#0449cc);
     background: linear-gradient(top,#47e5d0,#0449cc);*/
}
.ingresar:hover,
ingresar:focus {
  outline   : none;
  background: #196DAA;
/*  background: -webkit-linear-gradient(top,#2e6006,#42870c);
  background: linear-gradient(top,#47e5d0,#42870c);  */
/*  background: #000;*/
/*  color   : #FFF;*/
}
.ingresar:active{
     border: 4px solid #6DAAD6;
/*    background: -webkit-linear-gradient(top,#47e5d0,#0449cc);
    background: linear-gradient(top,#47e5d0,#0449cc);*/
}
.ingresar:focus {
  border: 4px solid #6DAAD6;
}
#navega { 
    position:fixed; 
    font-family:verdana,arial; 
            font-size:11pt; 
            text-align:center; 
            padding: 10px 0px 10px 0px;    /* margen con valores: arriba - derecha - abajo - izquierda */  
            top: 0px;                    /* Distancia hasta el borde superior */ 
            left: 0px;            /* Distancia hasta el borde izquierdo */
            width:100%; 
            background-color:#fff;  
            z-index: 100;               /* hace que la capa sea opaca  */ 
			filter:alpha(opacity=85);
			-moz-opacity:.85;
			opacity:.85;			
			height:96px;
} 
#imageninferior { 
    position:fixed; 
	text-align:center;
	font-size:12pt;
    color: white;
    background: #285C4D;
	/*background: #6a8d99;*/
    left:0px; /*A la derecha deje un espacio de 0px*/
    right:0px; /*A la izquierda deje un espacio de 0px*/
    bottom:0px; /*Abajo deje un espacio de 0px*/
    height:25px; /*alto del div*/
    z-index:1;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;		
} 		   
.botonimagen{
    /*background: #ccc;*/
    /*background: -moz-linear-gradient(top,#eee,#ccc);*/
    /*background: -moz-linear-gradient(top,#fc6,#f63);*/
   /*Color del texto*/
    /*color: #FFF;*/
	border: none;
 	cursor:pointer;
	}
.botonimagen:hover {filter: saturate(500%);}	
/*Tip estas instrucciones animan al boton enviar
 * para que se vea como si se pulsara*/
.botonimagen:active{
   outline: none;
   border: none;
   filter: opacity(.5);
}
.botonimagen:focus {outline:0;}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../imagenes/tenor.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
.botonactivo {
	 background: #13322B;
	 /*background: #3366B0;*/
     color:white;
 	 background: -webkit-linear-gradient(top,#13322B,#13322B);

}
.botoninactivo {
	 background: #285C4D;
	 /*background: #1B4480;*/
     color:white;
}
* {
	margin:0px;
	padding:0px;
}
#header {
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
ul, ol {
	list-style:none;
}		
.nave {
	margin:0 auto; /*Centramos automaticamente*/
    height: 40px;
    background-color: #285C4D;
	/*background-color: #1B4480;*/
    margin-top: 77px;
} 
.nave > li {
	float:left;	
}			
.nave li a {
	background-color:#285C4D;
	/*background-color:#1B4480;*/
	color:white;
	text-decoration:none;
	padding:15px 15px;
	height: 40px;
	display:flex;
	align-items: center;	
}			
.nave li a:hover {
	background-color:#13322B;
	/*background-color:#810B10;*/
}			
.nave li ul {
	display:none;
	position:absolute;
	min-width:180px;
}			
.nave li:hover > ul {
	background-color:#13322B;
	/*background-color:#810B10;*/
	display:block;
}			
.nave li ul li {
	position:relative;
}			
.nave li ul li ul {
	right:-140px;
	top:0px;	
}
.letreromenu{
	padding:0px;
    right:0px;
	background: #13322B;
	with:250px;
	height:35px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	font-size: 18px;
	color:white;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;			
	border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
}
.ejercicio{
	padding:0px;
    right:0px;
	background: #BB2606;
	with:250px;
	height:35px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	font-size: 18px;
	color:white;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;			
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.botonesprin {
 position: absolute;
 margin-top: 10px;
 margin-left: 5px;
 }
 
.botonesprin li {
 display: inline;
 }
 
.botonesprin li a {
 font-size: 16px;
 text-decoration: none;
 padding: 5px;
 color: #fff;
 }
.botonesprin li a:focus {
  outline   : none;
}
#expide{
	 border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;	
}
#catalogos{
	 border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;	
}
.botonagregar { 
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 background: #2480C3;
	 border-color:#2480C3;
	 border: 1px solid;
     width: 150px;
	 height: 30px;
     color:white;
	 cursor:pointer;
	 padding:0px;
	 border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;	 
}
.botonagregar:hover,
botonagregar:focus {
  outline   : none;
  background: #196DAA;;
}
.botonagregar:active{
     border: 4px solid #6DAAD6;
}
.botonagregar:focus {
  border: 4px solid #6DAAD6;
}
.botonretorno { 
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 background: #A60619;
	 border-color:#A60619;
	 border: 1px solid;
     width: 120px;
	 height: 30px;
     color:white;
	 cursor:pointer;
	 padding:0px;
	 border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;	 
}
.botonretorno:hover,
botonretorno:focus {
  outline   : none;
  background: #850513;
}
.botonretorno:active{
     border: 4px solid #EC0823;
}
.botonretorno:focus {
  border: 4px solid #EC0823;
}
.botongral { 
	 background: #2480C3;
	 border-color:#2480C3;
	 border: 1px solid;
     width: 120px;
	 height: 30px;
     color:white;
	 cursor:pointer;
	 padding:0px;
	 border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;	 
}
.botongral:hover,
botongral:focus {
  outline   : none;
  background: #196DAA;
}
.botongral:active{
     border: 4px solid #6DAAD6;
}
.botongral:focus {
  border: 4px solid #6DAAD6;
}
.botoncancela { 
	 background: #A60619;
	 border-color:#A60619;
	 border: 1px solid;
     width: 120px;
	 height: 30px;
     color:white;
	 cursor:pointer;
	 padding:0px;
	 border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;	 
}
.botoncancela:hover,
botoncancela:focus {
  outline   : none;
  background: #850513;
}
.botoncancela:active{
     border: 4px solid #EC0823;
}
.botoncancela:focus {
  border: 4px solid #EC0823;
}
#pagina {
 margin: 0;
 padding: 0; 
 }
 
#pagina li {
 display: inline;
 background: #84DAF5;
 font-weight:bold;
 border: 1px solid #fff;
 border-radius: 7px 7px 7px 7px;
 -moz-border-radius: 7px 7px 7px 7px;
 -webkit-border-radius: 7px 7px 7px 7px;
 padding: 5px;
 }
 
#pagina li a {
 font-size: 15px;
 padding: 15px;
 color: #000000;
}

#pagacti li a {
 font-size: 15px;
 padding: 15px;
 color: #fff;
}
#paginador { 
	height:30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#tablas {
         overflow:scroll;
		 max-height:412px;
		 background-color:#F8F8F8;
}

#tablas table {
        width:100%;
}
#totaltablas,#totaltabla_r { 
	right:130px;
	background: #9D2449;
	height:30px;
	display: flex;
	align-items: center;
	text-align:right;
	font-size: 15px;
	font-weight:bold;
	color:#fff;
	border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 0px solid #000000;
	margin-bottom: 2em;	
}
table.tablacedu td:nth-child(1) {
	width: 40px;
}
table.tablacedu td:nth-child(2) {
	width: 40px;
}
table.tablacedu td:nth-child(3) {
	width: 95px;
}
table.tablacedu td:nth-child(4) {
	width: 100px;
}
table.tablacedu td:nth-child(5) {
	width: 830px;
}
table.tablacedu td:nth-child(6) {
	width: 40px;
}
table.tablacedu td:nth-child(7) {
	width: 40px;
}
table.tablacedu td:nth-child(8) {
	width: 45px;
}
table.tablauto td:nth-child(1) {
	width: 300px;
}
table.tablauto td:nth-child(2) {
	width: 300px;
}
table.tablauto td:nth-child(3) {
	width: 450px;
}
table.tablauto td:nth-child(4) {
	width: 40px;
}
table.tablauto td:nth-child(5) {
	width: 50px;
}
table tr.resaltado:hover {
  background-color:#E4E4E4;
}
table tbody.resaltado:hover {
  background-color:#E4E4E4;
}
table tbody:nth-child(odd) {
	background: #F8F8F8;
}
table tbody:nth-child(even) {
	background: #F9F2DE;
}
.botontab {
	 background: #8BC7E3;
     width: 25px;
	 height: 25px;
	 font-size: 11px;
	 font-weight:bold;
     color:white;
	 cursor:pointer;
	 background: -webkit-linear-gradient(top,#1C79A5,#8BC7E3);
     background: linear-gradient(top,#1C79A5,#8BC7E3);
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	border:0px;
	 
}

.botontab:hover,
botontab:focus {
  outline   : none;
  background: #2D65A5;
  color   : #FFF;
}

.botontab:active{
    position: relative;
    top: 3px;
}
.botontabeli {
	 background: #850513;
     width: 25px;
	 height: 25px;
	 font-size: 11px;
	 font-weight:bold;
     color:white;
	 cursor:pointer;
	 background: -webkit-linear-gradient(top,#f08c97,#850513);
     background: linear-gradient(top,#f08c97,#850513);
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	border:0px;
	 
}

.botontabeli:hover,
botontabeli:focus {
  outline   : none;
  background: #940415;
  color   : #FFF;
}

.botontabeli:active{
    position: relative;
    top: 3px;
}
.required label {
    font-weight: bold;
}
.required label:after {
    color: #e32;
    content: ' *';
    display:inline;
}
#captura{
   position:absolute;
 /*   left y top al 50% para que quede centrado en la pantalla*/
   background-color:#F8F8F8;
   left:50%;
   margin-top:60px;
   transform: translateX(-50%);
    /*margin-left:-165px;
    margin-top: -210px;*/
   width:950px;
   box-shadow: 3px 3px 5px 4px rgba(0,0,0,.8);
   -webkit-border-radius:5px;
   -moz-border-radius:10px;
   border-radius:10px;
}

.campos{
    /*border: 1px solid #999; No usar esta línea y dejar box-shadow hace efecto de profundidad*/
    border-radius:3px; /*probar con 10px se hacen ovalados los inputs*/
    /*box-shadow: 2px 2px 3px 1px rgba(0,0,0,.8);*/
	border: 1px solid #BAB29D;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
    height: 25px;
    line-height: 20px;
    padding-left:5px;  
	background: #FBF9F1;
}
.campos:focus{
	background-color:#F2F2D1;
}
.camposminis{
    /*border: 1px solid #999; No usar esta línea y dejar box-shadow hace efecto de profundidad*/
    border-radius:3px; /*probar con 10px se hacen ovalados los inputs*/
    /*box-shadow: 2px 2px 3px 1px rgba(0,0,0,.8);*/
	border: 1px solid #BAB29D;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    height: 25px;
    line-height: 20px;
    padding-left:5px;  
	background: #FBF9F1;
}
.camposminis:focus{
	background-color:#F2F2D1;
}
textarea
{
	resize:none;
}
textarea:focus {
  outline   : none;
}
.ir-arriba {
	display:none;
	padding:20px;
	background:#024959;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	z-index: 100;
	bottom:20px;
	right:20px;
}

span.blue {
  background: #5178D0;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 4px;
  text-align: center;
  width: 1.6em; 
}

.radio {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* create custom radio */
.radio .check {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 50%;
}

/* on mouse-over, add border color */
.radio:hover input ~ .check {
    border: 2px solid #2489C5;
}

/* add background color when the radio is checked */
.radio input:checked ~ .check {
    background-color: #2489C5;
    border:none;
}

/* create the radio and hide when not checked */
.radio .check:after {
    content: "";
    position: absolute;
    display: none;
}

/* show the radio when checked */
.radio input:checked ~ .check:after {
    display: block;
}

/* radio style */
.radio .check:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.buscar{
    /*border: 1px solid #999; No usar esta línea y dejar box-shadow hace efecto de profundidad*/
    border-radius:5px; /*probar con 10px se hacen ovalados los inputs*/
    /*box-shadow: 2px 2px 3px 1px rgba(0,0,0,.8);*/
	border: 1px solid #999;
    font:normal 16px Calibri,Helvetica, sans-serif;
	text-transform: uppercase;
    height: 30px;
    line-height: 20px;
    padding:0 2px;
    width: 190px;
}
.botonb {
	 
	 top:25px;
	 left:30px;
	 background: #5F92F3;
     width: 100px;
	 font-size: 15px;
	 font-weight:bold;
     color:white;
	 cursor:pointer;
	 background: linear-gradient(top,#5F92F3,#5F92F3);
	 border: 1px solid;
	 border-color:#5F92F3;
	 border-radius: 0px 5px 5px 0px;
     -moz-border-radius: 0px 5px 5px 0px;
     -webkit-border-radius: 0px 5px 5px 0px;
}

.botonb:hover,
botonb:focus {
  outline   : none;
  background: -webkit-linear-gradient(top,#196DAA,#196DAA);
  background: linear-gradient(top,#196DAA,#196DAA);  
/*  background: #000;*/
/*  color   : #FFF;*/
}

.botonb:active{
   
    background: -webkit-linear-gradient(top,#47e5d0,#0449cc);
    background: linear-gradient(top,#47e5d0,#0449cc);
}
/*
textarea:focus, input:focus{
	background: grey;
       outline: none;
}*/
/*
.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fullscreen-modal .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fullscreen-modal .modal-dialog {
     width: 1170px;
  }
}*/

/*
****** OJO: es para ajustar el ancho horizontal del select de bootstrap *******/
.bootstrap-select .dropdown-menu{
	max-width: 100%;
	border: 1px solid cornflowerblue;
	border-radius: 2px;
	box-shadow: 0 2px 8px #888;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bootstrap-select .dropdown-menu li a span.text {
	display: inline-block;
	white-space: pre-wrap;
	word-wrap: break-word;
	max-width: 100%;
}
.bootstrap-select .dropdown-menu li a:hover {
    background-color: #B8AE89;
	color: white;
}
.bootstrap-select .selectpicker{
	font-size: 12px!important;
}
.bs-searchbox > input {
	font-size: 12px!important;
	text-transform: uppercase!important;
}
.bootstrap-select .btn {
  background-color: #EBE4C7;
  border-style: solid;
  border-left-width: 3px;
  border-left-color: #DED5AD;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.bootstrap-select .btn:hover,
bootstrap-select .btn:focus {
  outline: none;
  background-color: #DED5AD;
}
.bootstrap-select .btn:active {
	outline: none;
	border: 1px solid #DED5AD;	
}
/*
.bootstrap-select .btn:hover {
	outline: none;
	background-color: #DED5AD;	
}*/
.bootstrap-select .btn:focus {
	outline: none;
	border: 1px solid #DED5AD; 
}