



@keyframes c_carga_inicial{	
	0% {bottom: 0%;}
	41%{bottom: 0%;opacity:1;} 
	100% {bottom: 0%;opacity:0; }
}

*{	
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: monospace;
	margin:0px;
    padding:0px;

}

*::-webkit-scrollbar {
    -webkit-appearance: none;
}

/* ancho*/
*::-webkit-scrollbar:vertical, *::-webkit-scrollbar:horizontal {
    width:15px;
}

*::-webkit-scrollbar-button:increment, *::-webkit-scrollbar-button {
    display: none;
} 


*::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.171);
    border-radius: 20px;
    border: 1px solid #f1f2f3;
}

*::-webkit-scrollbar-track {
    border-radius: 10px;  
}


html{
	width:100%;
	height:auto;
	min-height: 100%;
	float: left;

}

body{	
    background: rgb(219, 219, 219);
    color: #FBC78E;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 60px;
}

input{
	padding: 4px;
    border: 1px solid #b3b3b3;
    outline: none;
}
input:hover, input:focus{
	border: 1px solid red;
}



/*

input[placeholder]{
    color:blue;
}

[placeholder]{
    color:red;
}

input *[placeholder] {
    color:green;
}
*/

textarea{
    max-width: 100%;
}

table{
    border-collapse: collapse;
    border-spacing: 0px;
}

/* Pre definidos*/

