
@keyframes aparece_A{
    
    0% {

        opacity: 0;
        -webkit-transform: translateY(33%);
        -ms-transform: translateY(33%);
        transform: translateY(33%);
    }

    30% {

        opacity: 0;
        -webkit-transform: translateY(33%);
        -ms-transform: translateY(33%);
        transform: translateY(33%);
    }


    100%{}

}

@keyframes aparece_B{
    
    0% {

        opacity: 0;
        -webkit-transform: translateY(-18%);
        -ms-transform: translateY(-18%);
        transform: translateY(-18%);
    }

    36% {

        opacity: 0;
        -webkit-transform: translateY(-18%);
        -ms-transform: translateY(-18%);
        transform: translateY(-18%);
    }


    100%{}

}

@keyframes efecto_A{
    
    0% {

        opacity: 0;
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform:  scale(0.7, 0.7);
    }

    30% {

        opacity: 0;
        -webkit-transform:scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }


    100%{}

}

@keyframes efecto_I{
    
    0% {
        opacity: 0;
    }

    9% {
        opacity: 0.6;
    }

    30% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100%{
        -webkit-transform:scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}


@keyframes c_logo_slider{
    
    0% {

        opacity: 0;
        -webkit-transform: translateX(33%);
        -ms-transform: translateX(33%);
        transform: translateX(33%);
    }

    30% {

        opacity: 0;
        -webkit-transform: translateX(33%);
        -ms-transform: translateX(33%);
        transform: translateX(33%);
    }


    100%{}

}



@keyframes c_carga_inicial{	
	0% {bottom: 0%;}
	41%{bottom: 0%;opacity:1;} 
	100% {bottom: 0%;opacity:0; }
}

* {
    color: #00134c;
    text-decoration: none;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
    word-spacing: 0px;
    letter-spacing: 0px;
    outline: none;
} 

*::-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: #0f5377;
    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: #242424;
    color: black;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    float: left;
    padding-top: 60px;
    z-index: 0;
    background: rgb(24, 47, 112);
    background: -moz-linear-gradient(180deg, rgb(24 146 160) 0%, rgb(28 118 158) 19%, rgb(0 41 73) 74%, rgb(9 56 72) 100%);
    background: -webkit-linear-gradient(180deg, rgb(24 146 160) 0%, rgb(28 118 158) 19%, rgb(0 41 73) 74%, rgb(9 56 72) 100%);
    background: linear-gradient(180deg, rgb(24 146 160) 0%, rgb(28 118 158) 19%, rgb(0 41 73) 74%, rgb(9 56 72) 100%);
}

.body_especial {
    padding-top: 0px;
}


input{
	padding: 4px;
    border: 1px solid #b3b3b3;
}
input:hover, input:focus{
	border: 1px solid red;
}

/*

input[placeholder]{
    color:blue;
}

[placeholder]{
    color:red;
}

input *[placeholder] {
    color:green;
}
*/

textarea {
    max-width: 100%;
    min-height: 115px;
}

table{
    border-collapse: collapse;
    border-spacing: 0px;
}

a{
    color: blue;
}

span{
    color: inherit;
    font-size: inherit;
}
/* Pre definidos*/

.base_float{
	float: left;
	width: 100%;
    height: auto;
    position: relative;
}

.base_float2{
	float: left;
	width: 100%;
    height: auto;

}

.base_float_r{
	float: right;
	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;
    position: relative;
}

.base_separacion_33{
    width: 33.333%;
    padding: 9px;
}

.base_separacion_25{
    width: 25%;
    padding: 9px;
}

.base_separacion_20{
    width: 20%;
    padding: 9px;
}

.base_cm{
    
    padding: 9px;
    background: #f3f3f3;
    overflow: hidden;

}

.display_{
    padding-bottom: 60px;
}

.boton_A {
    background: #1b789e;
    cursor: pointer;
    color: #ffffff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 9px 18px;
    -webkit-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
}

.boton_A:hover {
    background: rgb(0 46 78 / 78%);
}

.boton_B{
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;

}

.boton_B:hover{
	background: #ffffff21;
	
}

.boton_C {
    cursor: pointer;
    color: #ffffff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    background: #0a4a69;
    padding: 15px 18px;
    -webkit-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
    letter-spacing: 1px;
}

.boton_C:hover{
	background: #0d5c83;
}

.boton_D{
    cursor: pointer;
    
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    background: #e8e8e8;
    color: #565656;
    
}

.boton_D:hover{
    background: #d4d4d4;
    color: #848484;
}

.boton_Z{
    background: #83d200;
    cursor: pointer;
    color: red;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;

}

.boton_Z:hover{
    background: #47ce00;	
}

