@charset "utf-8";
/* CSS Document */
/*grafico*/
@import url('/css/iconos/bootstrap-icons.css');
canvas {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }
        .caja{
            margin: auto;
            max-width: 250px;
            padding: 20px;
            border: 1px solid #BDBDBD;
        }
        .caja select{
            width: 100%;
            font-size: 16px;
            padding: 5px;
        }
        .resultados{
            margin: auto;
            margin-top: 40px;
            width: 1000px;
        }


/*fin grafico*/

	.chart-container {
		width: 500px;
		margin-left: 40px;
		margin-right: 40px;
		margin-bottom: 40px;
	}
/*	.container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
*/






a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*TAMAÑO TEXTO*/
.em_01{
	font-size: 0.1em;
}
.em_02{
	font-size: 0.2em;
}
.em_03{
	font-size: 0.3em;
}
.em_04{
	font-size: 0.4em;
}
.em_05{
	font-size: 0.5em;
}
.em_06{
	font-size: 0.6em;
}
.em_07{
	font-size: 0.7em;
}
.em_08{
	font-size: 0.8em;
}
.em_09{
	font-size: 0.9em;
}
.em_10{
	font-size: 1.0em;
}
.em_11{
	font-size: 1.1em;
}
.em_12{
	font-size: 1.2em;
}
.em_13{
	font-size: 1.3em;
}
.em_14{
	font-size: 1.4em;
}
.em_15{
	font-size: 1.5em;
}
.em_16{
	font-size: 1.6em;
}
.em_17{
	font-size: 1.7em;
}
.em_18{
	font-size: 1.8em;
}
.em_19{
	font-size: 1.9em;
}
.em_20{
	font-size: 2.0em;
}
.em_21{
	font-size: 2.1em;
}
.em_22{
	font-size: 2.2em;
}
.em_23{
	font-size: 2.3em;
}
.em_24{
	font-size: 2.4em;
}
.em_25{
	font-size: 2.5em;
}
.em_26{
	font-size: 2.6em;
}
.em_27{
	font-size: 2.7em;
}
.em_28{
	font-size: 2.8em;
}
.em_29{
	font-size: 2.9em;
}
.em_30{
	font-size: 3.0em;
}
.em_31{
	font-size: 3.1em;
}
.em_32{
	font-size: 3.2em;
}
.em_33{
	font-size: 3.3em;
}
.em_34{
	font-size: 3.4em;
}
.em_35{
	font-size: 3.5em;
}
.em_36{
	font-size: 3.6em;
}
.em_37{
	font-size: 3.7em;
}
.em_38{
	font-size: 3.8em;
}
.em_39{
	font-size: 3.9em;
}
.em_40{
	font-size: 4.0em;
}
.em_41{
	font-size: 4.1em;
}
.em_42{
	font-size: 4.2em;
}
.em_43{
	font-size: 4.3em;
}
.em_44{
	font-size: 4.4em;
}
.em_45{
	font-size: 4.5em;
}
.size-9{
	font-size: 9px;
}
.size-10{
	font-size: 10px;
}
.size-11{
	font-size: 11px;
}
.size-12{
	font-size: 12px;
}
.size-14{
	font-size: 14px;
}
.size-16{
	font-size: 16px;
}
.size-18{
	font-size: 18px;
}
.size-20{
	font-size: 20px;
}
.size-22{
	font-size: 22px;
}
.size-24{
	font-size: 24px;
}
.size-26{
	font-size: 26px;
}
.size-28{
	font-size: 28px;
}
.size-30{
	font-size: 30px;
}
.size-36{
	font-size: 36px;
}
.size-46{
	font-size: 46px;
}
.size-60{
	font-size: 60px;
}


/*COLOR TEXTO*/
.textoNegro{
	color: #000;
}
.textoBlanco{
	color: #FFF;
}
.textoAzul{
	color: #009;
}
.textoRojo{
	color: #C00;
}
.textoRojoClaro{
	color: #FF8080;
}
.textoGris{
	color: #999;
}
.textoNaranja{
	color: #F60;
}
.textoVerde{
	color: #0C0;
}
/*POSICIÓN TEXTO*/
.textoC{
	text-align: center;
}
.textoD{
	text-align: right;
}
.textoI{
	text-align: left;
}
.textoJ{
	text-align: justify;
}
/*fONDOS DIV*/
.FondoNegro{
	background-color: #333;
}
.FondoGris{
	background-color: #666;
}
.FondoGrisClaro{
	background-color: #E9E9E9;
}
.FondoRojo{
	background-color: #C00;
}
.FondoVerde{
	background-color: #3C0;
}
.FondoAzul{
	background-color: #36C;
}
.FondoAmarillo{
	background-color: #FF0;
}
.FondoNaranja{
	background-color: #F90;
}
.FondoBlanco{
	background-color: #FFF;
}
/*.FondoMenuSup{
	background-color: rgba(255, 172, 145, 0.5);
	}*/