.no_seleccionar{
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.base_float{
	float: left;
	width: 100%;
    height: auto;
    position: relative;

}

.base_float_sin_100{
	float: left;
	width: auto;
	height: auto;

}

.base_float_sin_100_r{
    float: right;
	width: auto;
	height: auto;
}

.base_separacion_33{
    width: 33.333%;
    padding: 9px;
}
.base_cm{
    
    padding: 9px;
    background: #f3f3f3;
    overflow: hidden;

}

.display_{
    padding-bottom: 60px;
}

.boton_A{
    background: white;
    cursor: pointer;
    color: red;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.boton_A:hover{
	background: #e8e8e8;
	
}

.boton_B{
    background: white;
    cursor: pointer;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.boton_C{
    background: white;
    cursor: pointer;
    color: red;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.boton_C:hover{
	background: #e8e8e8;
	
}

.boton_B:hover{
	background: #d6d6d6;
	
}

.boton_E{
    cursor: pointer;
    color: #c30404;
    background: #d8c2c2 !important;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.boton_E:hover{
	background: #d8c2c2;
	
}



.guincha_individual{
    
    height: 45px;
    background: white;
    width: 100%;
    padding: 0px;
    position: absolute;   
    left: 0px;
    z-index: 2;
    

}

.guincha_botones{
    
    height: 50px;
    background: white;
    float: left;
    width: 100%;
    padding: 0px;
    position: fixed;   
    left: 0px;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);


}

.boton_guincha{
    color: red;
    height: 100%;
    min-width: 50px;
    padding: 18px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}


.base_gif{
	border: 0px solid red;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	background:#f9f9f9;
	z-index: 100;
	text-align: center;

}

.cruz_cerrar:after, .cruz_cerrar2:after{
    content: "";
    position: absolute;
    right: 16px;
    top: 18px;
    height: 3px;
    width: 29%;
    width: 21px;
    background: red;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cruz_cerrar:before, .cruz_cerrar2:before  {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 16px;
    height: 3px;
    width: 21px;
    background: red;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cruz_cerrar2:before, .cruz_cerrar2:after  {
    content: "";
    background: #414141 !important;
}



.top{
    top: 0px;
}
.bottom{
    bottom: 0px;
}

.separacion_A{
    width: 50%;
    padding: 0px 3px;
}

.separacion_B{
    width: 100%;
    padding: 0px 3px;
}


.redondo_A{
    -webkit-border-radius: 27px;
    -ms-border-radius: 27px;
    border-radius: 27px;
}

.redondo_B{
    -webkit-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
}

.redondo_50{
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.sombra_A{
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}

.sombra_B{
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.texto_centro{
    text-align: center;
}
.negrita{
    font-weight: bold;
}

.boton{
    padding: 9px;
    text-align: center;

}



.area_texto_display{
    height: 90px;
    overflow: auto;
    padding: 9px;
    background: rgb(232 232 232);
    font-size: 11px;
}

.ocultar{
    display: none;
}

.margin_top_A{
    margin-top: 9px;
}

.margin_top_B{
    margin-top: 18px;
}

.margin_bottom_A{
    margin-bottom: 9px;
}

.margin_bottom_B{
    margin-bottom: 18px;
}

.margin_bottom_C{
    margin-bottom: 32px;
}

.padding_A{
    padding: 9px;
}

.padding_top_34{
    padding-top: 27px;
}

.padding_top_movimiento_bancario{
    padding-top: 34px;
}

.padding_top_fusion {
    padding-top: 34px;
}

.padding_top_50{
    padding-top: 50px;
}

.padding_left_30{
    padding-left: 30px !important;
}

.alto_ancho_100{
    width: 100%;
    height: 100%;
}

.posicion_relativa{
    position: relative;
}

.posicion_absoluta{
    position: absolute;
    left: 0px;
}

.posicion_fija{
    position: fixed;
    top: 0px;
    left: 0px;
}


/* Fin Pre definidos*/


.gif_carga_principal{
    top: 0px;
    display: none;  
}


.c_carga_inicial{
	bottom: 130%;
	-webkit-animation: c_carga_inicial 2s 1 ease-in-out;
    -ms-animation: c_carga_inicial 2s 1 ease-in-out;
    animation: c_carga_inicial 2s 1 ease-in-out;
}

.logo_carga{
    width: 108px;
    margin-bottom: 18px;
}


.table_para_centrar{
	border: 0px solid #fff;
	width: 100%;
	height: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
    float: left;
}

.td_para_centrar{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}


.c_logo{
	
    height: 100%;
    width: auto;
    float: left;
    text-align: center;
    padding: 9px;
}

.c_logo img{  
    height: 100%;
    width: auto;
}


.menu_principal{
	width: 33.333%;
	padding: 9px;
}

.menu_principal div{
    width: 100%;
    padding: 18px 33px;
    font-size: 21px;
    cursor: pointer;
    text-align: center;
}



.recipiente_cabezera{
    height: 100%;
    
}

.cuerpo {
    display: none;
    padding-bottom: 801px;
}


.boton_volver:before{
    content: "";
    position: absolute;
    right: 16px;
    bottom: 16px;
    height: 3px;
    width: 21px;
    background: red;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.boton_volver:after{
    content: "";
    position: absolute;
    right: 16px;
    top: 18px;
    height: 3px;
    width: 29%;
    width: 21px;
    background: red;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.boton_crear, .boton_editar, .boton_eliminar, .boton_sub_contenido{
    width: auto;
    min-width: 64px;
    height: 100%;
    background: white;
    position: relative;
    text-align: center;
    padding: 17px 18px;
}

.boton_sub_contenido{
    width: 100%;
    margin-top: 3px;
    padding: 9px 0px;
    margin-top: 9px;
}



.boton_crear:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 24px;
    height: 3px;
    width: 21px;
    background: red;
}

.boton_crear:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 24px;
    height: 3px;
    width: 29%;
    width: 21px;
    background: red;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.estado{
    float: right;
    font-size: 11px;
    padding: 3px 11px 9px 11px;
    color: #585858;
}




.c_buscador_{
    width: 200px;
    height: 100%;
    padding: 0px;
	float: left;
    padding: 3px;
	
}
.buscador_{
	
	margin:0px;
	width:100%;
	height: 100%;
	float: left;
	font-size: 15px;
	
	
}


/* MANTO FLOTANTE */

#manto_flotante, #manto_flotante2, #manto_flotante3{
    width: auto;
    height: auto;
    background: rgb(236 236 236);
    z-index: 6;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 50px 0px;
    display: none;
    overflow: auto;
}

#manto_flotante3{
    padding: 50px 0px 9px 0px;
    width: 100%;
    z-index: 4;
}

#manto_flotante2{
    width: 100%;
    height: 100%;
}

#contenido_manto_flotante, #contenido_manto_flotante2, #contenido_manto_flotante3{
    height: 100%;
    width: 100%;
    background: none;
    float: left;	
}


#cerrar_manto_flotante, #cerrar_manto_flotante2, #cerrar_manto_flotante3{
    float: left;
	   
}



.titulo_manto, .titulo_manto2, .titulo_manto3{
	color: #848484;
    font-size: 18px;
    padding: 15px;
    text-transform: uppercase;

}



.division_central{
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: auto;
}


.division_central_B{
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: auto;
}
/* FIN MANTO FLOTANTE */



.n_inputs{
    padding: 2px 6px;
    font-size: 10px;
    text-align: left;
}

.input_, .input_B, .input_C {
    font-size: 11px;
    padding: 3px 5px;
    height: 30px;
    margin-bottom: 3px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    background: white;
}

.input_:focus, .input_B:focus, .input_C:focus{
	border: 1px solid red;
}


.input_C{
    min-height: 90px;
}

.input_B{
    min-height: 180px;
}


.error{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #d80505;
    color: #fff;
    padding: 6px 18px;
    display: none;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    font-size: 9px;
    z-index: 1;
}
.error:before {
    content: "";
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 6px solid #d80505;

    position: absolute;
    left: 34px;
    top: 100%;
}

.c_resp_proc_{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    z-index: 4;
    display: none;
    overflow: auto;
}

.resp_proc_{
	
    width: auto;
    height: auto;
    margin: auto;
    background: none;
}


.logo_normal{
    width: 100%;
    max-width: 90px;
    margin: auto;
}

.tabla_display td{
    border-bottom: 1px solid #afafaf;
    padding: 3px;
}

.td_index_display{
    width: 117px;
    font-weight: bold;
    text-transform: uppercase;
}


.input_desabilitado{
    background: #f3f3f3;
}

.contenido_oculto {
    border: 0px solid #ebe9e9;
    height: 100%;
    width: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 11px;
    padding-bottom: 55px;
    background: #f3f3f3;
    overflow: auto;
}

.estilo_mensaje{
    background: white;
    padding: 36px 18px;
    text-align: left;

}





/*######### AREATEXT_EDITABLE #########*/


.c_editable_texto, .editable_texto{
    text-align: left;
    margin-bottom: 0px;
    min-height: 90px;
    height: auto;
}


.cc_menu_text_edit{
    position: absolute;
    bottom: 100%;
    right: 0px;
    height: 35px;
    width: auto;
    padding: 4px;

}

.boton_menu_text_edit{
    float: right;
    height: 100%;
    width: 36px;
    border: 1px solid #acacac;
    padding: 9px;
    cursor: pointer;
    margin-left: 3px;
    background: none;

    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.boton_menu_text_edit:hover{
    
    background-color: #e9e9e9;
}


.Negrita{
    background-image: url("../_imagenes11133/TEXTOEDICION/bolt.svg");   
}
.Italica{
    background-image: url("../_imagenes11133/TEXTOEDICION/italico.svg");   
}
.Centrar{
    background-image: url("../_imagenes11133/TEXTOEDICION/centro.svg");   
}

.Centrar_derecha{
    background-image: url("../_imagenes11133/TEXTOEDICION/derecha.svg");   
}

.Centrar_izquierda{
    background-image: url("../_imagenes11133/TEXTOEDICION/izquierda.svg");   
}

.ocultar{
	display: none;
}

/*#########  FIN AREATEXT_EDITABLE #########*/



/*******************BOTONES FILE***********************/

.ocultar_boton_falso{
	width: 0px;
	height: 0px;
	padding: 0px;
}


.CC_abrazo{
    width: auto;
    height: 27px;
    position: absolute;
    bottom: 4px;
    right: 2px;
}

.boton_falso_examinar2, .boton_falso_examinar_A, .eliminar_imagen_A{
	
    width: auto;
    height: 100%;
    padding: 0px;
    margin: 0px;
    float: right;
    cursor: pointer;
    background: white;
    
}

.boton_falso_examinar2 img, .boton_falso_examinar_A img, .eliminar_imagen_A img{
	
    width: auto;
    height: 100%;
    float: left;
    padding: 3px;
    
}

/*******************FIN BOTON FILE***********************/


.mensaje_eliminacion{
    color: #c30404;
    text-align: left;
    background: #d8c2c2;
}

.c_img{
    height: 180px;
    border: 0px solid rgba(218, 218, 218, 0.71);
    background: #dcdcdc;
    overflow: hidden;
    text-align: center;
    margin-bottom: 9px;
    margin-top: 9px;
}

.c_img img{
    margin: auto;
    height: 100%;
}

.activar_photo {
    width: auto;
    height: auto;
    top: 7px;
    left: 9px;
}

.etiqueta_portada{
    font-size: 9px;
    padding: 11px;
    color: #525252;
}



/* ACTIVADOR GENERAL */
.cc_activador_general{
    height: 30px;
    width: 60px;
    padding: 2px;
    background: #b5b5b5;
    cursor: pointer;
}

.cc_activador_general:hover .activador_general {
    
    background: white;
}

.activador_general{
    height: 100%;
    width: 27px;
    background: rgb(255 255 255 / 84%);
    
}


.activador_general_no{
    background: #b5b5b5;
}

.activador_general_si{
    background: #00bd00;
}

.activador_general_si .base_float_sin_100{
    float: right !important;
}

/* FIN ACTIVADOR GENERAL */



/* GESTION */

.CC_TABLA_GESTION{
	position: fixed;
    top: 50px;
    left: 0px;
    height: auto;
    width: auto;
    z-index: 3;
    background: #ccc;
}

.TABLA_GESTION{
	float: left;
    width: auto;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
}
    

.TABLA_GESTION tr{
    width: auto;
    min-width: 100%;
    
}

.TABLA_GESTION td{
    vertical-align: top;
    padding: 5px 4px;
    font-size: 11px;
	vertical-align: middle;
}

.TABLA_GESTION tr:hover{
	background: rgba(204, 204, 204, 0.79);
}

.tr_top_gestion{
	position: fixed;
    top: 50px;
    left: 0px;
    height: auto;
    width: auto;
    min-width: 100%;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	background: #e8e8e8;
	
    border-top: 1px solid #a7a7a7;

}


.tr_top_gestion .td_tabla {
    
    min-height: 33px;
    padding: 3px 7px;
    text-align: center;
    font-size: 11px;
}


.t_g_fecha{
    width: 6.44%;
    text-align: center !important;
}
.t_g_folio{
	width: 7.14%;
    text-align: center;
}
.t_g_rut{
	width: 9.14%;
}
.t_g_nombre{
	text-transform: uppercase;
	width: 16.14%;
	text-transform: uppercase;
    width: 16.14%;
    overflow: hidden;
    line-height: 1.5;
}

.t_g_venta{
	width: 6.14%;
}

.t_g_pagos{
	width: 6.14%;
}

.t_g_gasto{
	width: 6.14%;
}

.t_g_margen{
	
	width: 6.14%;
}

.t_g_menu_enano {
    width: 5.14%;
    height: 23px;
    position: relative;
    z-index: 1 !important;
    overflow: initial !important;
}



.t_g_total_un{
	text-align: right;
    width: 50.38%;
    min-width: 341px;
    float: left;
    padding: 4px;
    border-right: 1px solid #bbbbbb;
    position: relative;
}

.t_g_total_un_B{
    font-weight: bold;
    background: white;
    padding: 11px 3px !important;
    height: auto !important;
}

.t_g_total_un_C{
    font-weight: bold;
}


.t_g_titulo_A{
	background: white;
    padding: 9px !important;
    font-size: 13px !important;
    position: relative !important;
    height: auto;
    width: 100%;
    float: left;
}

.t_g_titulo_B{
	background: #f7f7f7;
    padding: 6px !important;
    font-size: 9px !important;
    position: relative !important;
    height: 29px;
    position: relative;
	text-transform: uppercase;
	width: 100%;
}
.t_g_titulo_C{
	padding: 3px;

}
.t_g_numero{
	text-align: right !important;
}

.link_ver_documento {
    float: left;
    width: 100%;
    text-align: center;
    color: blue;
    font-weight: bold;
}

.mostrar_carga_lote{
	border-collapse: collapse;
	border-spacing: 0px;
	float: left;

}

.mostrar_carga_lote td{
	padding: 2px;
    border: 1px solid #cacaca;
    text-align: left;
}

.td_mostrar_carga_lote{
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

.boton_enviar_gasto_general{
	cursor: pointer;
    background: #eeeeee;
    text-align: center;
    color: #2d2d2d;
}
.boton_enviar_gasto_general:hover{
	background: #626262;
	color: white;
}

.negrita{
	font-weight: bold;
}

.color_blanco{
    background: white;
}

.totales_A {
    text-align: right !important;
}

.tabla_unidad_negocio{
	margin-top: 0px;
}


.tr_tabla{
	float: left;
    width: 100%;
    border-bottom: 1px solid #a7a7a7;
    min-height: 23px;
    position: relative;
}



.td_tabla {
    float: left;
    border-right: 1px solid #a7a7a7;
    padding: 4px;
    height: 23px;
   
    z-index: 0;
    text-align: left;
    line-height: 1.5;
    overflow: hidden;
}

.boton_editar_B{
	
	
    min-width: 68px;
    float: left;
    border: 1px solid #5f5e5e;
    color: black;
    background: #f7f7f7;
    padding: 1px 8px;
    font-size: 10px;
    margin-right: 8px;
    margin-top: 1px;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    
	
}

.boton_editar_B:hover{
    color: white;
    background: #666;
    
	
}

.boton_editar_B span{
	
    position: absolute;
    right: 1px;
    top: -6px;
    font-size: 23px;
    color: #d20000;
}

.sub_t_g_titulo_B{
    float: left;
    color: black;
    padding: 2px;
    padding-left: 26px;
    font-size: 10px;
    margin-right: 8px;
    text-align: left;
    min-width: 224px;
    max-width: 224px;
    height: 14px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}

.sub_t_g_titulo_B span{
    color: black;
	font-size: 11px;
	font-weight: bold;
}

.punto_consolidado {
    position: absolute;
    left: 8px;
    top: 0px;
    font-size: 22px;
    color: #ffffff;
    background: rgb(24 24 24 / 48%);
    width: 13px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

.punto_consolidado2 {
    background: #ac770f;
}

.punto_consolidado3 {
    background: #bb8d34;
}

.sub_t_g_titulo_R{
    float: left;
    min-width: 99px;
}

.sub_t_g_titulo_A{
    
    float: left;
    color: black;
    background: #f7f7f7;
    padding: 1px;
    font-size: 15px;
    margin-right: 8px;

}


.color_{
    float: left;
    width: 100%;
    padding: 3px;
    padding-left: 13px;
    font-size: 10px;
    color: black;
    text-align: left;

}

.color_espera{
    background: #fdfae7;  
}

.color_ejecucion{
    background:#e3f8e8;
}

.color_cobranza{
    background:#fbdddc;
}

.color_finalizado{
    background:#ccedfe;
}

.no_expandido .tr_tabla{
    display: none;
 
 }

#finalizado_NO, #finalizado_SI{
    display:none;
}
.mostrar_finalizados{
    display: block !important;
}

.no_ocultar{
	display: block !important;
}

.CC_con_instalacion{
    background: #e0dec9;
    float: left;
    width: 100%;
    padding: 3px;
    font-size: 12px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.seleccionado_expandir{
    background: black;
    color: white;
 }
 
/* FIN GESTION */



/* MENU ENANO*/

.ccc_menu_enano{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    padding: 7px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    z-index: 0;
    background: rgba(242, 242, 242, 0.25098039215686274);

}

.ccc_menu_enano span{
    position: absolute;
    right: 16px;
    top: 0px;
    font-size: 23px;
    color: #d20000;

}

.ccc_menu_enano .punto_consolidado {
    position: absolute;
    left: 8px;
    top: 0px;
    font-size: 22px;
    color: #ffffff;
    background: rgb(19 136 0 / 48%);
    width: 13px;
    height: 100%;
    text-align: center;
}

.ccc_menu_enano:hover{
	background: #c3c3c3;
}

.cc_menu_enano{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 224px;
    height: 100%;
    background: rgb(190 190 190);
    display: none;
    z-index: 5;
    padding: 2px;
    padding-left: 48px;
}

.t_g_menu_enanoB .cc_menu_enano{
    width: 540px;
}

.t_g_menu_enanoC .cc_menu_enano {
    width: 540px;
}

.cc_menu_enano:before {
	content: "";
    position: absolute;
    left: 9px;
    top: 11px;
    height: 2px;
    width: 15px;
    background: #7f7f7f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cc_menu_enano:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 11px;
    height: 2px;
    width: 15px;
    background: #7f7f7f;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.img_fondo_c_menu_enano{
	
    width: 30px;
    height: 11px;

}
/* FIN MENU ENANO*/


.fondo_A{
    background: #ddd;
}

.zindex0{
    z-index: 0;
}

.zindex1{
    z-index: 1;
}

.cc_form_seleccionar_fecha_gestion, .cc_saldo{
    position: fixed;
    top: 7px;
    right: 90px;
    width: 300px;
    height: 50px;
    z-index: 3;
}

.cc_saldo{
    right: 446px;
    width: auto;
    padding: 10px;
}

.c_saldo{
    font-size: 13px;
    color: #000000;
    float: left;
    /* width: 100%; */
    border-right: 2px solid dimgrey;
    padding: 0px 9px;
}

.c_saldo span{
    font-size: 15px;
    color: #01b500;
    font-weight: bold;

}


.c_tabla_resumen{
    float: left;
    width: 100%;
    padding: 0px;
}


.tabla_resumen_A{
    float: left;
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 9px;

}



.tabla_resumen_A td{
    border-bottom: 1px solid #a2a2a2;
    padding: 2px;
    font-size: 10px;

}

.titulo_td_resumen{
    font-size: 14px;
    font-weight: bold;
    padding: 9px 2px;
    height: 23px;
}

.valor_td_resumen{
    width: 130px;
    text-align: right;
    background: #e6e6e6;
}

.individual_mes_resumen{
    border-right: 1px solid #d2d2d2;
    float: left;
    width: 7.13%;
    height: auto;
}

.individual_mes_resumen_a{
    border: 1px solid red;
}

.individual_mes_resumen_b{
    border: 1px solid blue;
}

.titulo_individual_mes_resumen{
    
    float: left;
    width: 100%;
    height: 33px;
    padding: 9px;
    text-align: center;
    font-size: 11px;
    font-weight: bolder;
    text-transform: uppercase;
}

.super_contenedor_resumen{
    float: left;
    width: 100%;
    position: relative;
    padding-left: 96px;
}

.individual_mes_resumen_etiquetas{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 96px;
}

.tabla{
    border-spacing: 0px;
    border-collapse: collapse;
}

/* movimiento_bancario */

.t_c_0 {
    width: 5%;
    z-index: 1;
    position: relative;
    overflow: initial;
}

.t_c_1{
    width: 8%;
}

.t_c_2{
    width: 18%;
}

.t_c_3{
    width: 18%;
}

.t_c_4{
    width: 15%;
    overflow: hidden;
}

.t_c_5{
    width: 9%;
}

.t_c_6{
    width: 9%;
}
.t_c_7{
    width: 9%;
    text-align: center;
}


.linea_movimiento_bancario{
    background: white;
    border-bottom: 1px solid silver;
}

.linea_movimiento_bancario:hover{
    background: rgba(255, 255, 255, 0.644) !important;
}

.top_movimiento_bancario, .top_movimiento_bancario2{
    top: 50px;
    left: 0px;
    background: #e9e9e9; 
    z-index: 3;
}

.top_movimiento_bancario2{
    top: 84px;
    background: #b3ffcc;
    top:initial;
    bottom: 0px;
}

.top_movimiento_bancario .td_tabla, .top_movimiento_bancario2 .td_tabla{
    font-weight: bold;
    padding: 11px 6px 21px 4px;
}
/* FIN movimiento_bancario */

.color_par{
    background: #e0e0e0;
}

.color_impar{
    background: #d0d0d0;
}

.zindex100{
    z-index: 100;
}

.boton_selecion_A, .boton_selecion_A2, .boton_selecion_A3{
    float: left;
    width: 100%;
    height: 16px;
    background: #6d6d6d;
    font-size: 8px;
    padding-top: 4px;
    color: white;
    cursor: pointer;
    text-align: center;
}

.boton_selecion_A_activo{
    background: green;

}

.boton_selecion_para_cart{
    background: rgb(0 255 0 / 44%) !important;
}

#boton_realizar_fusion{
    display: none;
}

.boton_realizar_fusion_activo{
    display: block;
}

.boton_selecion_A2{
    width: 50%;

}
.boton_selecion_A2:hover{
    background: black;

}

.boton_selecion_A3{
    width: 50%;
    background: #4c00ff;

}
.boton_selecion_A3:hover{
    background: #3300ac;

}

.marca_fusion{
    width: 4px;
    height: 100%;
    background: #ff0015;
    top: 0px;
}

.titulillo_F{
    padding: 3px;
    padding-left: 0px;
    font-size: 10px;
    color: black;
    text-align: left;
    margin-right: 9px;
}

.saldo_alerta{
    background: rgb(255 101 101 / 45%);
    color: blue;
}

.saldo_alerta span{
    color: blue;
}

.c_cajon_titulo {
    margin-top: 9px;
    text-align: left;
    font-size: 11px;
    padding: 9px;
}

.c_cajon_titulo_sub {
    /* border-top: 2px solid red; */
    margin-top: 9px;
    text-align: left;
    font-size: 11px;
    padding: 9px;
    margin-top: 9px;
}

.c_cajon_pagos {
    border-top: 0px solid red;
}


.cc_consolidar {
    height: auto;
    padding-top: 202px;
}

.mitad_consolidar {
    height: auto;
    height: 219px;
    /* max-height: 300px; */
    overflow: auto;
    border-bottom: 3px solid #4c00ff;
    position: fixed;
    top: 82px;
    left: 0px;
    width: 100%;
    background: #d5d5d5;
    z-index: 3;
}


.cc_activar_cart {
    top: 0px;
    left: inherit;
    right: 0px;
    height: 50px;
    width: 50px;
    z-index: 4;
    padding: 6px;
    cursor: pointer;
    background: white;
}

.cart_activo{
    background: #c3c3c3;
}

#cant_cart {
    position: absolute;
    top: 11px;
    left: 18px;
    width: 24px;
    height: 24px;
    color: white;
    padding-top: 3px;
    text-align: center;
}

.cc_activar_cart img{
   float: left;
   width: 100%;
}

.cc_cart{
    top: 0px;
    left: inherit;
    right: 0px;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: #9c9c9c;
    display: none;
}

.c_cart{
    height: 100%;
    background: #d1d1d1;
    padding-top: 50px;
}

.guincha_c_car{
    top: initial;
    bottom: 0px;
    background: #eeeeee;
    width: 100%;
    height: 50px;
}

.b_hacer_consolidacion {
    height: 50px;
    padding: 18px;
    color: red;
    position: fixed;
    top: 0px;
    right: 50px;
    z-index: 9;
}

.forzar_ingreso {
    width: auto;
    height: auto;
    background: #ae5b02;
    color: white;
    cursor: pointer;
    float: right;
    padding: 3px;
}

.color_sin_pago {
    color: #d80000;
    font-weight: bold;
}

.color_pago_parcial {
    color: #ac770f;
    font-weight: bold;
}

.color_pagado {
    color: #000000;
}

.color_pago_anomalia {
    color: #bb8d34;
    font-weight: bold;
}



.c_fac_conso{
    display: none;
}

.mostrar_fac_conso {
    padding: 18px;
    padding: 11px;
    background: #e7e7e7;
    margin-top: 9px;
    border-right: 1px solid #c9c9c9;
}

.mostrar_fac_conso_activo {
    background: #ffffff !important;
    /* border-bottom: 3px solid #f1f1f1; */
}

.fil{
    background: #01b500;
}

.slc {
    border-bottom: 2px solid black;
    margin: 0px;
}


.linea_destacada:hover {
    background: #b7b5b5;
}

.boton_r_c_ocultos {
    margin: 0px 11px;
}

.r_c_ocultos{
    border:1px solid red;
    margin-top:3px;
    margin-bottom: 3px;
    display: none
}