.boton_M{
    color: #505050;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 9px 18px;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    text-transform: uppercase;
    font-size: 12px;
}


.boton_P{
    background: rgb(255, 255, 255);
    cursor: pointer;
    border: 1px solid rgb(198 198 198);
}

.boton_P:hover {
    background: rgb(250 250 250);
    /* border: 1px solid rgb(123 123 123); */
}


.boton_X{
    cursor: pointer;
    padding: 18px;
}

.boton_X:hover {
    background: rgb(250 250 250 / 8%);
    /* border: 1px solid rgb(123 123 123); */
}

.guincha_individual{
    
    height: 45px;
    background: white;
    width: 100%;
    padding: 0px;
    position: absolute;   
    left: 0px;
    z-index: 2;
    

}

.guincha_botones{
    
    height: 60px;
    float: left;
    width: 100%;
    padding: 0px;
    position: fixed;   
    left: 0px;
    z-index: 2;

}

.boton_guincha{
    height: 100%;
    min-width: 60px;
    padding: 23px 20px;
    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: rgb(24 146 160);
    z-index: 100;
    text-align: center;
}

.rayita_menu{
    
    position: absolute;
    top: 29px;
    left: 16px;
    height: 2px;
    width: 30px;
    background: white;
}

.rayita_menu:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 9px;
    height: 2px;
    width: 100%;
    background: white;
}

.rayita_menu:after{
    content: "";
    position: absolute;
    right: 0px;
    top: -9px;
    height: 2px;
    width: 100%;
    background: white;
}

.cruz_cerrar:after, .cruz_cerrar2:after{
    content: "";
    position: absolute;
    right: 16px;
    top: 30px;
    height: 2px;
    width: 26px;
    background: white;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cruz_cerrar:before, .cruz_cerrar2:before  {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 29px;
    height: 2px;
    width: 26px;
    background: white;
    -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 9px;
}

.separacion_B{
    width: 100%;
    padding: 0px 3px;
    
}

.separacion_40{
    width: 40%;
    padding: 0px 3px;
}

.separacion_50{
    width: 50%;
}

.separacion_60{
    width: 60%;
}

.posicion_relativa{
    position: relative;
}

.posicion_absoluta{
    position: absolute;
    left: 0px;
}

.posicion_fija{
    position: fixed;
    left: 0px;
}

.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_C{
    -webkit-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
}

.redondo_50{
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.redondo_top_A{
    -webkit-border-radius: 9px 9px 0px 0px;
    -ms-border-radius: 9px 9px 0px 0px;
    border-radius: 9px 9px 0px 0px;
}

.redondo_bottom_A{
    -webkit-border-radius: 0px 0px 9px 9px;
    -ms-border-radius: 0px 0px 9px 9px;
    border-radius:0px 0px 9px 9px;
}

.redondo_bottom_B{
    -webkit-border-radius: 0px 0px 18px 18px;
    -ms-border-radius: 0px 0px 18px 18px;
    border-radius:0px 0px 18px 18px;
}


.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);
}

.sombra_C{
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3);
}

.sombra_D{
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}

.overflow_oculto{
    overflow: hidden;
}

.texto_centro{
    text-align: center !important;
}

.texto_D{
    text-align: right !important;
}

.texto_I{
    text-align: left !important;
}




.negrita{
    font-weight: bold;
}

.boton{
    padding: 11px 23px;
    text-align: center;

}

.area_texto_display{
    height: 90px;
    overflow: auto;
    padding: 9px;
    background: rgba(255, 255, 255, 0.60);
    font-size: 11px;
}

.ancho_alto_100{
    width: 100%;
    height: 100%;
}

.ocultar{
    display: none;
}

.margin_top_A{
    margin-top: 9px;
}

.margin_top_B{
    margin-top: 18px;
}

.margin_top_C{
    margin-top: 33px;
}

.margin_bottom_A{
    margin-bottom: 9px;
}

.margin_bottom_B{
    margin-bottom: 18px;
}

.margin_bottom_C{
    margin-bottom: 33px;
}

.margin_bottom_66{
    margin-bottom: 66px;
}

.margin_right_3{
    margin-right: 3px;
}
.margin_right_18{
    margin-right: 18px;
}

.margin_right_13{
    margin-right: 13px;
}

.margin_auto{
    margin: auto;
}
.border_bottom_D{
    border-bottom: 1px solid rgb(105 105 105 / 29%);
}

.padding_A{
    padding: 9px;
}

.padding_B{
    padding: 18px;
}

.padding_L{
    padding: 18px;
}
.padding_P{
    padding: 11px;
}

.padding_3{
    padding: 3px;
}
.padding_6{
    padding: 6px;
}

.padding_27{
    padding: 27px;
}

.padding_M{
    padding: 45px;
}