/*PADIN*/
.Pading-10{
	padding: 10px;
}
.PadinTop-5{
	padding-top: 5px;
}
.PadinBottom-5{
	padding-bottom: 5px;
}
.PadinLeft-5{
	padding-left: 5px;
}
.PadinRight-5{
	padding-right: 5px;
}
.PadinTop-10{
	padding-top: 10px;
}
.PadinBottom-10{
	padding-bottom: 10px;
}
.PadinLeft-10{
	padding-left: 10px;
}
.PadinTop-20{
	padding-top: 20px;
}
.PadinRight-20{
	padding-right: 20px;
}
.PadinBottom-20{
	padding-bottom: 20px;
}
.PadinLeft-20{
	padding-left: 20px;
}
.PadinRight-20{
	padding-right: 20px;
}
.PadinTop-30{
	padding-top: 30px;
}
.PadinBottom-30{
	padding-bottom: 30px;
}
.PadinLeft-30{
	padding-left: 30px;
}
.PadinRight-30{
	padding-right: 30px;
}
.PadinTop-40{
	padding-top: 40px;
}
.PadinBottom-40{
	padding-bottom: 40px;
}
.PadinLeft-40{
	padding-left: 40px;
}
.PadinRight-40{
	padding-right: 40px;
}
.PadinTop-50{
	padding-top: 50px;
}
.PadinBottom-50{
	padding-bottom: 50px;
}
.PadinLeft-50{
	padding-left: 50px;
}
.PadinRight-50{
	padding-right: 50px;
}
/*MARGENES*/
.MargenTopmenu{
	margin-top: 60px;
}
.Margen-10{
	margin: 10px;
}
.MargenTop-5{
	margin-top: 5px;
}
.MargenBottom-5{
	margin-bottom: 5px;
}
.MargenRight-5{
	margin-right: 5px;
}
.MargenLeft-5{
	margin-left: 5px;
}
.MargenTop-10{
	margin-top: 10px;
}
.MargenBottom-10{
	margin-bottom: 10px;
}
.MargenRight-10{
	margin-right: 10px;
}
.MargenLeft-10{
	margin-left: 10px;
}
.MargenTop-20{
	margin-top: 20px;
}
.MargenBottom-20{
	margin-bottom: 20px;
}
.MargenRight-20{
	margin-right: 20px;
}
.MargenLeft-20{
	margin-left: 20px;
}
.MargenTop-30{
	margin-top: 30px;
}
.MargenBottom-30{
	margin-bottom: 30px;
}
.MargenRight-30{
	margin-right: 30px;
}
.MargenLeft-30{
	margin-left: 30px;
}
.MargenTop-40{
	margin-top: 40px;
}
.MargenBottom-40{
	margin-bottom: 40px;
}
.MargenRight-40{
	margin-right: 40px;
}
.MargenLeft-40{
	margin-left: 40px;
}
.MargenTop-50{
	margin-top: 50px;
}
.MargenBottom-50{
	margin-bottom: 50px;
}
.MargenRight-50{
	margin-right: 50px;
}
.MargenLeft-50{
	margin-left: 50px;
}
.MargenTop-60{
	margin-top: 60px;
}
.MargenBottom-60{
	margin-bottom: 60px;
}
.MargenTop-80{
	margin-top: 80px;
}
.MargenBottom-80{
	margin-bottom: 80px;
}
.MargenTop-100{
	margin-top: 100px;
}
.MargenBottom-100{
	margin-bottom: 100px;
}
/*POSICIÓNES*/
.Izquierda{
	float: left;
}
.Centro{
	margin-right: auto;
	margin-left: auto;
}
.Derecha{
	float: right;
}
/*BOTONES*/
.marcador:hover{
	background-color: #CCC;
}
#navInf2{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;	
}
#navInf2:hover{
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin-right: 10px;
	margin-left: 10px;		
}
#navInf{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	
}
#navInf:hover{
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
		
}
.lineaInfe{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.lineaSup{
	border-Top-width: thin;
	border-Top-style: solid;
	border-Top-color: #CCC;
}
.linealeft{
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}
/*.CuadroNavInf{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: thin solid #333;
	border-radius:20px;
}
.largoBtnDrop {
	font-size: 18px;
	width: 250px;
	font-weight: bold;
	height: 40px;
	background-color: #3E86FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	border-radius: 6px;
}

.largoBtnDrop:hover {
	font-size: 18px;
	width: 250px;
	font-weight: bold;
	height: 40px;
	background-color: #06F;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	border-radius: 6px;
}
.largoBtnDrop-a {
	font-size: 16px;
	width: 200px;
	font-weight: bold;
	height: 40px;
	background-color: #F60;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	border-radius: 6px;
	margin-top: 10px;
}
.largoBtnDrop-a:hover {
	font-size: 16px;
	width: 200px;
	font-weight: bold;
	height: 40px;
	background-color: #D25400;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	border-radius: 6px;
	margin-top: 10px;
}
*/
.cursor {
	cursor: pointer;
}

.puntero {
	cursor: pointer;
}
.puntero_2 {
	cursor: pointer;
}
/*VARIOS*/
.bottom {
	margin-bottom: 15px;
}

.ColorNavegacion{
	background-color: #3F3F3F;
}
.Negrita{
	font-weight: bold;
}
.lineaIzquierda{
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}
.oculto{
	display:none;
	}
.bordesRedondeados_12 {
	border-radius: 12px;
}
.AnchoTotal{
	width: 100%;
}
/*MOVIL*/
@media (max-width: 767px){
.ir-arriba {
	display:none;
	font-size:18px;
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 100000;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #2A2A2A;
}
.MargenTopmenu{
	margin-top: 60px;
}

}
/*TABLET*/
@media (min-width: 768px) and (max-width: 991px){
.MargenTopmenu{
	margin-top: 60px;
}		
	
}
/*PANTALLAS MEDIANAS*/
@media (min-width: 992px) and (max-width: 1199px) {
.MargenTopmenu{
	margin-top: 60px;
}	
	
	
}
/*PANTALLAS GRANDES*/
@media (min-width: 1200px) {



}
.scroll{
	overflow: auto;
}
/* --- Clase que agregaremos cuando el usuario haga scroll --- */
.ir-arriba {
	display:none;
	font-size:22px;
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 100000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #2A2A2A;
}
.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	/*max-width:1000px;*/
	width:100%;
	display: block;
	padding-right: 30px;
}
.menuLateral-fixed {
	position:fixed;
	z-index:999;
	top:60px;
	/*max-width:25%;*/
	width:300px;
	display: block;
	padding-right: 30px;
}
.pie-fixed {
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 5000;
	background-color: #E02C3E;
}
.ver{
	border: thin solid #999;
}
.MargenBottomMerc{
	margin-bottom: 15px;
}
.barraScroll{
	overflow: auto;
    height: 800px;
}

/* icono de ver o no ver contraseña */
    .password-container {
		position: relative;
	  }
	  .password-container input {
		width: 100%;
		padding-right: 40px; /* Espacio para el icono */
		box-sizing: border-box;
	  }
	  .password-container .toggle-password {
		position: absolute;
		top: 50%;
		right: 10px; /* Ajusta según el padding */
		transform: translateY(-50%);
		background: none;
		border: none;
		cursor: pointer;
		font-size: 18px; /* Ajusta el tamaño del icono */
	  }
  
	  .password-container_1 .toggle-password_1 {
		position: absolute;
		top: 50%;
		right: 10px; /* Ajusta según el padding */
		transform: translateY(-50%);
		background: none;
		border: none;
		cursor: pointer;
		font-size: 18px; /* Ajusta el tamaño del icono */
	  }
	  .password-container_2 .toggle-password_2 {
		position: absolute;
		top: 50%;
		right: 10px; /* Ajusta según el padding */
		transform: translateY(-50%);
		background: none;
		border: none;
		cursor: pointer;
		font-size: 18px; /* Ajusta el tamaño del icono */
	  }



