body{
	font-family: "Nunito Sans", sans-serif;
	background-color: transparent;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
}
.body{
	margin: 1rem; 
}
.page-wrapper {
	overflow:hidden;  
	background: rgba(var(--temaColor3RGB),0.05);
} 
.ps-container {
	background: rgba(var(--temaColor3RGB),0.6);
}
.required,
.error {
    color: #f00;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.box {
    width: 100%;
    display: block;
}
.labelLogin {
    display: block;
    width: 100%;
    padding: 5px 0px 5px 0px;
}
.box {
    display: block;
}
/*  clases de menajes */
.msInformacion,
.msInfo,
.msCorrecto,
.msAlerta,
.msError,
.msLimpieza,
.msConfirmacion {
    display: block;
	padding: 1.5rem;
	margin: 0.8rem 0;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.msInformacion,
.msConfirmacion,
.msInfo{
    color: #00529b;
	background:#bde5f8; 
}
.msCorrecto {
    color: #4f8a10;
    background: #dff2bf;
}
.msAlerta {
    color: #9f6000;
    background: #feefb3;
}
.msError {
    color: #333;
    background: #ffbaba;
}
.msLimpieza {
    color: #666;
    background: #efefef; 
}
.msLista {
    clear: both;
    float: none;
    list-style: square;
} 
.msLista li {
    margin-left: 30px;
    padding: 3px 0px 3px 0px;
}
/* Session */
.boxSesion {
    width: 200px;
    margin-top: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    display: table;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #444;
    padding: 3px 0px;
}
.boxSesion:hover {
    color: #222;
}
.boxSesionCell {
    display: table-cell;
    line-height: normal;
}
.boxSesionA {
    width: 35px;
    text-align: center;
    vertical-align: middle;
}
.boxSesionB {
    width: auto;
	padding-left: 4px;
}
.boxGestion{
	display:block;
	padding: 10px 15px;
}
/* */ 
.oranBt{
	color: #fff; 
	min-width: 130px;
	width: auto;
	font-size:0.9rem; 
	display: inline-block; 
	background-color: var(--temaColor1); 
	margin: 2px 2px;
	padding: 8px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	border: 1px solid rgba(255,255,255,0); 
} 
.oranBt:hover{
	color:#fff; 
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.12); 
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.12);
	border: 1px solid rgba(255,255,255,0.7);
}
.oranBt i{
	font-size:1rem; 
	color: #fff; 
} 
.oranBtAgregar{
	background-color:var(--temaColorCorrecto); 
}
.oranBtBuscar{
	background-color:var(--temaColorInfo);
}
.oranBtReset{
	background-color:var(--temaColorError);
}
.oranLinkIcon{
	color:#fff;
	display:inline-block;
	text-align: center; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	background-color: var(--temaColor1); 
	border: 1px solid rgba(255,255,255,0);
	margin: 1px;
	padding: 0.4rem .7rem;
}
.oranLinkIcon i{
	font-size: .9rem;
} 
.oranLinkIcon:hover{
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.12); 
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.12);
	border: 1px solid rgba(255,255,255,1); 
}
.oranLinkIconPequeno{
	background-color: var(--temaColorInfo);
	padding: 0.15rem .4rem;
}
.oranLinkIconPequeno i{
	font-size: .9rem;
}
.oranLinkIconMediano{
	padding: 0.15rem .4rem;
}
.oranLinkIconMediano i{
	font-size: 1rem;
}
.oranLinkIconGrande{
	padding: 0.15rem .4rem;
}
.oranLinkIconGrande i{
	font-size: 1.2rem;
} 
.fila_formulario_cabecera{ 
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #444;
	width: 100%;
	padding: 8px 0;
	margin: 0.3rem 0px; 
	/* background: rgba(var(--temaColor2RGB), 0.15); */
	background: rgba(var(--temaColor2RGB), 0.50);
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* Campos de formulario */
input[type=text],
input[type=password],
input[type=number],
input[type=date],
select, 
textarea{
	min-width: 5rem;
	max-width: 20rem;
	width: auto;
	padding: 0.5rem 0.4rem;
	margin: 2px;
	box-sizing: border-box;
	border: 1px solid #bfc4c9;
	font-size: 0.9rem;
	background: #ededed;
	
	display: inline-block;
	box-shadow: inset 0 1px 3px #ddd;
	
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} 
select{
	padding: 0.5rem 0.4rem;
}
input[type="file"] {
	
}
/* checkbox radio */
input[type=radio],
input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: solid 1px #cccccc;
  margin-right: 8px;
  position: relative;
}
input[type=radio]:checked::before,
input[type=checkbox]:checked::before {
  content: "";
  width: 14px;
  height: 14px; 
  background-color: #fc0;
  position: absolute;
  top: 2px;
  left: 2px; 
}
/* bottom */
input[type=submit],
input[type=button],
input[type=reset]{
	font-size: 0.9rem;
	text-align: center;
	cursor: pointer;
	border: 0;
	color: #fff;
	padding: 0.6rem 2rem;
	margin: 2px;
	background: var(--temaColor1);
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:bold;
	border: 1px solid rgba(255,255,255,0); 
}
input[type=submit]{
	background: var(--temaColorCorrecto);
}
input[type=reset]{
	background: var(--temaColorError);
}
input[type=button]{
	background: var(--temaColor1);
} 
input[value=Volver]{
	background: var(--temaColorAlert);
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=reset]:focus{
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.12); 
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.12);
	border: 1px solid rgba(255,255,255,0.7);
}
input[type="file"]::before{
	content: "Examinar";
	background: #fc0;
	padding: 0.5rem 0.4rem;
	margin: 2px;
} 
input[type=text]:focus,
input[type=password]:focus
input[type=number]:focus,
textarea:focus{
	background: #f6f6f6; 
}
input[type=bottom]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
/* Campos de formulario fin */
.Subtitulo {
	font-size: 12px;
	font-weight: bold;
	color: #444;
	margin-top:0.8rem; 
	display:inline-block; 
	padding: 0.6rem 1rem; 
	background: rgba(var(--temaColor3RGB), 0.2);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.Subtitulo a {
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    margin-top:5px;
    float:left;
    text-decoration:none;
}
#ContenedorSeleccion,
.ContenedorSeleccion{
	clear: both;
	display:block;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.08); 
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.08);
	background:#fff;
	margin-right: 3px; 
}
#Contenedor_NuevaSentencia {
    height: auto;
	display:block; 
}
#Contenedor_NuevaSentencia #FormSent {
    margin:0px auto !important;
}
#ContenedorDiv, .ContenedorDiv{
	display:block;
	padding: 0.2rem 0px;
	clear:both; 
}
#ContenedorDiv2, .ContenedorDiv2{
    float: left;
    height: auto;
    padding-bottom: 5px;    
    text-align: left;    
    width: 98%;
}
#ContenedorDivSec, .ContenedorDivSec{
    float:left;
    height:auto;
    margin-left:5px; margin-bottom:5px;
    width:auto;
    background-color:none;
}
#ContenedorDivSec .Etiqueta1{
    width:auto; float:left;
    margin-left:10px;
}
.Etiqueta{
	color:#3a3a3a;
	min-width: 20%; 
	text-align:right;
	padding:3px;
	display:inline-block; 
}
#CajaInput, .CajaInput,  
#CajaInput select, .CajaInput select,  
#CajaInput img, .CajaInput img{
    display:inline-block; 
} 
.flechas1,
.requerido{
	font-weight:bold; 
	color: #FF0000;
	padding: 0px 2px;
} 
#CajaBotones,
.CajaBotones{
	clear:both; 
	text-align: center; 
	padding:1rem 0px; 
	margin: 0.5rem 0 0 0;
	background: rgba(var(--temaColor3RGB), 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
} 
.modalConten{
	padding: 0 2rem 2rem 2rem;
}
/* tabs */
.aTabsCont {
    display:block;
    margin-top:10px;
    clear:both;
}
.aTabsCent{
    width:88%;
    margin:0 auto;
}
.aTabs, .aTabs li{
    padding:0px;
    margin:0px;
}
.aTabs li{
    margin-right:2px;
    list-style:none;
	display: inline-block;
}
.aTabs li a{
    color:#000000;
    display:block;
    font-weight:bold;
    padding:6px 15px;
    background: #CDD0D5;
    text-decoration:none;
	
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.aTabs li a:hover, .aTabs li a.activo {
    color:#fff;
    background:var(--temaColor1);
}

/* botones */
.tablaLista{
    width:100%;
    border:1px solid #bfc4c9;
}


/* --------- Tabla Modelo 2 --------- */

.tablaReporte_2{
    border:1px solid #bfc4c9;
    border-collapse: collapse;
}

/*thead*/ 
.tablaReporte_2 thead tr{
    height:30px;
}
.tablaReporte_2 tr.fil_header{
    
}

.tablaReporte_2 tr.fil_header td{
    color:#333 !important;
    font-size:13px;
    text-align:center;	
    border: 1px solid #bfc4c9;
}
.tablaReporte_2 tr.fil_footer{
    background: #d0edfd !important;
}
.tablaReporte_2 tr.fil_footer td{
    font-size: 16px ;
    color:#103955 !important;
    text-align:center;
    padding:3px;
}

.tablaReporte_2 thead .tOpciones{	
    color:#fff;
    background:#ec6e00;
}
.tablaReporte_2 thead .tdoblefila{    
}



.tablaReporte_2 thead tr th{
    color:#333;
    font-size:13px;
    text-align:center;	
    border: 1px solid #bfc4c9;
	padding: 0.3rem 0.15rem;
	font-size: 0.8rem;

}

.tablaReporte{
    border:1px solid #bfc4c9;
    border-collapse: collapse;
}
/*thead*/ 
.tablaReporte thead tr{
	background:#d0d0d0;
}
.tablaReporte tr.fil_header{

}
.tablaReporte tr.fil_header td{
    color:#333 !important;
    font-size:13px;
    text-align:center;
    border: 1px solid #bfc4c9;
}
.tablaReporte tr.fil_footer{
    background: #d0edfd !important;
}
.tablaReporte tr.fil_footer td{
    font-size: 16px ;
    color:#103955 !important;
    text-align:center;
    padding:3px;
}
.tablaReporte thead .tOpciones{	
	color:#fff;
    background:#ec6e00;
} 
.tablaReporte thead .tdoblefila{    

}
.tablaReporte thead tr th{
    color:#333;
    text-align:center;	
    border: 1px solid #bfc4c9;
	padding: 0.3rem 0.15rem;
	font-size: 0.8rem;
}
/*tbody*/ 
.tablaReporte tbody{
	
}
.tablaReporte tbody tr:hover{
    background:#f9e48c;
} 
.tablaReporte tbody tr td{
    font-size:11px;
    border-bottom:1px dashed #d6d8d7;
    border-right:1px solid #bfc4c9;
    padding:3px 5px 3px 5px;
}
.tablaReporte tbody tr:nth-child(even) {
    background:#f2f2f2;
}
.tablaReporte tbody tr h1{
    font-size:18px;
    display:block;        
    color:#0080cb;
    margin:40px 0px 50px 0;
    padding:0;
}


/*tbody*/ 
.tablaReporte_2 tbody{
}

.tablaReporte_2 tbody tr:hover{
    color:#bf5900;
    background:#f9e48c;
}
.tablaReporte_2 tbody tr td{
    font-size:11px;
    border-bottom:1.5px dashed #d6d8d7;
    border-right:1px solid #bfc4c9;
    padding:3px 5px 3px 5px;
}
.tablaReporte_2 tbody tr h1{
    font-size:18px;
    display:block;        
    color:#0080cb;
    margin:40px 0px 50px 0;
    padding:0;
}


/*tfoot*/ 
.tablaReporte tfoot tr{
    background: #d0edfd;
}
.tablaReporte tfoot tr td{
    color:#103955;
    text-align:center;
    padding:3px;
    border: 1px solid #000;
}

/*tfoot*/ 
.tablaReporte_2 tfoot tr{
    background: #d0edfd;
}
.tablaReporte_2 tfoot tr td{
    color:#103955;
    text-align:center;
    padding:3px;
    border: 1px solid #000;
}


.total_suma{    
    background: #d0edfd;
}
.total_suma td{
    font-size: 16px;
    color:#103955;
    text-align:center;
    padding:3px;
    border: 1px solid #000;
}
/* thead */
.tablaLista thead tr{ 
    background:#d0d0d0;
}
.tablaLista thead .tOpciones{
    color:#fff;
    background:#ec6e00;
}
.tablaLista thead tr th{
    color:#222; 
    font-size:0.8rem;
    text-align:center;
    border-right:1px solid #fff;
    padding: 0.5rem 0.2rem;
}
/* tbody */
.tablaLista tbody{
    background: #FFF;
}
.tablaListaFila2{
    background:#ebebeb;
}

.tablaLista tbody tr:nth-child(even) {
    background:#ebebeb;
} 
.tablaLista tbody tr:hover{
    color:bf5900;
    background:#f9e48c;
}

.tablaLista tbody tr td{
	font-size:0.8rem;
    border-right:1px solid #d6d8d7; 
    padding:0.7rem 0.4rem;
}
.tablaLista tbody tr h1{
    font-size:18px;
    display:block;
    color:#0080cb;
    margin:40px 0px 50px 0;
    padding:0;
}
a.linkOpciones{
	min-width: 1.5rem;
	text-align:center;
	background: rgba(var(--temaColor3RGB), 0.12);
	padding: 0.23rem;
	margin: 0.03rem;
    text-decoration:none;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
} 
a.linkOpciones:hover,
a.linkOpciones:active{
	background: rgba(var(--temaColor3RGB), 0.18);
}
a.linkOpciones:hover i{
	color:#ec6e00; 
}
a.linkOpciones i{ 
	color: var(--temaColorInfo);
	font-size: 0.9rem;
}
a.linkOpciones img{
    margin:0 0 0 7px;
    border:0px;
}
/* tfoot */
.tablaLista tfoot tr{
    background: #d0edfd;
}
.tablaLista tfoot tr td{
    font-size: 14px;
    color:#103955;
    text-align:center;
    padding:3px;
}
/* */
.subIn{
  border-radius: 5px;
  -webkit-border-radius:  5px;
  -moz-border-radius: 5px;
  overflow:auto;
  border:1px solid #92bf4c;
  width:99%;
  margin: 0 auto;
  padding-top:10px;
  padding-bottom:10px;
}
.divProductosDisponibles{
  overflow:auto;
  height: 152px;
  width: 100%;
  border:2px solid #f2f2f2;
}
.autoLoading{
  width:22px;
  height:22px; 
  background-image:url(../../images/autocomplete.gif); 	
  visibility:hidden;
}
.listRegistry{
	border-right: 1px solid #e5dede;
	border-bottom:1px solid #e5dede;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;	
}
.listRegistry th{
	height:30px;	
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.listRegistry td, .listRegistry th{
	border-left: 1px solid #E5DEDE;
	padding:4px;
	border-top: 1px solid #E5DEDE;
}
.cursor{
	cursor: pointer;
}
/* */
.titulo-detalle{margin-bottom: 10px;  border-bottom: 1px solid #dadada; text-align: left;font-size: 13px; font-weight: bold; color: #3A3A3A;}
.detalle-tipos { font-size: 13px; font-weight: bold; margin: 0 auto; text-align: center; margin-bottom: 10px;}
.detalle-tipos a{padding: 5px 10px;text-decoration: none;}
.detalle-tipos a:hover { color: #fff}
.detalle-tipos a.tselect{ color: #fff}
.box-column{float: left; width: 30%; }
.Etiqueta3{ color:#3a3a3a; width:120px; text-align:right;float: left; }

.tab_lista_cuentas{
list-style: none; width: 100%; overflow:scroll ;
background-color: #ededed; border-collapse: collapse; font-size: 12px;
}
.tab_lista_cuentas tr td{ padding: 3px 3px; }
.tab_lista_cuentas tr:hover{ background-color: #f9e48c; }                                
.img_del_cuenta{ font-weight: bold; cursor: pointer; width: 12px; }
.box_lista_cuenta{ width: 450px;min-height: 80px;background-color:#F2F2F2;overflow:auto; border: 1px solid #8ec2ea; }
.box-error{border: 1px solid #ff0000 !important;}
.autoLoading{width:22px; height:22px; background-image:url(../../images/autocomplete.gif);  visibility:hidden;}
/* Nuevos */
.formaPago{
	display: block;
	padding: 10px;
	background-color:#f1f1f1;
	margin: 10px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear:both; 
}
.formaPagoTitulo{
	color: #444;
	font-weight: bold;
	text-align: center;
	display: block;
	padding:10px 0px;
	background: rgba(var(--temaColor3RGB), 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.img-del-fpag{cursor: pointer;}

/* copy orange */
#loginform{ 
	position:relative;
}
.orange-copy{
	display:block;
	position:absolute;
	bottom: -55px;
	left: 70px;
	color:#888;
	text-align:center; 
}
.orange-link{
	font-weight:bold;
	color:#ff8100 !important;
	text-decoration:underline;
} 
.orange-link:active{
	color:#ff8100 !important;
	text-decoration:none;
}
.orange-copy-theme{
	width:100%; 
	font-size: 12px;
	background-color: #f9f9fa;
	width: 100%;
	text-align: center;
	padding:5px;
}
/* copy orange fin */


/* MENU TAREAS */ 

.menutarea-btn {
	background-color: white;
	display: inline-block; 
	padding: 0.3rem; 
	cursor: pointer;
	border-radius: 0.23rem;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 10px 0px,rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
	position: relative;
}			
.menutarea-btn-icon-efect {
	transform: rotate(180deg);
	transition: 0.2s ease;
}  
.menutarea-conten{
	position: relative;
	text-align:right;
} 
.menutarea-box{
	position: absolute;
	right: 0px;
	top:1.5rem; 
	z-index:1;
	width: 280px;
	/* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 10px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px; */
	/* border-radius: 0.33rem; */
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);	
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);	
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);	
	margin-top: 0.3rem;
	background: white;

	visibility: hidden;
	opacity: 0;
	transform: translateY(0.5rem);
	transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
}
.menutarea-box span {
	display:block;
	padding-left: 1.9rem; 
	position:absolute;
}
.menutarea-box a i{
	color: var(--temaColorInfo);
	font-size: 1.1rem;
	
}
.menutarea-box a {
	display: flex;
	text-align:left; 
	align-items: center;
	padding: 0.3rem 1rem;
	text-decoration: none;
	color: black; 
	font-size:0.71rem;
	/* background: rgba(var(--temaColor3RGB), 0.12); */
	height:2.2rem;
}
.menutarea-box a img{
    margin:0 0 0 7px;
    border:0px;
}
.menutarea-box a:hover,
.menutarea-box a:active{ 
	background: rgba(var(--temaColor3RGB), 0.08);
}
.menutarea-tarea-show {
	z-index:100;
	visibility: visible;
	opacity: 1;
	transform: translateY(0rem);
}
/* MENU TAREAS FIN */


/*INICIO PEDAZO DE CSS PARA EDITAR MI PERFIL O MI CUENTA*/

#filedrag {
  position: relative;
  font-weight: bold;
  padding: 1em 0;
	padding-left: 0px;
  padding-left: 5px;
  margin: 1em 0;
  color: #888;
  border: 2px dashed #ccc;
  border-radius: 7px;
  cursor: default;
  min-height: 14px;
  width: 100%;
  margin: 0 auto;
}

#filedrag:hover
{
	border: 2px dashed #555;
}

.img_perfil{
	object-fit: cover;
	grid-row-start: 1;
	grid-column-start: 1;
	width: 100%;
	height: 100%;
}


.v_theme_light {
	color-scheme: normal;
	--v-theme-background: 245, 245, 249;
	--v-theme-background-overlay-multiplier: 1;
	--v-theme-surface: 255, 255, 255;
	--v-theme-surface-overlay-multiplier: 1;
	--v-theme-surface-variant: 66, 66, 66;
	--v-theme-surface-variant-overlay-multiplier: 2;
	--v-theme-on-surface-variant: 238, 238, 238;
	--v-theme-primary: 105, 108, 255;
	--v-theme-primary-overlay-multiplier: 1;
	--v-theme-primary-darken-1: 55, 0, 179;
	--v-theme-primary-darken-1-overlay-multiplier: 2;
	--v-theme-secondary: 133, 146, 163;
	--v-theme-secondary-overlay-multiplier: 1;
	--v-theme-secondary-darken-1: 1, 135, 134;
	--v-theme-secondary-darken-1-overlay-multiplier: 1;
	--v-theme-error: 255, 62, 29;
	--v-theme-error-overlay-multiplier: 1;
	--v-theme-info: 3, 195, 236;
	--v-theme-info-overlay-multiplier: 1;
	--v-theme-success: 113, 221, 55;
	--v-theme-success-overlay-multiplier: 1;
	--v-theme-warning: 255, 171, 0;
	--v-theme-warning-overlay-multiplier: 1;
	--v-theme-on-primary: 255, 255, 255;
	--v-theme-on-secondary: 255, 255, 255;
	--v-theme-on-success: 255, 255, 255;
	--v-theme-on-info: 255, 255, 255;
	--v-theme-on-warning: 255, 255, 255;
	--v-theme-on-background: 50, 71, 92;
	--v-theme-on-surface: 50, 71, 92;
	--v-theme-grey-50: 250, 250, 250;
	--v-theme-grey-50-overlay-multiplier: 1;
	--v-theme-grey-100: 235, 238, 240;
	--v-theme-grey-100-overlay-multiplier: 1;
	--v-theme-grey-200: 238, 238, 238;
	--v-theme-grey-200-overlay-multiplier: 1;
	--v-theme-grey-300: 224, 224, 224;
	--v-theme-grey-300-overlay-multiplier: 1;
	--v-theme-grey-400: 189, 189, 189;
	--v-theme-grey-400-overlay-multiplier: 1;
	--v-theme-grey-500: 158, 158, 158;
	--v-theme-grey-500-overlay-multiplier: 1;
	--v-theme-grey-600: 117, 117, 117;
	--v-theme-grey-600-overlay-multiplier: 2;
	--v-theme-grey-700: 97, 97, 97;
	--v-theme-grey-700-overlay-multiplier: 2;
	--v-theme-grey-800: 66, 66, 66;
	--v-theme-grey-800-overlay-multiplier: 2;
	--v-theme-grey-900: 33, 33, 33;
	--v-theme-grey-900-overlay-multiplier: 2;
	--v-theme-perfect-scrollbar-thumb: 219, 218, 222;
	--v-theme-perfect-scrollbar-thumb-overlay-multiplier: 1;
	--v-theme-skin-bordered-background: 255, 255, 255;
	--v-theme-skin-bordered-background-overlay-multiplier: 1;
	--v-theme-skin-bordered-surface: 255, 255, 255;
	--v-theme-skin-bordered-surface-overlay-multiplier: 1;
	--v-theme-on-primary-darken-1: 255, 255, 255;
	--v-theme-on-secondary-darken-1: 255, 255, 255;
	--v-theme-on-error: 255, 255, 255;
	--v-theme-on-grey-50: 0, 0, 0;
	--v-theme-on-grey-100: 0, 0, 0;
	--v-theme-on-grey-200: 0, 0, 0;
	--v-theme-on-grey-300: 0, 0, 0;
	--v-theme-on-grey-400: 0, 0, 0;
	--v-theme-on-grey-500: 255, 255, 255;
	--v-theme-on-grey-600: 255, 255, 255;
	--v-theme-on-grey-700: 255, 255, 255;
	--v-theme-on-grey-800: 255, 255, 255;
	--v-theme-on-grey-900: 255, 255, 255;
	--v-theme-on-perfect-scrollbar-thumb: 0, 0, 0;
	--v-theme-on-skin-bordered-background: 0, 0, 0;
	--v-theme-on-skin-bordered-surface: 0, 0, 0;
	--v-border-color: 50, 71, 92;
	--v-border-opacity: 0.12;
	--v-high-emphasis-opacity: 0.87;
	--v-medium-emphasis-opacity: 0.6;
	--v-disabled-opacity: 0.38;
	--v-idle-opacity: 0.04;
	--v-hover-opacity: 0.04;
	--v-focus-opacity: 0.12;
	--v-selected-opacity: 0.08;
	--v-activated-opacity: 0.12;
	--v-pressed-opacity: 0.12;
	--v-dragged-opacity: 0.08;
	--v-theme-kbd: 33, 37, 41;
	--v-theme-on-kbd: 255, 255, 255;
	--v-theme-code: 245, 245, 245;
	--v-theme-on-code: 0, 0, 0;
	--v-code-color: 212, 0, 255;
	--v-overlay-scrim-background: 50, 71, 92;
	--v-overlay-scrim-opacity: 0.5;
	--v-snackbar-background: 50, 71, 92;
	--v-snackbar-color: 255, 255, 255;
	--v-tooltip-background: 38, 39, 50;
	--v-tooltip-opacity: 0.9;
	--v-table-header-background: 245, 245, 247;
	--v-shadow-key-umbra-opacity: rgba(var(--v-theme-on-surface), 0.06);
	--v-shadow-key-penumbra-opacity: rgba(var(--v-theme-on-surface), 0.04);
	--v-shadow-key-ambient-opacity: rgba(var(--v-theme-on-surface), 0.02);
}
.rounded-lg {
	border-radius: 12px !important;
}
.me-6 {
	margin-inline-end: 24px !important;
}
.v_avatar {
	font-size: 1.125rem;
	line-height: 1.25rem;
}
.v_avatar_variant_flat {
	box-shadow: 0 0 0 0 var(--v-shadow-key-umbra-opacity), 0 0 0 0 var(--v-shadow-key-penumbra-opacity), 0 0 0 0 var(--v-shadow-key-ambient-opacity);
}



.v_avatar .v_img {
	height: 100%;
	width: 100%;
}
.v_responsive {
	display: grid;
	grid-template-rows: minmax(100%, 1fr);
	grid-template-columns: 1fr;
	flex: 1 0 auto;
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.v_img {
	--v-theme-overlay-multiplier: 3;
	z-index: 0;
}



 

.v_avatar .v_img {
	height: 100%;
	width: 100%;
}
.v_responsive {
	display: grid;
	grid-template-rows: minmax(100%, 1fr);
	grid-template-columns: 1fr;
	flex: 1 0 auto;
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.v_img {
	--v-theme-overlay-multiplier: 3;
	z-index: 0;
}

.img_perfil{
	max-width: 100%; 
	max-height: 100%;
	object-fit: contain;
}
.image-container{
	width: 100px; 
	height: 100px; 
	border: 1px solid #ccc; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}

/*FIN PEDAZO DE CSS PARA EDITAR MI PERFIL O MI CUENTA*/