.padding_top_A{
    padding-top: 9px;
}

.padding_top_B{
    padding-top: 3px;
}

.padding_bottom_77{
    padding-bottom: 77px;
}

.padding_top_C{
    padding-top: 45px;
}

.padding_bottom_C{
    padding-bottom: 45px;
}

.zindex0{
    z-index: 0;
}

.zindex1{
    z-index: 1;
}

.zindex2{
    z-index: 2;
}

.zindex3{
    z-index: 3;
}
.zindex4{
    z-index: 4;
}

.zindex-1{
    z-index: -1;
}

.alto_100{
    height: 100%;
}

.titulo_A {
    font-size: 40px;
    padding: 22px 0px 0px 0px;
    text-align: left;
    color: rgb(0 0 0);
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.titulo_C {
    font-size: 15px;
    padding: 3px 3px 0px 6px;
    border-bottom: 1px solid rgb(188 188 188 / 22%);
}

.titulo_D{
    font-size: 18px;
    padding: 3px;
    border-bottom: 1px solid #9a9a9a;
}

.titulo_E{
    font-size: 27px;
    padding: 0px 18px 18px 18px;
}

.titulo_PD{
    font-size: 27px;
    padding: 0px 9px 18px 9px;
    text-align: left;
}

.precio_PD{
    font-size: 23px;
    padding: 1px 9px;
    text-align: left;
}

.precio_PD span {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 100;
}

.titulo_MINI {
    font-size: 18px;
    padding: 9px;
    height: 56px;
    font-family: 'Roboto Condensed', sans-serif;
}

.titulo_MINI_B{
    font-size: 45px;
    padding: 9px;
    font-family: 'Roboto Condensed', sans-serif;


}

.texto_MINI_resena{
    font-size: 18px;
    padding: 9px;
    height: auto;
}

.texto_MINI_descripcion {
    font-size: 20px;
    padding: 9px;
    height: auto;
}

.texto_MINI_resena_C{
    font-size: 15px;
    height: auto;
    color: #5b5959;
    text-align: center;
}

.precio_MINI{
    font-size: 27px;
    padding: 1px 9px;
    height: 35px;
}

.precio_MINI span {
    font-size: 13px;
    text-decoration: line-through;
    font-weight: 100;
}



.color_blanco{
    color: white !important;
}


.expandido_absolute{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.aparece_A{
    -webkit-animation: aparece_A 0.5s 1 ease-in-out;
    -ms-animation: aparece_A 0.5s 1 ease-in-out;
    animation: aparece_A 0.5s 1 ease-in-out;
}

.aparece_B{
    -webkit-animation: aparece_B 0.5s 1 ease-in-out;
    -ms-animation: aparece_B 0.5s 1 ease-in-out;
    animation: aparece_B 0.5s 1 ease-in-out;
}

.efecto_A{
    -webkit-animation: efecto_A 0.5s 1 ease-in-out;
    -ms-animation: efecto_A 0.5s 1 ease-in-out;
    animation: efecto_A 0.5s 1 ease-in-out;
}

.efecto_I{
    -webkit-animation: efecto_I 11s 1 ease-in-out;
    -ms-animation: efecto_I 11s 1 ease-in-out;
    animation: efecto_I 11s 1 ease-in-out;
}

.sin_borde{
    border: none;
}

/* 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: 180px;
}


.table_para_centrar{
	border: 0px solid #fff;
	width: 100%;
	height: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

.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{
    background: none;
}



.boton_volver:before{
    content: "";
    position: absolute;
    right: 16px;
    bottom: 16px;
    height: 3px;
    width: 21px;
    background: #000;
    -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: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.boton_crear, .boton_editar, .boton_eliminar, .estado, .boton_sub_contenido{
    width: auto;
    min-width: 64px;
    height: 100%;
    background: white;
    position: relative;
    text-align: center;
    padding: 17px 23px;
}

.boton_sub_contenido{
    width: 33.333%;
    margin-top: 3px;
    padding: 9px 0px;
}



.boton_crear:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 24px;
    height: 3px;
    width: 21px;
    background: #454545;
}

.boton_crear:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 24px;
    height: 3px;
    width: 29%;
    width: 21px;
    background: #454545;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}




.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{
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 23%);
    backdrop-filter: saturate(180%) blur(9px);
    -webkit-backdrop-filter: saturate(180%) blur(9px);
    z-index: 5;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 9px;
    display: none;


}


.adaptador_manto_flotante {
    margin: auto;
    min-width: 270px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 570px;
    display: inline-block;
    position: relative;
    background: gainsboro;
    overflow: hidden;
    padding: 9px 9px 18px 9px;
}

#contenido_manto_flotante{
    background: none;
    padding: 11px;
    overflow: auto;
    float: left;
    z-index: 0;
    padding: 68px 27px 18px 27px;
    height: 100%;
}


#cerrar_manto_flotante{
    float: right;   
}



.titulo_manto {
    color: #2b2b2b;
    font-size: 14px;
    padding: 22px 18px;
    text-transform: uppercase;
}


/* FIN MANTO FLOTANTE */

.division_central{
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: auto;
}

.division_central_B{
    width: 100%;
    max-width: 270px;
    height: auto;
    margin: auto;
}


.n_inputs{
    padding: 7px 9px;
    font-size: 13px;
    text-align: left;
}

.input_, .input_B, textarea{
    font-size: 13px;
    padding: 9px;
    height: 36px;
    margin-bottom: 9px;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: white;
    z-index: 0;
}

.input_:focus, .input_B:focus, textarea:focus{
	border: 1px solid red;
}



.error{
	position: absolute;
    bottom: 0px;
    left: 0px;
    background: #d80505;
    color: #fff;
    padding: 13px 18px;
    display: none;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    font-size: 13px;
    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: 260px;
    margin: auto;
}

.logo_normal_B {
    width: 100%;
    max-width: 180px;
    margin: auto;
}


.tabla_display td{
    border-bottom: 1px solid #afafaf;
    padding: 3px;
}

.td_index_display{
    width: 90px;
    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 33px;
    text-align: left;

}





/*######### AREATEXT_EDITABLE #########*/


.c_editable_texto, .editable_texto{
    text-align: left;
    margin-bottom: 0px;
    min-height: 90px;
}


.cc_menu_text_edit{
    position: absolute;
    bottom: 100%;
    right: 0px;
    height: 40px;
    width: auto;
    padding: 3px;

}

.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: 50px;
    height: 50px;
    position: absolute;
    bottom: -1px;
    right: 0px;
}

.boton_falso_examinar2, .boton_falso_examinar_A, .eliminar_imagen_A{
	
    width: auto;
    height: 100%;
    border: 0px solid rgba(255, 255, 255, 1);
    padding: 0px;
    margin: 0px;
    float: left;
	cursor: pointer;
	padding: 9px;
    
}

.boton_falso_examinar2 img, .boton_falso_examinar_A img, .eliminar_imagen_A img{
	
    width: auto;
    height: 100%;
    float: left;
    padding: 3px;
    
}

/*******************FIN BOTON FILE***********************/

.c_maximo_ancho{
    margin: auto;
    width: 100%;
    max-width: 1313px;
}

.c_maximo_ancho_B{
    margin: auto;
    width: 100%;
    max-width: 740px; 
}


.fondo_B{
    background: white;
}
.fondo_B2{
    background: rgb(241, 241, 241);
}



.fondo_C{
    background: gainsboro;
}

.fondo_D{
    background: #656565;
}

.fondo_T{
    background: #f7f7f7;
}

.fondo_blur {
    background: rgb(0 89 109);
    backdrop-filter: saturate(180%) blur(9px);
    -webkit-backdrop-filter: saturate(180%) blur(9px);
}

.fondo_Z {
    background: rgb(24, 47, 112);
    background: -moz-linear-gradient(181deg, rgb(24 146 160) 0%, rgb(200 230 247) 100%);
    background: -webkit-linear-gradient(181deg, rgb(24 146 160) 0%, rgb(200 230 247) 100%);
    background: linear-gradient(181deg, rgb(24 146 160) 0%, rgb(200 230 247) 100%);
}

.fondo_ZZ {
    background: rgb(24, 47, 112);
}

.mayusculas{
    text-transform: uppercase;
}
.minusculas{
    text-transform: lowercase;
}

.cabezera {
    right: 0px;
    top: 0px;
    height: auto;
    background: #414141;
    background: rgb(24 142 159);
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.body_especial .cabezera{
    background: rgba(0, 0, 0, 0);

}

.color2_cabezera {
    background: #1892a0 !important;
}

#c_boton_menu, .c_cerrar_m_p {    
    display: none;
}


.mostrar_c_link_principal{
    display: block !important;
}

.complemento_contacto{
    padding: 11px 11px 11px 38px;
    width: 100%;
    height: 41px;
}

.complemento_pie {
    padding: 11px 11px 11px 42px;
    width: 100%;
    height: 41px;
}

.complemento_contacto img{
    position: absolute;
    left: 6px;
    top: 6px;
    width: 24px;
    height: auto;
}


.complemento_pie img{
    position: absolute;
    left: 6px;
    top: 6px;
    width: 23px;
    height: auto;
}

.c_mini_menu a{
    padding: 9px 9px;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 3px;
    text-decoration: none;
}


.img_mini_menu{
    height: 13px;
    float: left;
}

.c_pie_footer {
    background: rgb(0 32 47);
    height: 60px;
    z-index: -1;
}

.pie_footer{
    margin: auto;
    width: 100%;
    max-width: 311px;
    height: 100%;
    padding: 21px 9px;
    position: relative;
}

.pie_footer a {
    color: #d6d4d4;
}

.pie_footer a img{
    position: absolute;
    right: 0px;
    top: 6px;
    height: 42px;
}

footer {
    background: none;
    margin-top: 54px;
}


/* SLIDER */
.c_slider {
    overflow: hidden;
    height: 100%;
    width: 100%;
    float: left;
    background: rgb(0 0 0 / 43%);
}

.c_slider_S{
    background: none;
}

.cuestiones_slider{
    display: none;
    overflow: hidden;
    height: 100%;
    width: 100%;

    position: absolute;
    top: 0px;
    right: 0px;    
}

.cuestiones_slider_S{
    display: none;
    overflow: hidden;
    height: 100%;
    width: 100%;

    position: relative;
    float:left;
    
}

.boton_slider{
    height: 50px;
    width: 50px;
    padding: 4px 0px;
    top: 46%;
    background: rgb(31 31 31 / 20%);
    display: none;
}

.boton_izquierdo_slider{    
    left: 9px;
}

.boton_derecho_slider{
    left: initial;
    right: 9px !important;
}

.cc_puntitos_slider{
    margin: auto;
    bottom: 0px;
    left: 0px;
    display: none;
}

.c_puntitos_slider{
    width: auto;
    height: auto;
    display: inline-block;
}

.puntitos_slider{
    background: #e2e2e2;
    width: 36px;
    height: 18px;
    float: left;
    margin: 6px;
    padding: 4px 0px;
}

.puntito_seleccionado{
    border: 1px solid rgb(0 0 0);
    background: #d0d0d0;
}


.img_slider_{
    min-width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    right: 0px;
}

.cc_texto_slider{
    padding:18px; 
    padding-bottom: 33px;
}

.c_texto_slider {
    text-align: center;
}


.c_logo_slider {

float: left;
width: 100%;
height: auto;
text-align: center;
border: 0px solid white;
-webkit-animation: c_logo_slider 3s 1 ease-in-out;
-ms-animation: c_logo_slider 3s 1 ease-in-out;
animation: c_logo_slider 3s 1 ease-in-out;


}

.c_logo_slider img {
    width: 36%;
    height: auto;
}

.centrado {
    position: absolute; 
    left: 50%;
    transform: translateX(-50%);
  }
/* FIN SLIDER */



/* CARRUSEL */
.carrusel{  
    overflow: hidden;    
}

.contenido_carrusel{
    margin: auto;
}

.cuestiones_carrusel_B, .cuestiones_carrusel{
    overflow: hidden; 
    height: auto;
}

.cc_botones_carrusel{
    margin-top: 9px;
}

.c_botones_carrusel{
    
    width: 90px;
    height: 50px;
    
}

.boton_carrusel {
    position: absolute;
    height: 50px;
    width: 50px;
    background: rgb(12 74 109 / 52%);
    top: 0px;
}

.boton_izquierdo_carrusel{    
    left: -16px;
    
}

.boton_izquierdo_carrusel:after, .boton_izquierdo_slider:after{
    content: "";
    position: absolute;
    right: 17px;
    top: 17px;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.boton_izquierdo_carrusel:before, .boton_izquierdo_slider:before{
    content: "";
    position: absolute;
    right: 17px;
    bottom: 18px;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.boton_derecho_carrusel{
    right: -16px;
}

.boton_derecho_carrusel:after, .boton_derecho_slider:after{
    content: "";
    position: absolute;
    left: 17px;
    top: 17px;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.boton_derecho_carrusel:before, .boton_derecho_slider:before {
    content: "";
    position: absolute;
    left: 17px;
    bottom: 18px;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*  luego borrar */
.cuestion_carrusel{
    border: 5px solid white;
    height: 100%;
    width: 100%;
    float: left;
    padding: 18px;
    background: #dbdbdb;
}

/* FIN CARRUSEL */





/* CAJA CHATS WHATSAPP*/

.ccc_caja_chats{
    bottom: 9px;
    left: 9px;
    z-index: 3;
}

.cc_caja_chats{
    overflow: hidden;
    display: none;  
}

.c_caja_chats_barra_s{
    height: 56px;
    background: #3f9788;
    
}

.c_caja_chats_barra_s img{
    width: 45px;
    height: 45px;
    left: 7px;
    top: 7px;
    
}

.c_caja_chats{
    width: 306px;
    height: 214px;
    background-color: #e5ddd5;
}

.img_fondo_c_caja_chats{
    top: 0px;
    left: 0px;
    opacity: 0.2;
    
}

.c_mensaje_chats{
    top: 18px;
    left: 27px;
    max-width: 80%;
    padding: 14px;
    color: #262626;
    font-size: 13px;
    background: white;
    -webkit-border-radius: 0px 11px 11px 11px;
    -ms-border-radius: 0px 11px 11px 11px;
    border-radius: 0px 11px 11px 11px;

}

.c_mensaje_chats:before {
    content: "";
    border-top: 0px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 11px solid #ffffff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 100%;
    top: 0px;

}

.cerrar_icono_whatsapp{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 100%;
    padding: 23px 18px 18px 18px;
    cursor: pointer;
}

.cerrar_icono_whatsapp:hover{
    background: #368376;
}


.boton_whatsapp{
    height: 60px;
    width: 60px;
    padding: 13px;
    position: fixed;
    bottom: 9px;
    left: 9px;
    background: #7ad06d;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    z-index: 2;
    cursor: pointer;
}

.boton_whatsapp:hover{
    background: #6ede5d;
}

.c_entrada_chats{
    bottom: 0px;
    left: 0px;
    height: 60px;
    width: 100%;
    background: #efefef;
    padding: 9px 72px 9px 15px;
}

#entrada_chats{
    float: left;
    height: 100%;
    width: 100%;
    padding: 18px 9px 18px 18px;
    border: 1px solid #d6d6d6;
    
}

#entrada_chats:focus, #entrada_chats:hover{
    border: 1px solid #d6d6d6;
}


.c_boton_enviar_chats{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 72px;
    padding: 0px;
    cursor: pointer;
}

.c_boton_enviar_chats img{
    height: 100%;
    padding: 18px;
}

.etiqueta1_perfil_chats{
    top: 12px;
    left: 59px;
    font-size: 18px;
    color: white;
    font-weight: bold;

}

.etiqueta2_perfil_chats{
    top: 33px;
    left: 59px;
    font-size: 13px;
    color: white;
}
/* FIN CAJA CHATS WHATSAPP*/





/* BOTON PERFIL */

.cc_boton_perfil_superior, .cc_boton_carrito{  
    height: 100%;
    width: auto;
}

.cc_boton_perfil_superior img, .cc_boton_carrito img{
    float: left;
    width: auto;
    height: 100%;
}

.c_boton_perfil_superior {
    position: absolute;
    right: -65px;
    top: 65px;
    width: 197px;
    height: auto;
    background: white;
    z-index: 1;
    display: none;
}

.cc_boton_login, .c_cerrar_sesion, .c_boton_regis{
    text-align: center;
    font-size: 13px;
}

.c_boton_registrarse, .c_boton_recuperar_contrasena{
    
    width: 100%;
    height: auto;
    padding: 13px;
    font-size: 13px;
    color: #324786;
    margin-top: 27px;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    float: left;
}

.c_boton_registrarse:hover, .c_boton_recuperar_contrasena:hover{
color: red;
}


#regis_invitado {
    color: white;
    padding: 20px 9px;
    font-size: 18px;
    background: rgb(107 0 0 / 74%);
}

#regis_invitado:hover {
    background: rgb(255 47 0 / 62%);
    
}

/* FIN BOTON PERFIL */
.c_img_S{
    height: auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    float: left;
}

.c_img_S img{
    height: auto;
    width: 100%;
    float: left;
}

.c_img{
    height: 217px;
    border: 0px solid rgba(218, 218, 218, 0.71);
    overflow: hidden;
    text-align: center;
}

.c_img_B{
    height: auto;
}

.c_img img{
    margin: auto;
}

.c_img_B img{
    margin: auto;
    height: auto;
    width: 100%;
}

.c_img_X {
    height: auto;
    width: 100%;
    border: 9px solid rgb(50 177 191);
    overflow: hidden;
    text-align: center;
}

.c_img_X img {
    margin: auto;
    height: auto;
    width: 100%;
    background: #ababab;
}


/* VISOR */

.para_visor{
    width: 100%;
    height: auto;
    padding-top: 9px;
}

.c_img_visor_A{
    height: auto;
    border: 0px solid rgba(218, 218, 218, 0.71);
    overflow: hidden;
    text-align: center;
}

.c_img_visor_A img{
    margin: auto;
    width: 100%;
    float: left;
}




/*SLIDER GALERIA ESPCIAL*/

.c_imagen_galeria{
    cursor: pointer;
}

.c_cerrar_f_g{
    height: auto;
    width: auto;
    top: 4px;
    left: initial;
    right: 3px;
    font-size: 11px;
}

.c_slider2{
    top: 0px;
    left: 0px;
    padding: 9px;
    background: rgba(0, 0 , 0, 0.23);
    backdrop-filter: saturate(180%) blur(9px);
    -webkit-backdrop-filter: saturate(180%) blur(9px);
    display: none;
}

.table_slider2 {
    border-spacing: 0px;
    border-collapse: collapse;
    left: 0px;
    top: 0px;
}

.td__slider2 {
    vertical-align: middle;
    text-align: center;
}

.td__slider2 img {
    max-height: 100%;
    width: 100%;
    max-width: 900px;
    border: 0px solid #f5e4d5;
    background: none;
    -webkit-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
}

.zoom{
    width: 45px;
    height: auto;
    left: initial;
    bottom: 18px;
    right: 13px;
    background: rgb(0 0 0 / 31%);
}

.zoom:hover{
    background: rgb(0 0 0 / 50%);
}

/* FIN VISOR */




/* PESTANAS */
.c_pestana{
    height: auto;
    border-bottom: none;
    background: #c7c7c7;
    padding: 2px 2px 0px 2px;
}

.c_contenido_pestana{
    height: auto;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    background: #e1e0e0;
}

.pestana{
    height: 100%;
    min-width: 180px;
    background: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    margin-right: 3px; 
}

.contenido_pestana{
    height: auto;
    min-height: 180px;
    display: none;
    
}

.pestana_seleccinada{
    background: #dfdfdf;
    border-bottom: none;
    font-weight: bold;
}

.pestana_contenido_seleccinada{
    display: block !important;
}

/* FIN PESTANAS */

.td_caracteristicas{
  width: 110px;
}

.mapa_google {
    height: 230px;
    overflow: hidden;
    border: 2px solid #125b80 !important;
}


/* ETAPA CARRITO */

.cc_etapa_carrito {
    width: auto;
    height: 50px;
    margin: auto;
    position: absolute;
    right: 28px;
    top: 11px;
}

.etapa_carrito {
    width: 50px;
    height: 50px;
    border: 1px solid #d5d5d5;
    text-align: center;
    background: lightgrey;
    color: #9f9f9f;
    padding-top: 14px;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    position: relative;
    z-index: 2;
    margin-left: 9px;
}

.etapa_seleccionada {
    background: #464646;
    color: white;
}

.barra_etapa_carrito{

    width: 100%;
    height: 5px;
    text-align: center;
    background: lightgrey;
    position: absolute;
    top: 23px;
    -webkit-border-radius: 3px;
    -ms-border-radius:  3px;
    border-radius: 3px;

}


/* fin ETAPA CARRITO */

/*  CARRITO */
.c_boton_carrito_contador {
    height: 25px;
    width: 25px;
    top: 3px;
    right: 3px;
    left: initial;
    background: red;
    padding: 6px 3px;
    color: white;
}

#precio_boton_carrito {
    height: auto;
    width: 90%;
    top: initial;
    bottom: 3px;
    right: 3px;
    left: initial;
    background: #0dac00;
    padding: 0px 0px;
    color: white;
    font-size: 10px;

}

.cc_carga_individual{
    
    position: absolute;
bottom: 0px;
right: 0px;
height: 100%;
width: 100%;
background: white;
/* border: 2px solid #f78427; */
display: none;

}

.c_carga_individual{
float: right;
width: 100%;

}

.c_carga_individual img{
width: 27px;

}
.cc_cantidad_y_agregar {
    border: 0px solid red;
    width: 90px;
}

.c_boton_agregar_a_carrito {
    width: 42px;
    height: 39px;
    padding: 9px;
}

.c_boton_agregar_a_carrito img {
    width: 100%;
}

.c_cantidad_producto {
    height: 39px;
    width: 38px;
    margin: auto 3px;
    text-align: center;

}

.gif_en_carrito {
    background: white;
    top: 0;
    
}


.cc_producto_carrito {
    padding: 9px;
    padding-bottom: 60px;
    padding-right: 45px;
    margin-bottom: 19px;
}



.c_img_producto_carrito {
    top: 0;
    width: 90px;
    height: auto;
}

.texto_producto_carro {
    text-align: left;
}

.en_el_carrito {
    width: 20px;

}

.c_eliminar_producto {
    top: 9px;
    left: initial;
    right: 9px;
    width: 36px;
    height: 36px;
    border: 1px solid red;
    cursor: pointer;
    
}

.cc_cps {
    bottom: 0px;
    height: 42px;
    padding-right: 3px;
}

.etiquetilla {
    bottom: 52%;
    width: 100%;
    font-size: 9px;
}

.c_total_producto_carro, .c_precio_producto_carro {
    height: 100%;
    width: 64px;
    font-size: 9px;
    padding: 18px 0px 0px 0px;
}

.sumar_un_producto, .restar_un_producto{
    width: 40px;
    height: 100%;
    padding: 5px 0px;
    color: white;
    font-size: 25px;

}

.c_total_CARRO_valor {
    width: 180px;
    color: red;
    font-weight: bold;
    font-size: 18px;
}

.boton_siguiente_carrito {
    width: 180px;
    text-transform: uppercase;
}

.sin_productos_carro {
    height: 270px;
}



/*  FIN CARRITO */



.barra_superior_especial {
    height: 34px;
    padding: 11px;
    padding-left: 43px;
}

.bse2{
    font-size: 11px;
}

.boton_bse{
    top: -9px;
    left: initial;
    right: 0px;
}

.barra_superior_especial img {
    height: 100%;
    top: 0;
}

.table_caracteristicas td{
    font-size: 9px;
}

.menu_deslisable{
    top: 100%;
    left: 0px;
    width: 100%;
    height: auto;
    min-height: 90px;
    display: none;
    border-top: none;
}

.link_activo {
    background: #0f5478;
}

.monto_a_pagar{
    font-size: 27px;
    color: black;
}

.monto_a_pagar div{
    font-size: 13px;
    color: black;
    font-weight: normal;
    margin-bottom: 9px;
}

.boton_pagar_wp:hover{
    border: none;
}


.titulo_paso {
    padding: 5px 0px;
    font-size: 22px;
    border-bottom: none;
    color: #5d5d5d;
    font-family: 'Roboto Condensed', sans-serif;
}

.c_numero_paso{
    height: 118px;
    width: 118px;
    overflow: hidden;
    text-align: center;
    font-size: 130px;
    background: #e7e7e7;
    margin: auto;
    margin-bottom: 18px;
}

.c_numero_paso2{
    height: 118px;
    width: 118px;
    overflow: hidden;
    text-align: center;
    font-size: 130px;
    background: #e7e7e7;
    margin: auto;
    margin-bottom: 18px;
}

/* ACTIVADOR GENERAL */

.activar_photo {
    width: auto;
    height: auto;
    z-index: 1;
}

.etiqueta_portada{
    font-size: 9px;
    padding: 11px;
    color: #525252;
}


.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 */


.costo_envio{
    color: #088300;
    left: initial;
    top: initial;
    right: 16px;
    bottom: 9px;
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    text-align: center;
}

.sin_stock{
    color: red;
    text-align: center;
    padding: 11px 0px;
    border: 1px solid red;
    height: 39px;
    font-size: 13px;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* BUSCAR */

.cc_boton_buscar{
    
    height: 100%;
    width: 60px;
    padding: 14px 14px;
    cursor: pointer;


}

.cc_boton_buscar:hover{
    background: rgb(255 255 255 / 13%);
}

.cc_boton_buscar img{
    float: left;
    width: 100%;
    height: 100%;
}

.c_boton_buscar {
    position: absolute;
    right: -82px;
    top: 115%;
    width: auto;
    min-width: 264px;
    height: auto;
    background: #fffffff7;
    z-index: 1;
    display: none;
    padding: 18px;
}


.boton_buscar{
    width: auto;
    height: auto;
    float: right;
    padding: 9px 18px;
    color: white;
    border: 0px solid rgb(248, 248, 248);
}


.img_form_buscar_2{
    width: 50px;
    height: 36px;
    padding: 8px;
    left: inherit;
    right: 0px;
    bottom: 8px;
    cursor: pointer;
}

.input_buscar{
    padding-right: 60px;
}


/* FIN BUSCAR */


.tabla_comprobante{
    border-spacing: 0px;
    border-collapse: collapse;
}

.tabla_comprobante td{
    padding: 9px 3px;
}

.c_boton_cotizar_A{
    padding: 9px;
}

.c_p_descuento {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 9px;
    background: red;
    color: white;
    -webkit-border-radius: 33px;
    -ms-border-radius: 33px;
    border-radius: 33px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.c_p_descuento span {
    float: left;
    width: 100%;
    text-align: center;
    background: red;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
}


/* INFORGRAFIA */

.cc_ci {
    border: 3px solid #1892a0;
    height: auto;
    min-height: 90px;
    margin-bottom: 45px;
}

.ci_titulo {
    padding: 23px 9px 0px 9px;
    color: #08646f;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.ci_texto {
    padding: 9px;
    height: auto;
    font-size: 12px;
}

.ci_numero {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -36px;
    left: 10px;
    color: white;
    background: #316e75;
    font-size: 28px;
    padding: 9px;
}

.numero_R{
    left: initial;
    right: 10px;

}

.infografia_AA, .infografia_CC{
 width: 25%;
 padding-top: 45px;
}

.infografia_BB {
    width: 50%;
    padding: 0px 45px;
}
.infografia_BB img{
    width: 100%;
}



/* FIN INFORGRAFIA */