@charset "UTF-8";
@import url("normalize.css");
@import url("fuentes.css");
*{
margin: 0;
padding: 0;
outline: none;
list-style: none;
text-decoration: none;
}
/*Estilos generales del cuerpo*/
.fondo_img_color{
background-size: 100%;
}
body
{
margin: 0 auto;
width: 100%;
background: #fff;/*Color del fondo de la pagina Web*/
font-family: 'Montserrat', sans-serif;
}
/* Estilos Placeholder */
::-webkit-input-placeholder { color: #bbb; font-size: 1em; }
::-moz-placeholder { color: #bbb; font-size: 1em; } /* firefox 19+ */
:-ms-input-placeholder { color: #bbb; font-size: 1em; } /* ie */
input:-moz-placeholder { color: #bbb; font-size: 1em; }
input:-ms-placeholder { color: #bbb; font-size: 1em; }
::-webkit-textarea-placeholder { color: #bbb; font-size: 1em; }
::-moz-placeholder { color: #bbb; font-size: 1em; } /* firefox 19+ */
:-ms-textarea-placeholder { color: #bbb; font-size: 1em; } /* ie */
textarea:-moz-placeholder { color: #bbb; font-size: 1em; }
textarea:-ms-placeholder { color: #bbb; font-size: 1em; }
::-webkit-select-placeholder { color: #bbb; font-size: 1em; }
::-moz-placeholder { color: #bbb; font-size: 1em; } /* firefox 19+ */
:-ms-select-placeholder { color: #bbb; font-size: 1em; } /* ie */
select:-moz-placeholder { color: #bbb; font-size: 1em; }
select:-ms-placeholder { color: #bbb; font-size: 1em;}
/* Estilos Placeholder */
/*Se definen los estilos para los titulos*/
h1, h2, h3, h4,h5
{
margin: 0;
padding: 0;
}
h1{
text-align: left;
color: #000;
font-size: 1.6em;
margin: 0 0 10px 0;
font-weight: 600;
text-transform: uppercase;
}
h2{
font-size: 1.4em;
color: #333;
font-weight: 400;
text-align: left;
margin: 0 0 10px 0;
}
h3{
/*se le definen estilos unicos para cada h3*/
font-weight: 300;
text-align: left;
font-size: 1.2em;
color: #999;
margin: 0 0 5px 0;
}
h4{
/*se le definen estilos unicos para cada h4*/
font-weight: 300;
}
h5{
/*se le definen estilos unicos para cada h5*/
font-weight: 300;
}
p{
font-weight: 100;
margin: 0;
font-size: 0.9em;
line-height: 1.5em;
text-align: justify;
color: #a7a7a7;
}
form{
position: relative;
}
span{
font-weight: 400;
margin: 0;
font-size: 1em;
line-height: 1.4em;
text-align: justify;
color: 000;
font-family: 'Open Sans', sans-serif;
}
/* Se definen los estilos generales para los campos de los formularios*/
input[type="text"], input[type="password"], input[type="email"], textarea
{
    background: #fff;
    margin: 0;
    padding: 13px 11px;
    width: 100%;
    color: #444;
    font-size: 1em;
    text-align: left;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
}
/* se define el estilo para los campos cuando se pasa sobre estos*/
input[type="text"]:hover,
input[type="password"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:hover,
textarea:hover {
border: 1px solid #e7e7e7;
}
/* se define el estilo para los campos cuando se esta activo el campo*/
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
textarea:focus, input[type="radio"]:focus,
input[type="checkbox"]:focus{
outline: 0;
border: 1px solid #e7e7e7;
}
select{
    background: #fff;
    margin: 0;
    padding: 13px 11px;
    width: 100%;
    color: #444;
    font-size: 1em;
    text-align: left;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
}
select:focus{
outline: 0;
}
/* Fin se definen los estilos generales para los campos de los formularios */
/* Se definen los estilos para los contenedores principales*/
.cont_pagina /*Fondo general*/{
position: relative;
width: 100%;
}
.cont_header /*Contenedor del encabezado */	{
padding:0;
width: 100%;
background:#fff;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

.cont_header .pre_header{
background: #000;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 0.75% 8% 0.75% 8%;
margin: 0% 0% 0% 0%;
}
.cont_header .pre_header .pre_2{
    flex-grow: 1;
    width: 69%;
    flex-wrap: wrap;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.cont_header .pre_header .pre_2 .txt_info1{
font-size: 0.8em;
    color: #FFF;
    margin: 0;
    padding: 0% 0% 0% 4%;
    position: relative;
    flex-grow: 1;
}
/*.cont_header .pre_header .pre_2 .txt_info1:before{
content: "";
width: 1px;
height: 15px;
background: #FFF;
position: absolute;
right: 0;
top: 0px;
}*/
.pre_header .pre_tamaño{
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;   
}
.cont_header .cont_hd{
    padding: 0.5% 5% 0.5% 8.2%;
    margin: 0% auto 0% auto;
    max-width: 1366px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
/*ESTILOS DESCRIPCION PAGINAS*/
.decrip_02{
width: 100%;
display: inline-block;
position: relative;
}
.decrip_02 h1{
display: inline-block;
text-align: left;
color: #000;	margin: 0 0 10px 0;
}
.decrip_02 img{
display: inline-block;
width: 50%;
margin:0 0 1.5% 1.5%;
vertical-align: top;
float: right;
}
/*ESTILOS DESCRIPCION PAGINAS*/
/*======================== Contenedor Contendor_cuerpo general============================================================*/
.cont_cuerpo_general  /* Contenedor principal */
{
width: 80%;
margin: 0 auto;
background: #ffffff;
padding: 2% 0 4% 0;
box-sizing: border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
.cont_cuerpo_general .decrip_02
{
width: 100%;
margin: 0;
background: #ffffff;
display: none;
box-sizing: border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
.cont_cuerpo_general .decrip_02 ul
{
margin: 0;
padding: 0;
}
.cont_cuerpo_general .decrip_02 li
{
list-style: none;
}
.cont_cuerpo_general .decrip_02 .cont_video{
width: 100%;
margin: 0% 0% 2% 0%;
}
.cont_qs{
text-align: center;
background: url(../images/fondo-inyectar-quienes-somos.jpg) no-repeat 0% 65%;
background-size: cover;
padding: 5% 0% 3% 0%;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
background-attachment: fixed;
margin: -4% 0% 5% 0%;
}
.cont_qs .txt_index ul li h1{
color: #FFF;
margin: 0% 0% 4.5% 0%;
}
.cont_qs .txt_index ul li h1:before {
content: "";
bottom: -55%;
background: #FFF;
}
.cont_qs .txt_index ul li p{
    color: #FFF;
    margin: 0% auto 3%;
    width: 72%;
    text-align: center;
    font-size: 0.96em;
}
.cont_qs .txt_index ul li .btn_general{
border: 1px solid #131313;
background: #131313;
}
.cont_qs .txt_index ul li .btn_general:hover{
border: 1px solid #373737;
background: #373737;
color: #fff;
}
/*======================== Fin del contendor_cuerpo general1============================================================*/
/*======================== Contenedor superior 1============================================================*/
.cont_superior_1 /* Contenedor principal */{
width: auto;
margin: 0 auto;
background: #fff;
padding: 3% 0 1% 0;
box-sizing: border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
.cont_superior_1 .txt_index{
width: 70%;
margin: 0 auto;
box-sizing: border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
.cont_superior_1 .txt_index ul{
margin: 0;
padding: 0;
}
.cont_superior_1 .txt_index ul li{
list-style: none;
}
.cont_superior_1 .txt_index ul li h2{
color: #FFCC9A;
text-align: center;
font-weight: 600;
margin: 0 0 4% 0;
}
.cont_superior_1 .txt_index ul li h1{
text-align: center;
color: #131313;
margin: 0% auto 4% auto;
font-size: 2em;
padding: 0 0 7px 0;
text-transform: uppercase;
letter-spacing: 0.1em;
position: relative;
}
.cont_superior_1 .txt_index ul li p{
text-align: justify;
color:#FFF;
line-height: 1.4em;
}
.cont_superior_1 .txt_index ul li .cont_video{
width: 100%;
margin: 0% 0% 2% 0%;
}

.cont_bus{
padding: 0% 0%;
background: #F5F5F5;
}
/*======================== Fin del contenedor superior 1============================================================*/
/*======================== Contenedor superior 2============================================================*/
.cont_superior_2 /* Contenedor principal */
{
width: auto;
margin: 0 auto;
background: #ffffff;
padding: 2% 0 2% 0;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_superior_2 .txt_index
{
width: 100%;
margin: 0;
background: #ffffff;
box-sizing: border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
.cont_superior_2 .txt_index ul
{
margin: 0;
padding: 0;
}
.cont_superior_2 .txt_index ul li
{
list-style: none;
}
.cont_superior_2 .txt_index ul li p{
    text-align: center;
    width: 80%;
    margin: 0 auto 3%;
    font-size: 0.98em;
}
.cont_superior_2 .txt_index ul li .cont_video{
width: 100%;
margin: 0% 0% 2% 0%;
}
.txt_index ul li h1{
text-align: center;
color: #131313;
margin: 0% auto 4% auto;
font-size: 2em;
padding: 0 0 7px 0;
text-transform: uppercase;
letter-spacing: 0.1em;
position: relative;
}
.txt_index ul li h1:before{
content: "";
width: 7%;
height: 6px;
background: #131313;
position: absolute;
bottom: -45%;
left: 50%;
transform: translateX(-50%);
}
.txt_index ul li h2{
text-align: center;
color: #131313;
margin: 4% auto 4% auto;
font-size: 2em;
padding: 0 0 7px 0;
text-transform: uppercase;
letter-spacing: 0.1em;
position: relative;
}
.txt_index ul li h2:before{
content: "";
width: 7%;
height: 6px;
background: #131313;
position: absolute;
bottom: -45%;
left: 50%;
transform: translateX(-50%);
}


section#cont_principal .txt_index ul li h1{
text-align: left;
color: #424443;
margin: 1.5% auto 4% auto;
font-size: 1.8em;
padding: 0 0 7px 0;
text-transform: uppercase;
letter-spacing: 0.1em;
position: relative;
}
section#cont_principal .txt_index ul li h1:before{
content: "";
width: 6%;
height: 5px;
background: #424443;
position: absolute;
bottom: -25%;
left: 3%;
}
section#cont_principal .txt_index p{
margin: 10px 0;
}
section#cont_principal .txt_index h3{
color: #F0CC80;
font-size: 1.3em;
font-weight: 500;
margin-top: 35px;
}
section#cont_principal .txt_index h3:first-child{
margin-top: 0px;
}
section#cont_principal .txt_index h4{
color: #424443;
font-weight: 500;
font-size: 1.1em;
}

.cont_ld section#cont_principal section h2{
text-align: left;
color: #424443;
margin: 0% auto 4% auto;
font-size: 1.8em;
padding: 0 0 7px 0;
text-transform: uppercase;
letter-spacing: 0.1em;
position: relative;
}
.cont_ld section#cont_principal section h2:before{
content: "";
width: 6%;
height: 5px;
background: #424443;
position: absolute;
bottom: -25%;

}

.cont_ld section#cont_principal section h3{
    color : #f0cc80;
    margin: 15px 0px;
    font-size: 1.5em;
}
.cont_ld section#cont_principal section p{
    margin-bottom: 17px;
}
.cont_ld section.cont_tamanog aside{
    margin-top: 4%;
    width: 26%;
}
.cont_ld section.cont_tamanog aside article p{
    font-size: 0.8em;    
}
.cont_ld aside .btn_derecha{
    text-align: center;
}
.cont_ld section.cont_tamanog aside #frm_1{
    background: whitesmoke;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 10px;
    
}
.cont_ld section.cont_tamanog aside article input[type="text"], 
.cont_ld section.cont_tamanog aside article input[type="password"], 
.cont_ld section.cont_tamanog aside article input[type="email"], 
.cont_ld section.cont_tamanog aside article textarea{
    background: #fff;
}

.cont_ld section.cont_tamanog aside article h2{
color: #f0cc80;
text-transform: capitalize;
background: url(images/icon.png) no-repeat 0%;
background-size: contain;
padding: 1.5% 0% 1.5% 12%;
line-height: 0.9em;
font-weight: 100;
font-size: 1.3em;
}


.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m{
padding: 0 0px !important;    
}
.addthis_32x32_style .addthis_counter.addthis_bubble_style a.addthis_button_expanded, .addthis_32x32_white_style .addthis_counter.addthis_bubble_style a.addthis_button_expanded {
font-size: 1.5pc !important;
color: #c7c7c7 !important;
}
/*======================== Fin del contenedor superior 2============================================================*/
/*======================== Contenedor Contendor inferior1============================================================*/
.cont_inferior_1  /* Contenedor principal */
{
width: auto;
margin: 0 auto;
background: #ffffff;
padding: 0px;
box-sizing: border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
.cont_inferior_1 .txt_index
{
width: 100%;
margin: 0;
background: #ffffff;
box-sizing: border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
.cont_inferior_1 .txt_index ul
{
margin: 0;
padding: 0;
}
.cont_inferior_1 .txt_index ul li
{
list-style: none;
}

.cont_inferior_1 .txt_index ul li .cont_video{
width: 100%;
margin: 0% 0% 2% 0%;
}
/*======================== Fin del Contendor inferior 1============================================================*/
/*======================== Contenedor Contendor inferior 2============================================================*/
.cont_inferior_2  /* Contenedor principal */
{
width:auto;
margin: 0 auto;
background: #fff;
padding: 3% 0 0 0;
box-sizing: border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
.cont_inferior_2 .txt_index
{
width: 80%;
margin: 0 auto;
box-sizing: border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
.cont_inferior_2 .txt_index ul
{
margin: 0;
padding: 0;
}
.cont_inferior_2 .txt_index ul li
{
list-style: none;
}
.cont_inferior_2 .txt_index ul li h1{
text-align: center;
color: #666;
margin: 0 auto 3% auto;
border-bottom: 1px solid #c22126;
width: 14%;
font-size: 1.8em;
padding: 0 0 7px 0;
text-transform: uppercase;
}
.cont_inferior_2 .txt_index ul li img
{
width: 24%;
float: left;
margin-right: 2%;
}
.cont_inferior_2 .txt_index ul li p
{
line-height: 1.6em;
}
.cont_inferior_2 .txt_index ul li .cont_video{
width: 100%;
margin: 0% 0% 2% 0%;
}
.cont_videos_index .bloque_index{
display: inline-block;
width: 31.7%;
margin: 0% 2% 2% 0;
vertical-align: top;
}
.cont_videos_index .bloque_index a h2{
text-align: center;
}
.cont_videos_index .bloque_index:last-child{
margin: 0% 0% 2% 0;
}
/*======================== Fin del contendor cont_inferior_2============================================================*/
.cont_cuerpo_general_pago1  /* Contenedor principal */
{
width: 80%;
margin: 0 auto;
background: #ffffff;
padding: 2% 0 4% 0;
box-sizing: border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
/* =================================================================================*/
.cont_footer /* Contenedor inferior */
{
width: 100%;
margin: 0% 0 0 0;
border-top: 10px solid rgb(254, 242, 191);
background: rgba(255,255,255,1);
}
section#cont_principal /* Contenedor del contenido izquierdo */
{
    padding: 0;
    width: 65%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    flex-grow: 1;
}

aside{
    width: 23%;
    margin: 0;
    padding: 0;
    height: auto;
    flex-grow: 1;
}
aside.lateral .buscador form header .buscador input[type="submit"], .btn_buscar_lat{
vertical-align: middle;
background: url(../images/buscar.png) #777 no-repeat 50%;
border: 0;
margin: 0;
padding: 0;
position: absolute;
max-width: 100%;
height: 100%;
width: 38px;
top: 0;
right: 0;
}
.btn_buscar_lat{
margin: 0!important
}
/* Fin se definen los estilos para los contenedores principales*/
/* --------------------------------------- CONTENEDOR DEL HEADER 3 TIPOS --------------------------------------- */
header{
text-align: left;
position: relative;
margin: 0 auto;
padding: 0px;
width: 100%;
box-sizing:border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
header .cont_header_interior{
width: 92%;
margin: 0 auto;
padding: 0;
overflow:hidden;
}
/* logo encabezado*/
header .logo_encabezado{
    margin: 0;
    width: 12%;
    flex-grow: 1;
}
/* fin logo encabezado*/
header .centro_header{
flex-grow: 1;
    width: 88%;
}
/* Buscador encabezado */
header .buscador{
display: inline-block;
vertical-align: middle;
width: 35%;
position: relative;
margin: .5% 0;
}
header  .buscador input[type="text"]{
display: inline-block;
*display: inline-block;
width: 100%;
position: relative;
}
header .buscador input[type="submit"]{
vertical-align: middle;
background: url(../images/buscar.png)#777 no-repeat 50%;
border:0;
margin: 0;
padding: 0;
position: absolute;
max-width: 100%;
height: 100%;
width: 38px;
top: 0px;
right: 0px;
}
/*fin buscador encabezado*/
/*redes sociales encabezado*/
header  .redes h2{
    font-size: 0.8em;
    color: #FFF;
    margin: 0;
}
header	.redes ul{
    list-style: none;
    margin: 0 3%;
    padding: 0;
}
header .redes li{
display: inline-block;
margin: 0;
width: 55%;
vertical-align: middle;
}
header .redes img {
    width: 19px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
header .redes li  a img:hover {
    opacity: 0.8;
/*-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}
/*fin redes sociales encabezado*/
/*MENU HEADER*/
.menu_header{
width: 100%;
margin: 0.5% 0;
}
.menu_header ul{
width: 100%;
margin:1% 0;
padding: 0;
}
.menu_header ul li{
list-style: none;
display: inline-block;
_display: inline;
*display: inline;
}
.menu_header ul li a{
display: block;
padding:2px 5px 2px 0;
color: #999;
text-transform: uppercase;
border-right: 1px solid #E9E5E5;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.menu_header ul li:last-child a{
border-right: none;
}
/*MENU HEADER*/
/* --------------------------------------- Contenedor header --------------------------------------- */
/* ----------------------------------------- Menú superior ----------------------------------------- */
.menu_superior /*Color de fondo y posicion*/{
padding: 0;
margin: 0 auto;
width: 100%;
z-index: 1000;
text-align: center;
}
.menu_superior .menu{
list-style:none;
text-align:right;
margin:0 auto;
padding: 0;
width: 100%;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.menu_superior  li{
display: inline-block;
margin: 0 0 0 0px;
position:relative;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
position: relative
}
/*
.menu_superior  li:before{
content: "";
width: 4px;
height: 4px;
right: 0%;
top: 19px;
position: absolute;
background: #fff;
border-radius:50%;
}
*/
.menu_superior  li:nth-child(3) a{
padding: 12px 42px 12px 13px !important;
    background: url(../images/fl-ico.png) 87% 50% no-repeat !important;
    background-size: 19px !important;
}
.menu_superior  li ul{
background: rgb(255, 255, 255);
padding: 53px 0 0 0;
width: 314px;
}
.menu_superior  li ul li:hover a{
color: #f0cc80;
}
.menu_superior  li ul li:before{
content: "";
display: none;
}
.menu_superior  li:nth-child(3) ul li a{
background: none;    
}
.menu_superior  li:last-child:before{

}
.menu_superior  a /*estilos fuente del menu superior*/{
color: #000;
display: block;
padding: 12px 13px 12px 13px;
font-size: .85em;
text-transform: uppercase;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
font-weight: 500;
letter-spacing: 0.07em;
}

.menu_superior  li:last-child a{
border: 0;
}
.menu_superior  li:hover a /*hover fuente del menu superior*/{
color:#000;
}
.menu_superior  li:before{
content: "";
width: 0%;
height: 6px;
background: #f0cc80;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
position: absolute;
bottom: -6px;
left: 50%;
transform: translateX(-50%);
z-index: 1111;
}
.menu_superior  li:hover:before {
content: "";
width: 100%;
height: 6px;
background: #f0cc80;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
/*estilo menu despegable*/
.menu_superior .menu ul li a{color: #000; padding: 2px 10px; border-bottom:1px solid #ddd}
.menu_superior .menu ul li a, li.menuhover li a, li.menuhover li.menuhover li a { display:block; height:auto;text-transform: uppercase;line-height: 26px;}
.menu_superior .menu ul li a:hover, li.menuhover li a:hover, li.menuhover li.menuhover li a:hover {color:#fff; display: block;}
.menu_superior .menu ul li	{display: block;min-width: 210px;margin-left: 0;border-right:none;padding: 0; position: relative;}
/*Fin estilo menu despegable*/
/* ----------------------------------------- Menú superior ----------------------------------------- */
/* ----------------------------------------- Menú inferior ----------------------------------------- */
.menu_inferior /*Fondo menu inferior*/{
box-shadow: 0px 2px 8px #555;
text-align: center;
margin:  0;
z-index: 9999999;
background: #888;
width: 100%;
}
.menu_inferior ul /*Contenedor menu inferior*/{
margin: 0 auto;
padding: 0;
width: 80%;
}
.menu_inferior ul li /*Lista de menu inferior*/{
display: inline-block;
*display: inline;
}
.menu_inferior a /*Estilo fuente menu inferior*/{
padding: 10px 15px;
display: block;
color: #fff;
text-decoration: none;
text-transform: uppercase;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.menu_inferior ul li a:hover /*hover fuente de menu inferior*/{
background: #555;
color: #fff;
}
/* ----------------------------------------- Menú inferior ----------------------------------------- */
/* ----------------------------------------- Botón general ----------------------------------------- */
.btn_general /*Estilo boton genereal btn_nav_pttp*/{
color: #fff;
border: 1px solid #F0CC80;
background: #F0CC80;
margin: 1% 0 !important;
    padding: 10px 15px;
display: inline-block;
font-weight: 400;
text-transform: uppercase;
font-size: 0.75em;
letter-spacing: 0.15em;
border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn_general:hover /*Fondo y color de letra cuando el cursor esta sobre el botón*/{
border: 1px solid #000;
background: #000;
color: #fff;
}
/* ----------------------------------------- Botón general ----------------------------------------- */
/*  ---------------------------------------- BOTÓN VER MÁS ----------------------------------------- */
.ver_mas
{
width: 100%;
margin: 0;
padding: 0;
text-decoration: none;
color: #0BB9D3 !important;
}
/*  ----------------------------------------- BOTÓN VER MÁS ----------------------------------------- */
/* ------------------------------------ Botón solicitar servicio ------------------------------------ */
.btn_solicitar{
background: #777 ; /*Color de fondo*/
width: 100%;
padding:10px 30px;
/* Bordes redondeados */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
/* Bordes redondeados */
/* Sombra exterior */
-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.5);
box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.5);
/* Fin sombra exterior */
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.btn_solicitar:hover /*Fondo y color de letra cuando el cursor esta sobre el botón*/{
background:#999;
color: #fff;
}
.btn_solicitar.active /*Fondo y color de letra cuando el cursor esta sobre el botón*/{
background:#999;
color: #fff;
}
.agrupar_campos fieldset{
padding: 0.35em 0em 0.75em;    
}
/* ------------------------------------ Botón solicitar servicio ------------------------------------ */
/* BOTONES CON CAPAS*/
ul.tabs {padding: 0; margin: 0 0 10px 0;display: inline-block;*display: inline-block;vertical-align: top;width: 100%;}
ul.tabs li {list-style: none; display: inline-block;*display: inline-block; max-width:100%;}
ul.tabs li a {display: block;}
/* BOTONES CON CAPAS*/
/* ------------------------------------ Botónes zona privada ------------------------------------ */
/* Botones con capa - Zona privada */
.cont_zona ul.tabs {background:#FFF; padding: 0; margin: 0; text-align: left; margin: 10px 0;}
.cont_zona ul.tabs li {list-style: none; display: inline-block;*display: inline-block; max-width:100%;}
.cont_zona ul.tabs li:last-child { margin: 0;}
.cont_zona ul.tabs li a {background: #f0cc80; list-style: none;  display: block; text-decoration: none; color: #FFF;padding: 10px 29.8px; border:none;     border-radius: 4px;}
.cont_zona ul.tabs li a:hover  { color: #FFF;background: #d8ba7c;}
.cont_zona ul.tabs li a:active  {background-color: #d8ba7c ;color: #fff;border: none;}
.cont_zona ul.tabs li a:focus  {border: none;}
/* ------------------------------------ Botónes zona privada ------------------------------------ */
/* --------------------------------------- Contenedor lateral --------------------------------------- */
/* Redes sociales lateral*/
aside .redes /* Contenedor redes sociales en el lateral*/{
width: 100%;
margin: 0 0 10px 0 ;
display: inline-block;
_display:inline-block;
*display: inline-block;
text-align: left;
vertical-align: middle;
background: #f3f3f3;
padding: 10px;
/* Bordes redondeados
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
Fin bordes redondeados */
/* Sombra externa
-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:1px 1px 4px 0px rgba(50, 50, 50, 0.5);
box-shadow:1px 1px 4px 0px rgba(50, 50, 50, 0.5);
/Fin sombra externa */
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
aside .redes h2{
color: #3898AA;
text-align: center;
}
aside .redes ul{
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
aside .redes li{
display: inline-block;
*display: inline-block;
margin: 0 5px;
max-width: 16%;
}
aside .redes li a img {
/*filter: url('#grayscale');
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: Gray();
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}
aside .redes li a img:hover {
/*-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}
/* Fin redes sociales lateral*/
/* BUSCADOR EN EL LATERAL DEL CMS */
aside .cms_buscador{
display: inline-block;
*display: inline-block;
vertical-align: middle;
width: 100%;
text-align: center;
margin-bottom: 15px;
background: #03A7B1;
padding: 10px;
/* Bordes redondeados
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
Fin bordes redondeados */
/* Sombra externa
-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.5);
box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.5);
Fin sombra externa */
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
aside .cms_buscador h2{
text-align: center;
}
aside .cms_buscador ul{
list-style: none;
margin: 0;
padding: 0;
}
aside .cms_buscador ul li{
display: inline-block;
*display: inline-block;
vertical-align: middle;
}
aside .cms_buscador input[type="text"]{
display: inline-block;
*display: inline-block;
vertical-align: middle;
width: 81%;
padding: 5px;
margin: 0;
left: 3px;
position: relative;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
aside .cms_buscador input[type="submit"]{
display: inline-block;
*display: inline-block;
vertical-align: middle;
background: url(../images/buscar.png) no-repeat 8px;
border:0;
margin: 0;
padding: 5px 20px;
max-width: 100%;
color: #ffffff;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
/* BUSCADOR EN EL LATERAL DEL CMS */
/*  MENU VERTICAL  */
aside .menu_vertical
{
display: inline-block;
*display: inline-block;
width: 100%;
margin: 0 0 20px 0;
/* Bordes redondeados */
/*-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;*/
/* Fin bordes redondeados */
/* Sombra externa */
/*-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:1px 1px 4px 0px rgba(50, 50, 50, 0.5);
box-shadow:1px 1px 4px 0px rgba(50, 50, 50, 0.5);*/
/* Fin sombra externa */
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
aside .menu_vertical ul{
width: 100%;
margin: 0;
padding: 0;
list-style: none;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
aside .menu_vertical ul li{
display: inline-block;
*display: inline-block;
width: 100%;
margin: 0;
padding: 5px;
border-bottom: 1px solid #ececec;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
aside .menu_vertical ul li:last-child{
border: none;
}
aside .menu_vertical ul li:hover{
background: #eee;
}
aside .menu_vertical h2{
display: inline-block;
*display: inline-block;
text-align: left;
color: #3898AA;
margin: 0;
}
/* --------------------------------------- Contenedor header --------------------------------------- */
/* ----------------------------------------- Menú lateral ----------------------------------------- */
nav.menu_lateral{
background: #FFF;
text-align: left;
margin: 0 0 20px 0;
padding: 10px;
border: 1px solid #eee;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
nav.menu_lateral ul{
margin: 0 !important;
padding: 0;
list-style: none;
margin: 5px 0;
}
nav.menu_lateral ul:last-child a{
border: 0;
}
nav.menu_lateral a{
padding: 5px 10px;
background: #fff;
display: block;
color: #777;
margin:0;
text-decoration: none;
border-bottom: 1px solid #eee;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
nav.menu_lateral a:hover{
background:  #bbb;
color: #fff;
}
/* ----------------------------------------- Menú lateral ----------------------------------------- */
/* -------------------------------------- Contenido inferior -------------------------------------- */
.cont_inferior{
padding: 0 0 0 0;
display: inline-block;
width: 100%;
margin: 30px 0 0 0;
}
.cont_inferior h2{
margin-bottom: 10px;
color: #000;
}
.cont_inferior h3{
line-height: 20px;
margin: 0 0 5px 0;
color: #3A8F42;
}
.cont_inferior p{
line-height: 15px;
margin: 0 0 10px 0;
text-align: left;
color: #000;
}
.cont_inferior ul{
margin: 0 auto ;
width: 100%;
display: block;
vertical-align: top;
padding: 0;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_inferior li{
display: inline-block;
*display: inline-block;
vertical-align: top;
position: relative;
width: 32%;
list-style: none;
margin:0 5px ;
}
.cont_inferior ul li:last-child{
margin: 0;
}
.cont_inferior img{
max-width: 100%;
border: none;
margin: 0 0 5px 0;
}
.cont_inferior div{
display:inline-block;
*display: inline-block;
vertical-align: top;
width: 60%;
padding: 20px;
box-sizing:border-box;
o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
/* -------------------------------------- Contenido inferior -------------------------------------- */
.cont_destacados{
padding: 0 0 0 0;
display: inline-block;
width: 100%;
margin: 30px 0 0 0;
}
.cont_destacados h2	{
margin-bottom: 10px;
color: #000000;
}
.cont_destacados h3{
line-height: 20px;
margin: 0 0 5px 0;
color: #3898AA;
}
.cont_destacados h3:hover{
color: #000;
}
.cont_destacados p{
line-height: 15px;
margin: 0 0 10px 0;
text-align: left;
color: #000000;
}
.cont_destacados ul	{
margin: 0 auto ;
width: 100%;
display: block;
vertical-align: top;
padding: 0;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_destacados li	{
display: inline-block;
*display: inline-block;
vertical-align: top;
position: relative;
width: 31.5%;
list-style: none;
margin:0 10px 0 0 ;
}
.cont_destacados ul li:last-child{
margin: 0;
}
.cont_destacados img{
max-width: 100%;
border: none;
margin: 0 0 5px 0;
}
.cont_destacados div{
display:inline-block;
*display: inline-block;
vertical-align: top;
width: 60%;
padding: 20px;
box-sizing:border-box;
o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
/* -------------------------------------- Contenido inferior -------------------------------------- */
/*GALERIA SLIDER*/
.galeria_index
{
width: 100%;
padding: 0 0;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.border_box	{
display: block;
vertical-align: top;
}
/* FIN GALERIA SLIDER*/
/* BANNERS DEL LATERAL*/
.banners
{
margin: 25px 0 10px 0;
}
.banners img
{
width: 100%;
}
.banners img:hover
{
cursor: pointer;
}
/* BANNERS DEL LATERAL*/
/* CONTENEDOR GALERIA*/
.centro_banner
{
padding: 0;
width: 100%;
box-sizing:border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
margin: 0 auto;
display: block;
}
.centro_banner img
{
max-width: 100%;
}
.centro_banner2
{
position: relative;
top: -68px;
padding: 0px 15px;
width: 1020px;
height: 250px;
text-align: center;
box-sizing:border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
margin: 0 auto;
}
/* CONTENEDOR GALERIA*/
/*BLOQUES DEL INDEX*/
.blq_index
{
margin:0;
padding: 0;
text-align: center;
display: inline-block;
*display: inline-block;
width: 100%;
}
.blq_index li
{
width: 100%;
display: inline-block;
position: relative;
vertical-align: top;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

.blq_index img  {
width: 46%;
margin: 0 3% 0 0;
display: inline-block;
vertical-align: top;
}
.blq_index h2{
text-align: center;
margin: 0;
color: #FFF;
text-transform: uppercase;
margin-bottom: 3%;
}
.blq_index .tit_info{
padding: 0 00px;
width: 50%;
vertical-align:top;
display:inline-block;
cursor: pointer;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.blq_index h1{
text-align: center;
color: #FFF;
}
.blq_index p{
color: #666;
margin: 0;
text-align: left;
line-height: 1.2em;
}
/*FIN BLOQUES DEL INDEX*/
/*FIN BLOQUES DEL INDEX*/
/* BLOQUES INFERIORES*/
.cont_bloque_inf{
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
}
.bloque_inf{
width: 100%;
display: inline-block;
*display: inline-block;
margin: 0;
}
.bloque_inf h1{
color: #BF2660;
margin-bottom: 10px;
}
.bloque_inf img{
float: left;
margin: 0 15px 0 0;
max-width: 18%;
}
.bloque_inf:first-child{
margin-left: 0;
}
.bloque_inf:last-child{
margin-right: 0;
}
/* REDES SOCIALES*/
.cont_redes_inferior{
width: 32%;
margin: 0;
padding: 0;
display: inline-block;
}
.cont_redes_inferior h2{
color: #1cdba9;
margin-bottom: 0;
}
.redes_inferior	{
padding: 0;
margin: 0;
text-align: left;
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 100%;
}
.redes_inferior h2{
color: #fff;
}
.redes_inferior li{
display: inline-block;
*display: inline-block;
margin: 3% 0;
width: 12%;
}
.redes_inferior li a img {
/*filter: url('#grayscale');
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: Gray();
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}
.redes_inferior li a img:hover {
/*-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}
/* FIN REDES SOCIALES*/
/*  FIN BLOQUES INFERIORES*/
.btn_derecha /* Contenedor de botones alineados a la derecha*/{
text-align: left;
width: 100% !important;
margin: 1% 0% 2% 0%;
}
.btn_centro /* Contenedor de botones alineados al centro*/{
text-align: center;
width: 100% !important;
}
.links_centro /* Contenedor de enlaces alineados al centro*/{
text-align: center;
}
/* Estilos links */
.link{
color: #0b0c0d;
font-size: 0.9em;
margin: 3% 0% 6% 0%;
display: block
}
.link:hover{
text-decoration: underline;
}
/* Estilos links */
/* BOTÓN GENERAL*/
.cont_botenes{
margin: 0 0 10px 0;
}
.cont_botenes ul{
padding: 0;
margin: 0;
list-style: none;
}
.cont_botenes li{
display: inline-block;
*display: inline-block;
vertical-align: top;
}
/* BOTÓN SOLICITAR */
/* FOOTER*/

footer .footer_derecho
{
vertical-align: top;
display: inline-block;
*display: inline-block;
width: 70%;
box-sizing:border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
padding:0;
}
footer .footer_derecho .bloque_inf
{
width: 50%;
display: inline-block;
*display: inline-block;
margin: 0;
padding: 0;
border: 0;
text-align: right;
vertical-align: top;
}
/* ESTILOS CERTIFICADOS*/
footer .footer_derecho .certificado ul
{
padding: 0;
margin: 0;
}
footer .footer_derecho .certificado li
{
list-style: none;
display: inline-block;
*display: inline-block;
margin:0 15px ;
}
/* ESTILOS CERTIFICADOS*/
footer .footer_izquierdo
{
display: inline-block;
*display: inline-block;
vertical-align: top;
text-align: right;
width:29%;
margin: 0 0 0 0;
}
footer .footer_izquierdo .bloque_inf
{
width: 100%;
*display: inline-block;
display: inline-block;
margin:0;
vertical-align: middle;
}
/*INFORMACION DE CONTACTO FOOTER*/
footer .cont_info{
    margin: 0;
    width: 66%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0% 0% 0% 40px;
    background: url(../images/call2.png) no-repeat 0% 9%;
    background-size: 23px;
    background-position: top left;
    box-sizing: border-box;
}

footer .cont_info p{
    color: #666;
    text-align: left;
    line-height: 1.7em;
    font-size: 0.85em;
}
footer .cont_info p:last-child{
margin-bottom: 30px;
}
/*FORMAS DE PAGO*/
.formas_pago, .lista_logo{
width: 100%;
margin: 2% 0;
padding: 0;
display: inline-block;
}
.formas_pago h2{
color: #1cdba9;
margin-bottom: 0;
text-align: right;
}
.lista_logo img{
width: 19%;
display: inline-block;
vertical-align: middle;
}
/* FIN INFORMACION DE CONTACTO FOOTER*/
/* LOGO REMATE */
footer .cont_logo_remate
{
position: relative;
display: inline-block;
vertical-align: middle;
text-align: right;
padding: 0;
width: 24.5%;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
footer .cont_logo_remate .logo_encabezado
{
max-width: 100%;
display: block;
text-align: right;
}
/* LOGO REMATE */
/* TEXTO EN EL INFERIOR*/
footer .texto_inferior
{
width: 48%;
display: inline-block;
margin: 20px 0 0 0;
}
footer .texto_inferior h2,footer .texto_inferior p
{
text-align: left;
color: #fff;
}
/* TEXTO EN EL INFERIOR*/
/* OTROS LOGOS*/
.otros_logos{
margin:0;
display: inline-block;
width: 50%;
margin:3% 0;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.otros_logos h2{
color: #1cdba9;
margin-bottom: 0;
text-align: left;
}
.otros_logos ul{
padding: 0;
margin: 0;
list-style: none;
text-align: left;
}
.otros_logos ul li{
display: inline-block;
*display: inline-block;
width: 75px;
vertical-align: middle;
margin: 0 5px;
}
/* OTROS LOGOS*/
/* FIN FOOTER*/
/* DERECHOS COMPRANDO FACIL */
article.derechos
{
margin: 0 auto;
    padding: 2% 0 3% 0;
    text-align: center;
    width: 91%;
    max-width: 1475px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
article.derechos .cont_derecha, article.derechos .cont_izquierda
{
display: inline-block;
*display: inline-block;
vertical-align: middle;
}
article.derechos .cont_derecha
{
width:41%;
text-align: right;
}
article.derechos .cont_izquierda
{
width:51%;
}
article.derechos .cont_derecha a
{
color: #FFF;
}
article.derechos .cont_derecha p a
{
color: #666;
}
article.derechos .cont_derecha a:hover
{
color: #afafaf;
}
article.derechos .cont_derecha img
{
margin: 0 0 -1px 5px;
border: none;
width: 4.8%;
}
article.derechos .cont_derecha p
{
color: #000;
margin: 0;
text-align: right;
font-size: 0.8em;
}
article.derechos .cont_izquierda p
{
color: #000;
margin: 0;
text-align: left;
font-size: 0.8em;
}
/* FIN DERECHOS COMPRANDO FACIL */
/* CONTENEDOR TEXTO  PRODUCTO DETALLE*/
.bloque_texto
{
margin:  10px 0 ;
display: inline-block;
width: 100%;
}
.bloque_texto p
{
line-height: 18px;
text-align: left;
margin-bottom: 10px;
}
.bloque_texto iframe
{
float: left;
max-width: 50%;
margin: 0 20px 20px 0;
}
/* FIN CONTENEDOR TEXTO PRODUCTO DETALLE*/
/* CONTENEDOR EVENTOS*/
.eventos_vertical
{
display: inline-block;
*display: inline-block;
width: 100%;
text-align: left;
margin: 0 0 20px 0;
padding: 0;
vertical-align: top;
}
.eventos_vertical h2:hover
{
color:#3898AA;
}
.eventos_vertical p
{
color: #888;
margin: 0;
}
.eventos_vertical a img
{
max-width: 180px;
float: left;
margin: 0 15px 0 0 ;
}
.convenios_vertical
{
display: inline-block;
*display: inline-block;
width: 100%;
text-align: center;
margin: 0 ;
padding: 0;
vertical-align: top;
}
.convenios_detalle
{
display: inline-block;
width: 100% !important;
}
.convenios_vertical table
{
display: inline-block;
vertical-align: top;
width: 100%;
}
.convenios_vertical table  tr td
{
padding: 0;
vertical-align: top;
text-align: left;
}
.convenios_vertical h1
{
text-transform: none;
margin: 0;
color: #999;
line-height: 18px;
padding: 0 ;
text-align: left;
}
.convenios_vertical h1:hover
{
color:#98C81D;
}
.convenios_vertical p
{
color: #888;
margin: 0;
}
.convenios_vertical .ver_mas3
{
display: block;
width: 100%;
/*text-align: left;*/
}
.info_servicios
{
background: #eee;
padding: 10px;
display: inline-block;
*display: inline-block;
width: 100%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.info_porcentaje
{
display: block;
width: 100%;
margin: 0 0 10px 0;
padding: 10px;
border: 1px solid #e5e5e5;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.info_porcentaje img
{
display: inline-block;
vertical-align: top;
width: 150px;
margin: 0 10px 0 0;
}
.info_porcentaje h2
{
display: block;
max-width: 100%;
margin: 0 0 5px 0;
padding: 0;
}
.info_porcentaje p
{
display: block;
max-width: 100%;
margin: 0;
}
.cantidad_porcentaje
{
display: inline-block;
padding: 20px;
background: #7DBB10;
color: #fff;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
/* CONTENIDO EVENTO DETALLE*/
.evento_detalle	{
text-align:left;
margin: 0 0 10px 0;
display: inline-block;
*display: inline-block;
width: 100%;
}
.evento_detalle p
{
text-align:left;
margin-bottom: 10px;
}
.evento_detalle img
{
max-width: 250px;
margin: 0 20px 10px 0;
float: left;
}
/*  FIN CONTENIDO EVENTO DETALLE*/
/* ------------------------------------------ CONTENEDOR CONVENIOS -------------------------------------------------*/
.convenios_categorias{
list-style: none;
padding: 0;
margin: 0;
}
.convenios_categorias li
{
display: inline-block;
vertical-align: top;
width: 30%;
margin: 8px;
text-align: center;
}
.convenios_categorias div
{
padding: 15px;
margin-top: -3px;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
background: #eee;
}
.convenios_categorias h1
{
color: #999;
margin: 0 0 2px 0;
text-align: center;
}
.convenios_categorias:hover  h1
{
color: #3898AA;
}
.convenios_categorias p
{
margin-bottom: 5px;
}
.convenios_vertical
{
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 30%;
min-height: 180px;
margin: 0;
text-align: center;
/*padding-bottom: 10px;*/
/*border-bottom: 3px solid #f4f4f4;*/
}
.convenios_vertical h3
{
text-align: center;
}
.convenios_vertical
{
display: inline-block;
text-align: center;
}
.cont_porcentaje
{
display: inline-block;
width: 100%;
margin: 0 0 5px 0;
}
.cont_porcentaje p
{
display: inline-block;
max-width: 100%;
margin: 0;
vertical-align: middle;
color: #9b9b9b;
}
.cont_porcentaje span
{
display: inline-block;
margin: 0;
max-width: 100%;
vertical-align: middle;
color: #9b9b9b;
}
/* ------------------------------------------ CONTENEDOR CONVENIOS -------------------------------------------------*/
/* CONTENEDOR DE PRODUCTOS*/
.cms_productos_vertical{
list-style: none;
padding: 0;
margin: 0;
}
.cms_productos_vertical li
{
display: inline-block;
vertical-align: top;
width: 23.38%;
margin: 0 6px 15px 0;
text-align: center;
}
.cms_productos_vertical img
{
min-width:100%;
margin: 0;
}
.cms_productos_vertical div{
padding: 5px 10px 10px 10px;
margin-top: -2%;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cms_productos_vertical li:hover div{
color:#;		}
.cms_productos_vertical h3{
text-align: center;
margin:0% 0% 4% 0%;
color: #444;
box-sizing:border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
.cms_productos_vertical p{
color: #bbb;
}
.cms_productos_vertical .servicio_btn_detalle{
color: #FFFFFF;
background: #1CDBA9;
width: 70%;
padding: 2%;
margin: 0 auto;
display: block;
text-align: center;
}
.cms_productos_vertical .servicio_btn_detalle:hover{
background: #0AB2BC;
}
/* PRODUCTOS DESTACADOS CMS */
.cms_productos_destacado{
width: 100%;
display: inline-block;
*display: inline-block;
margin: 0 0 10px 0;
}
/* PRODUCTOS DESTACADOS CMS */
/* CATEGORÍAS PRODUCTOS CMS */
.categorias_productos
{
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 100%;
list-style: none;
padding: 0;
margin: 0 ;
}
.categorias_productos li
{
display: inline-block;
*display: inline-block;
width: 32%;
list-style: none;
padding: 0;
margin: 0 2px 15px 2px ;
vertical-align: top;
}
.categorias_productos div{
background: #0AB2BC;
padding: 4%;
margin-top: -1.6%;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.categorias_productos li:hover div
{
background: #1CDBA9;
cursor: pointer;
}
.categorias_productos img
{
display: inline-block;
*display: inline-block;
max-width:100%;
margin: 0;
}
.categorias_productos h2
{
margin: 0;
color: #fff;
text-align: center;
}
.categorias_productos p
{
color: #fff;
}
/* CATEGORÍAS PRODUCTOS CMS */
/* SUBCATEGORÍAS PRODUCTOS CMS */
.subcategorias_productos
{
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 100%;
list-style: none;
padding: 0;
margin: 0 ;
}
.subcategorias_productos li
{
display: inline-block;
*display: inline-block;
width: 32%;
list-style: none;
padding: 0;
margin: 0 2px 15px 0px ;
vertical-align: top;
}
.subcategorias_productos div{
background: #EB773B;
padding: 10px;
margin-top: -1.8%;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.subcategorias_productos li:hover div
{
background: #CA5E26;
cursor: pointer;
}
.subcategorias_productos img
{
display: inline-block;
*display: inline-block;
max-width:100%;
margin: 0;
}
.subcategorias_productos h2
{
margin: 0;
color: #fff;
text-align: center;
}
.subcategorias_productos p
{
color: #fff;
}
/* SUBCATEGORÍAS PRODUCTOS CMS */
/* CONTENIDO CMS PRODUCTOS DETALLE*/
.cms_producto_detalle
{
text-align:left;
margin:0 0 10px 0;
display: inline-block;
*display: inline-block;
width: 100%;
}
.cms_producto_detalle p
{
text-align:left;
margin-bottom: 10px;
}
.cms_producto_detalle img
{
max-width: 250px;
margin: 0 20px 10px 0;
float: left;
}
.cms_producto_detalle div{
margin: 0 0 10px 0;
}
/*  FIN CONTENIDO CMS PRODUCTOS DETALLE*/
/* CONTENEDOR DE PRODUCTOS*/
/* miga de pan*/

.cont_catalogo nav.miga {
    text-align: left;
    background: #FFF;
    padding: 0;
    margin: 2% auto;
    width: 93%;
}
nav.miga{
    text-align: left;
    background: #FFF;
    padding: 0;
    margin: 15px 0;
    flex-grow: 1;
}
nav.miga.mg_producto{
margin-top: 5px;
}
nav.miga ul	{
margin: 0;
padding: 0;
}
nav.miga ul li{
display: inline-block;

zoom:1;
vertical-align: top;
}

nav.miga ul li:last-child{
margin-left: 5px;
}

nav.miga ul li a
{
text-decoration: none;
color: #9f9f9f;
border-right: 1px solid #AAA;
padding: 0px 5px 0 0px;
font-size: 0.8em;
}
nav.miga ul li:last-child a
{
border-right: none;

}
nav.miga ul li a:hover{
color: #000;
background: #fff;
}
nav.miga ul li span{
color: #777;
padding: 0px 5px 0 0px;
}
/*fin miga de pan*/
/* CONTENEDOR ZONA PRIVADA EN EL LATERAL*/
aside .cont_zona_clientes
{
margin: 0 0 10px 0;
padding: 20px;
text-align: center;
background: #eee; /*Color de fondo*/
/* Bordes redondeados
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
Fin bordes redondeados */
/* Sombra externa
-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:1px 1px 4px 0px rgba(50, 50, 50, 0.5);
box-shadow:1px 1px 4px 0px rgba(50, 50, 50, 0.5);
Fin sombra externa */
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
aside .cont_zona_clientes h2
{
text-align: center;
}
aside .cont_zona_clientes p
{
text-align: center;
color: #3898AA;
}
aside .cont_zona_clientes form fieldset
{
padding: 0;
width: 100%;
margin: 0 0 10px 0;
}
.cont_zona_clientes .otros_link a
{
text-decoration: none;
color: #3898AA;
text-align: left;
display: inline-block;
*display: inline-block;
max-width: 63%;
vertical-align: top;
margin: 0;
}
.cont_zona_clientes .otros_link a:hover
{
color:#000;
}
/* CONTENEDOR ZONA PRIVADA EN EL LATERAL*/
/* ZONA PRIVADA*/
.cont_bvzona
{
padding: 10px 10px 15px 15px;
background: #f5f5f5;
position: relative;
}
.cont_bvzona h1
{
color: #a2a2a2;
}
.cont_bvzona h2
{
color: #000000;
margin: 0% 0% 0% 0%;
}
.cont_bvzona input{
background: #2a2f33;
box-shadow: none;
border: 1px solid #2a2f33;
padding: 10px 15px 10px 15px;
color: #fff;
margin: 5px 0 !important;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 0.1em;
border-radius: 4px;
position: absolute;
right: 3%;
top: 40%;
transform: translateY(-40%);
}
.cont_bvzona input:hover{
background: #c22126;
border: 1px solid #c22126;
}
.cont_bvzona .btn_color
{
float: none;
padding: 4px 12px;
margin: 0;
}
#frm_1 p{
margin: 1.5% 0% 2.5% 0%;
}
.cuerpo_tab
{
margin: 15px 0 0 0;
width: 100%;
padding: 4px 0px;
background: #FFF;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cuerpo_tab .bloque_horizontal
{
margin: 10px 0 0 0;
}
/* DESCARGA DE DOCUMENTOS - ZONA PRIVADA*/
.cuerpo_tab .cont_docs
{
margin: 10px 0 0 0;
}
.cuerpo_tab .cont_docs a
{
text-decoration: none;
}
.cuerpo_tab .cont_docs article
{
padding: 12px;
background: #ebebeb;
margin: 5px 0;
border-bottom: 1px solid #ddd;
}
.cuerpo_tab .cont_docs article:hover
{
background:#E6E6E6;
}
.cuerpo_tab .cont_docs img
{
float: left;
margin-right: 10px;
}
/* DESCARGA DE DOCUMENTOS - ZONA PRIVADA*/
/* VIDEOS ZONA PRIVADA*/
.cuerpo_tab .con_videos
{
margin: 10px 0 0 0;
}
.cuerpo_tab .con_videos article
{
display: inline-block;
*display: inline-block;
width: 46%;
margin: 0 8px 10px 8px;
}
.cuerpo_tab .con_videos article h3
{
margin-bottom: 10px;
}
.cuerpo_tab .con_videos article iframe
{
max-width: 100%;
}
/* VIDEOS ZONA PRIVADA*/
/* BLOQUES HORIZONTALES*/
.bloque_horizontal
{
display: inline-block;
margin-bottom: 0px;
width: 100%;
}
.bloque_horizontal iframe
{
float: left;
margin: 0 15px 10px 0;
max-width: 55%;	}
.bloque_horizontal  img
{
float: left;
margin: 0 15px 2px 0;
max-width: 20%;
}
.bloque_horizontal .fecha
{
color: #ACA7A0;
}
p.fecha_info
{
color: #559DD2 !important;
}
/* BLOQUES HORIZONTALES*/
/*Contenedor contacto*/
.contacto
{
/*display: inline-block;
width: 260px;*/
border-top: 3px solid #eee;
padding-top: 20px;
vertical-align: top;
text-align: center;
margin: 0;
}
.contacto p
{
margin: 0;
color: #7F7F7F;
text-align: center;
}
.contacto iframe
{
margin-bottom: 10px;
}
.contacto img
{
max-width: 235px;
margin-bottom: 10px;
}
/*Fin contenedor contacto*/
.cont_catalogo{
    padding: 0;
    text-align: center;
}
.cont_catalogo .txt_index{
background: none;
}
.cont_tips_destacados{
width: 100% !important;
background: #f5f5f5;
padding: 48px 3.5%;
overflow: hidden;
}
.cont_tips_destacados .txt_index{
background: none;
}
.cont_tips_destacados .bloque_index{
width: 50%;
float: left;
padding: 0 2% 0 0;
position: relative;
background: #fff;
margin: 0;
box-sizing: border-box;
}
/*.cont_tips_destacados .bloque_index:last-child{
margin: 0 0 0 0;
}*/
.cont_tips_destacados .bloque_index img{
display: inline-block;
margin: 0 6% 0 0;
float: left;
width: 48%;
}
.cont_tips_destacados .bloque_index  h2{
font-family: 'Comfortaa';
font-weight: 600;
border-bottom: 2px solid #c22126;
margin: 8% 5% 4% 54%;
padding: 0 0 5px 0;
}
.cont_tips_destacados .bloque_index  p{
color: #666;
}
.cont_tips_destacados .bloque_index a:before{
position: absolute;
content: "";
width: 0px;
height: 0px;
top: 41%;
left: 43%;
border-right: 30px solid #fff;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
}
/* INFORMACIÓN EN UN FORMULARIO*/
.info_frm
{
width: 98%;
margin: 0 auto;
padding: 20px 0;
background: #fff;
margin-bottom: 20px;
text-align: center;
box-sizing:border-box;
o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.info_frm img, .info_frm p ,.info_frm h2
{
max-width: 100%;
margin-bottom: 10px;
}
.body_terminos .info_frm h2{
color: rgb(245, 213, 146);
margin-bottom: 14px;
font-size: 1.15em;
font-weight: 600;
padding: 0 0 0 0%;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.15em;    
}
/* INFORMACIÓN EN UN FORMULARIO*/
/* CONTENEDOR DE PRODUCTOS DESTACADOS EN EL LATERAL*/
.cont_productos_lateral
{
margin: 0 0 10px 0;
padding: 10px;
background: #fff;
/* Bordes redondeados */
/*-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;*/
/* Fin bordes redondeados */
/* Sombra externa */
/*-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:1px 1px 4px 0px rgba(50, 50, 50, 0.5);
box-shadow:1px 1px 4px 0px rgba(50, 50, 50, 0.5);*/
/* Fin sombra externa */
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_productos_lateral h2{
text-align: left;
}
.cont_productos_lateral h3{
text-transform: uppercase;
margin-bottom: 5px;
line-height: 18px;
color: #000;
}
.cont_productos_lateral ul {
margin: 0;
list-style: none;
padding: 0px;
box-sizing:border-box;
o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_productos_lateral ul li
{
text-align: left;
margin: 5px 0 10px 0;
}
.cont_productos_lateral ul li p
{
margin: 0;
line-height: 18px;
}
.cont_productos_lateral ul li img
{
max-width: 37%;
float: left;
margin: 0 15px 0px 0;
}
/* CONTENEDOR DE PRODUCTOS DESTACADOS EN EL LATERAL*/
/* ---------------- TIPS LISTA ---------------- */
.tips_lista
{
list-style: none;
padding: 0;
margin-bottom: 5%;
display: inline-block;
}
.tips_lista li
{
margin: 0 0 20px 0;
display: inline-block;
width: 100%;
background: #fff;
padding: 2% 2% 2% 0%;
position: relative;
}
.tips_lista li:nth-child(even){
    
}
.tips_lista li:nth-child(even) img{
float: right;
margin: 0 0px 0 28px; 
}
.tips_lista li:nth-child(even):before{
position: absolute;
content: "";
width: 0px;
height: 0px;
top: 45%;
right: 29.3%;
border-left: 20px solid #fff;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
}
.tips_lista img{
max-width: 30%;
float: left;
margin: 0 28px 0 0;
}
.tips_lista li:nth-child(odd):before{
position: absolute;
content: "";
width: 0px;
height: 0px;
top: 41%;
left: 27.3%;
border-right: 20px solid #fff;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
}
.tips_lista li h2
{
font-weight: 100;
padding: 0 0 5px 0;
margin: 0 0 0px 0%;
}
.tips_lista li p{
margin: 0 0 2% 0;
}
/* ---------------- NOTICIAS LISTA ---------------- */
.noticias_lista
{
list-style: none;
padding: 0;
margin: 0;
}
.noticias_lista li
{
margin: 0 0 20px 0;
display: inline-block;
*display: inline-block;
width: 100%;
position: relative;
}
.noticias_lista li img{
max-width: 33%;
float: left;
margin: 0 28px 0 0;
}
.noticias_lista li h2{
font-weight: 600;
border-bottom: 2px solid #FFDFBF;
padding: 0 0 5px 0;
margin: 0 0 10px 36%;
width: 35%;
}
.noticias_lista li p{
margin: 0 0 3% 0;
}
.noticias_lista li:hover h2
{
color: #c22126;
}
.noticias_lista a:before{
position: absolute;
content: "";
width: 0px;
height: 0px;
top: 33%;
left: 31%;
border-right: 20px solid #fff;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
}
.noticias_detalle
{
list-style: none;
padding: 0;
margin: 0;
}
.noticias_detalle li
{
margin: 0 0 10px 0;
display: inline-block;
*display: inline-block;
width: 100%;
}
.noticias_detalle li p{
line-height: 1.7em;
font-weight: 100;
}
.noticias_detalle li img
{
max-width: 40%;
float: left;
margin: 0 4% 19px 0;
}
.noticias_detalle li h2{
font-weight: 600;
}
/* ---------------- NOTICIAS LISTA ---------------- */
/* CONTENEDOR NOTICIAS Y COLUMNISTAS LATERAL*/
.cont_noticias_lateral/*Contenedor de noticias en el lateral*/
{
margin-bottom:8%;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_noticias_lateral ul{
margin: 0;
list-style: none;
padding: 0px;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_noticias_lateral li{
text-align: left;
margin: 15px 0;
}
.cont_noticias_lateral h3{
text-transform: uppercase;
margin-bottom: 5px;
line-height: 18px;
color: #c22126;
text-align: center;
font-weight: 400;
}
.cont_noticias_lateral img{
width: 100%;
margin: 0 auto 4% auto;
display: block;
}
/* CONTENEDOR DE TESTIMONIOS LATERAL*/
.cont_noticias_lateral .noticias_lateral li
{
margin: 0 0 5px 0;
padding: 0;
}
.cont_noticias_lateral .noticias_lateral li p
{
line-height: 1.4em;
color: #4C4C4C;
}
/* CONTENEDOR DE TESTIMONIOS LATERAL*/
/* CONTENEDOR NOTICIAS Y COLUMNISTAS LATERAL*/
/* BLOQUES DE GALERIA*/
.bloques_galeria
{
margin: 10px 0;
}
.bloques_galeria .galeria_vertical ,.bloques_galeria div
{
display: inline-block;
vertical-align: top;
width: 18%;
margin: 0 1.7% 0.7% 0;
text-align: center;
}
.bloques_galeria .galeria_vertical:nth-child(5n) ,.bloques_galeria div:nth-child(5n){
margin: 0 0 0.7% 0;
}
.bloques_galeria div
{
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 46%;
margin:10px;
text-align: center;
padding-bottom: 20px;
border-bottom: 3px solid #eee;
}
.bloques_galeria h3
{
text-align: left;
margin: 3%;
}
.bloques_galeria div h3
{
text-align: left;
margin: 0 0 10px 0;
}
.bloques_galeria .galeria_vertical a
{
text-decoration: none;
}
.bloques_galeria .galeria_vertical img
{
max-width: 100%;
}
.bloques_galeria .galeria_vertical h1
{
text-align: left;
padding:0;
text-transform: none;
}
.bloques_galeria .categoria_galeria
{
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 43%;
margin: 2%;
text-align: center;
position: relative;
}
.bloques_galeria .categoria_galeria h1
{
padding: 10px 20px;
text-align: left;
margin-top:-2%;
width: 100%;
color: #fFF;
background:#BBB;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.bloques_galeria .categoria_galeria img{
width:100%;
}
.bloques_galeria .categoria_galeria h4
{
background: url(../images/vineta.png)no-repeat;
text-align: left;
padding: 0 0 0 20px;
color: #98C81D;
line-height:22px;
}
/* BLOQUES DE GALERIA*/
/* CONTENIDO RELACIONADO*/
.cont_relacionado
{
padding: 0;
margin: 0 0 10px 0;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_relacionado ul{
list-style:none;
margin: 0;
padding: 0;
color: #3898AA;
}
.cont_relacionado li{
display: inline-block;
*display: inline-block;
width: 100%;
margin: 0 0 10px 0;
}
.cont_relacionado article /*Borde contenedor resultado de busqueda*/
{
padding: 2px 5px;
margin: 0;
position: relative;
}
.cont_relacionado img
{
float: left;
margin-right: 10px;
max-width: 8%;
vertical-align: middle;
}
.cont_relacionado h1
{
border-bottom:1px solid #eee;
padding:0;
margin: 0 0 10px 0;
vertical-align: middle;
}
.cont_relacionado h2 /*Fuente de titulo - resultado de busqueda*/
{
margin: 0;
vertical-align: middle;
}
.cont_relacionado p
{
margin: 0;
color: #555;
}
.cont_relacionado ul li a article:hover h2, .cont_relacionado ul li a article:hover p
{
color: #3898AA;
}
/* FIN CONTENIDO RELACIONADO*/
/* --------------------------------- CONTENIDO RELACIONADO EN MAPA -----------------------------------------------*/
.cont_relacionado_mapa
{
padding: 10px 0;
margin: 15px 0;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_relacionado_mapa h1
{
background:#F3F9CF;
color: #666666;
padding: 10px;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_relacionado_mapa ul
{
list-style:none;
margin: 0;
padding: 0;
color: #3F8C3E;
}
.cont_relacionado_mapa ul li a
{
text-decoration: none;
}
.cont_relacionado_mapa ul li article /*Borde contenedor resultado de busqueda*/
{
padding-bottom: 15px;
margin: 15px 0 0 0;
position: relative;
border-bottom: 1px solid #ddd;
}
.cont_relacionado_mapa ul li article img
{
float: left;
margin-right: 10px;
max-width: 20%;
vertical-align: middle;
}
.cont_relacionado_mapa ul li  article h2 /*Fuente de titulo - resultado de busqueda*/
{
margin: 0;
color: #91C41F;
vertical-align: middle;
}
.cont_relacionado_mapa ul li article p
{
margin: 0;
color: #555;
}
.cont_relacionado_mapa ul li article:hover h2
{
color: #3F8C3E;
}
.cont_relacionado_mapa a .ver_mapa
{
max-width:12% !important;
float: right;
}
/* --------------------------------- FIN CONTENIDO RELACIONADO EN MAPA -----------------------------------------------*/

.cont_pregunta{
margin: 9% 0 0 0;
}
.cont_pregunta h1{
color: #999;
vertical-align: middle;
text-align: center;
margin: 0 0 3% 0;
font-size: 1.5em;
width: 100%;
background: #eee;
padding: 3% 1% 3% 0;
text-transform: lowercase;
}
.cont_pregunta p{
text-align: center;
color: #fff;
background: #f5b666;
width: 96%;
padding: 3% 2%;
}
.cont_pregunta p:hover{
background: #c22126;
}
/*  CARRUSEL   */
#carousel_inner {
/*float:left; /* important for inline positioning */
width:100%; /* important (this width = width of list item(including margin) * items shown */
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
display: inline-block;
margin: 0;
padding: 0;
}
#carousel_container
{
display: inline-block;
width: 100%;
margin: 0;
padding: 0 40px;
background: #ffffff;
position: relative;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;
}
#carousel_container #left_scroll {
height: auto;
max-width: 100%;
position: absolute;
left: 0;
top:35px;
z-index: 10;
}
#carousel_container #right_scroll{
height: auto;
max-width: 100%;
position: absolute;
right: 0;
top:35px;
z-index: 10;
}
#carousel_ul {
position:relative;
left:-210px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}
#carousel_ul li{
float: left; /* important for inline positioning of the list items */
max-width:180px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:auto;
display: inline-block;
margin: 5px;
position: relative;
left: 20px;
}
#carousel_ul li img {
cursor:pointer;
cursor: hand;
border:none;
margin: 0;
padding: 0;
max-width: 180px;
display: inline-block;
}
#carousel_ul li a
{
text-decoration: none;
color: #fff;
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}
/*  CARRUSEL FIN   */
/* SINDICACIÓN */
.sindicacion
{
text-align: right;
display: inline-block;
padding: 0;
margin:1.5% 0;
text-align: left;
position: relative;
}
.sindicacion .site_facebook
{
position: absolute;
width: 130px;
text-align: left;
}
.sindicacion .site_twitter
{
position: absolute;
width: 115px;
text-align: left;
left: 125px;
}
.sindicacion .site_google
{
position: absolute;
width: 130px;
text-align: left;
left: 222px;
}
/* FIN SINDICACIÓN */
/* IMAGEN RESULADO DE BUSQUEDA*/
.ico_exclamacion
{
float: left;
}
/* NO IMAGEN RESULADO DE BUSQUEDA*/
/* PREGUNTAS FRECUENTES */
.cont_fqs{
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
*display: inline-block;
width: 100%;
}
.cont_fqs li{
padding: 0 0 3% 0;
margin: 0 0 3% 0;
border-bottom: 1px solid #eee;
display: inline-block;
*display: inline-block;
width: 100%;
}
.titu_pregunta:hover{
color: #3898AA;
cursor: pointer;
}
.titu_pregunta.on{
color: #3898AA;
}
/* PREGUNTAS FRECUENTES */
/* preguntas frecuentes lateral*/
.titulo_pregunta
{
background: url(../images/pregunta.png)no-repeat;
padding: 8px 0 7px 35px;
}
.cont_preguntas
{
margin: 15px 0 0 0;
}
.cont_preguntas h3
{
color: #000;
text-transform: none;
background: #e6e6e6;
padding: 7px;
border-bottom:  1px solid #ddd;
margin-bottom: 7px;
}
.cont_preguntas h3:hover
{
color: #559DD2;
cursor: pointer;
}
.cont_preguntas h3:active
{
color: #559DD2;
}
.cont_preguntas .txt_pregunta
{
padding: 5px;
}
/* preguntas frecuentes lateral*/
.clear
{
clear: both;
}
.menu_superior .menu span {float:left; color:#eee; text-decoration:none;}
.menu_superior .menu ul
{
background:#FFF;
position:absolute;
list-style:none;
margin: 0;
padding: 0;
text-align: left;
}
.menu_superior .menu ul li span
{
padding: 5px 15px;
float: none;
}
.menu_superior .menu ul li span, li.menuhover li span, li.menuhover li.menuhover li span { display:block; background:none; height:22px; padding-top:5px}
.menu_superior .menu ul ul {left:209px; top:0}
.menu_superior  li.submenu {}
.menu_superior .menu li.noborder {border-top:none}
.vineta
{
margin: 0 10px 0 5px;
}
.barra_buscador
{
color: #666;
}
.barra_buscador span
{
position: relative;
left: 5px;
color: #3898AA;
}
.bloques_gracias
{
width: 100%;
}
.bloques_gracias .cont_frm_vertical, .cont_frm_horizontal{
margin: 2% 0% 0% 0%;    
}
.bloques_gracias img
{
float: left;
margin: 0 30px 10px 0;
}
.bloques_gracias .datos p
{
margin: 0 0 1% 0;
line-height: 2em;
}
.bloques_gracias .datos
{
color: #000;
font-style: italic;
margin: 0;
}
.bloques_gracias .confirmacion
{
color: #999;
font-style: italic;
}
/* --------------------------------------------------- ZONA CLIENTES ----------------------------------------------------*/
.zona_clientes
{
width: 100%;
}
.zona_clientes img
{
float: left;
margin: 0 10px 10px 0;
max-width: 30%;
}
.zona_clientes ul
{
padding: 0;
margin: 10px 0;
}
.zona_clientes li
{
color: #777;
list-style: inside;
}
.zona_clientes p
{
color: #777;
}
fieldset.recuperar label
{
display: inline-block;
*display: inline-block;
text-align: left;
width: 140px !important;
}
fieldset.recuperar div
{
display: inline-block;
*display: inline-block;
width: 74% !important;
}
/* -------------------------------------------------- FIN ZONA CLIENTES -------------------------------------------------*/
/* ------------------------------------- BARRA DE ESTADISTICAS ------------------------------------------------*/
.cont_oficinas
{
text-align:center;
}
.categorias_oficinas
{
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 30%;
margin:8px;
text-align: center;
}
.categorias_oficinas a img
{
max-width:100%;
}
.categorias_oficinas a
{
text-decoration: none;
}
.categorias_oficinas .ver_mas
{
color: #2B5F27;
text-align:left;
}
.categorias_oficinas .ver_mas:hover
{
color: #BF2660;
}
.categorias_oficinas h2
{
text-align: center;
padding:10px 8px ;
color: #fff;
background: #76B21B ;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.categorias_oficinas h2:hover
{
color: #fff;
}
/* ------------------------------------- BARRA DE ESTADISTICAS ------------------------------------------------*/
/*-------------------------------------------------- CONTENEDOR DE SUCURSAL VIRTUAL ---------------------------------*/
.cont_sucursal
{
width: 100%;
padding: 15px;
background: #f5f5f5;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_sucursal ul
{
list-style: none;
padding: 0;
margin: 0;
}
.cont_sucursal ul li
{
display: inline-block;
*display: inline-block;
width: 31%;
vertical-align: top;
margin: 0 15px 0 0;
}
.cont_sucursal ul li:last-child
{
margin: 0;
}
.cont_sucursal ul li img
{
margin: 0 0 10px 0;
max-width: 100%;
}
.cont_sucursal ul li h2
{
text-align: center;
margin: 0;
color: #000000;
height: 40px;
}
.cont_sucursal ul li .btn_ir p
{
background:#ffc300 ;
color: #fff;
text-align: center;
padding: 10px;
margin-top: 0;
width: 100%;
display: inline-block;
*display: inline-block;
text-transform: uppercase;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_sucursal ul li .btn_ir:hover p
{
background:#FFD13D;
}
/*-------------------------------------------------- FIN CONTENEDOR DE SUCURSAL VIRTUAL ---------------------------------*/
/* ---------------------------------------------- CONTENEDOR DE DOCUMENTOS DESCARGABLES  ----------------------*/
.cont_documentos ul
{
padding: 0;
margin: 0;
list-style: none;
}
.cont_documentos ul li h3
{
margin: 0;
text-transform: none;
color: #3898AA;
}
.cont_documentos ul li
{
border-bottom: 2px dotted #eee;
padding: 10px 0 10px 40px;
background: url(../images/descarga.png) no-repeat 0px;
}
.cont_documentos ul li:hover
{
background: url(../images/descarga_on.png) no-repeat 0px;
}
aside .cont_documentos ul li
{
border-bottom: 2px dotted #eee;
padding: 5px 0 5px 40px;
background: url(../images/descarga.png) no-repeat 6px -2px;
margin: 5px 0;
}
aside .cont_documentos ul li:hover
{
background: url(../images/descarga_on.png) no-repeat  6px -2px;
}
aside .cont_documentos ul li p{
line-height: 14px;
}
aside .cont_documentos ul li:last-child {
border: 0;
}
/* ---------------------------------------------- CONTENEDOR DE DOCUMENTOS DESCARGABLES  ----------------------*/
.wide {
border-bottom: 1px #000 solid;
width: 4000px;
}
.fleft { float: left; margin: 0 20px 0 0; }
.cboth { clear: both; }
.img_link
{
text-align: right;
width: 100%;
display: inline-block;
}
.img_link img
{
margin-top: 10px;
}
/* ------------------------------------------- RED DE OFICINAS -------------------------------------------------------*/
.red_oficinas
{
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 100%;
padding: 10px;
margin:0 0 10px 0;
text-align: left;
/*border-bottom: 3px solid #eee;*/
position: relative;
background: #fff;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.red_oficinas img
{
float: left;
width: 160px;
margin: 0 15px 0 0 ;
}
.red_oficinas h3
{
color: #000000;
}
.red_oficinas p
{
line-height: 18px;
text-align: left;
}
.red_oficinas a
{
margin: 8px 0 0 0;
}
.red_oficinas_lista
{
background: #f5f5f5;
padding: 20px;
display: inline-block;
border: 1px solid #ccc;
width: 100%;
margin: 0 0 15px 0;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.red_oficinas_lista div
{
border-bottom: 2px solid #e6e6e6;
padding-bottom: 20px;
margin-bottom: 20px;
}
.red_oficinas_lista article h2
{
margin-bottom: 5px;
}
.red_oficinas_lista article img
{
float: right;
margin: 0 0 0 15px;
max-width: 100%;
}
.red_oficinas_lista article div
{
width: 100%;
text-align: left;
}
.red_oficinas_lista article div img
{
float: none;
cursor: pointer;
}
.red_oficinas_lista article div .icono_mapa
{
margin: 10px 0 0 0;
}
/* ------------------------------------------- RED DE OFICINAS -------------------------------------------------------*/
/* ---------------------------------------------- IMPRIMIR CONVENIO ----------------------------------------------------*/
table.tbl_imprimir td
{
padding: 2px 5px;
font-size: 0.8em;
text-align: center;
}
table.tbl_imprimir td p
{
text-align: left;
line-height: 13px;
font-size: 0.8em;
}
table.tbl_imprimir td img
{
margin: 0;
}
/* ---------------------------------------------- IMPRIMIR CONVENIO ----------------------------------------------------*/
/* ------------------------------------------- CONTENEDOR DE ENCUESTA LATERAL -------------------------------------------*/
.encuesta_lateral
{
margin: 0 0 10px 0;
background: #eee;
padding: 15px 20px;
/* Bordes redondeados */
/*-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;*/
/* Fin bordes redondeados */
/* Sombra externa */
/*-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:1px 1px 4px 0px rgba(50, 50, 50, 0.5);
box-shadow:1px 1px 4px 0px rgba(50, 50, 50, 0.5);*/
/* Fin sombra externa */
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.encuesta_lateral h2{
text-align: left;
}
.encuesta_lateral td
{
padding: 1px 0;
}
.encuesta_lateral #mensaje
{
background: #eee;
color: #BF2660;
text-align: center;
padding: 5px;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.resultados_lateral
{
padding: 10px;
/*-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;*/
border:  1px solid #eee;
margin-bottom: 10px;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.resultados_lateral h2
{
text-align: center;
color: #2B5F27;
text-transform: uppercase;
}
.resultados_lateral h3
{
color: #999;
text-transform: none;
}
.resultados_lateral p
{
color: #BF265F;
}
/* ------------------------------------------- CONTENEDOR DE ENCUESTA LATERAL -------------------------------------------*/
/*------------------------------- VOTACIONES ----------------------------------*/
.cont_votaciones
{
background: #F4F4F4;
padding: 10px;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_votaciones fieldset.btns
{
text-align: center;
}
.cont_votaciones fieldset.btns input
{
float: none;
padding: 10px 90px;
}
.bloque_voto h2 , .bloque_voto
{
text-align: center;
}
.bloque_voto p
{
color: #2B5F27;
text-align: center;
}
.cont_votacion_detalle
{
margin-top: 10px;
}
.cont_votacion_detalle h3
{
color: #BF2660;
margin-bottom: 10px;
}
.tbl_voto
{
width: 100%;
margin-bottom: 20px;
}
.tbl_voto h2
{
margin: 0;
padding: 5px 10px;
text-transform: uppercase;
}
.tbl_voto p
{
margin: 0;
}
.cont_votaciones_listado
{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.frm_inscripcion p
{
display: inline-block;
*display: inline-block;
}
/*------------------------------- VOTACIONES ----------------------------------*/
/* 	BLOQUE INDEX   */
/*  FIN BLOQUE INDEX  */
.bloque_index{
display: inline-block;
*display: inline-block;
width: 100%;
margin-bottom: 5%;
vertical-align: top;
}
.bloque_index img
{
display: inline-block;
margin: 0 4% 0 0;
float: left;
width: 40%;
}
.bloque_index h2:hover
{
color: #c22126;
}
.bloque_mapa{
display: inline-block;
*display: inline-block;
width: 100%;
margin:2% 0 0 0;
vertical-align: top;
}
.bloque_mapa p{
margin:0;
padding: 0;
}
/*  MAPAS  */
.mapas_agencias
{
display: inline-block;
width: 100%;
margin: 10px 0 0 0;
padding: 0;
}
.mapas_agencias ul
{
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.mapas_agencias ul li
{
display: inline-block;
width: 29%;
margin: 15px 10px;
}
.mapas_agencias ul li a
{
text-decoration: none;
}
.mapas_agencias ul li h3
{
text-align: center;
display: inline-block;
width: 100%;
margin: 0 0 10px 0;
}
.mapas_agencias ul li img
{
display: inline-block;
max-width: 100%;
margin: 0 !important;
border: none;
float: none !important;
}
/*  FIN MAPAS  */
/*  DOCUMENTOS QSOMOS  */
.documentos
{
display: inline-block;
width: 100%;
margin: 15px 0 0 0;
padding: 0;
}
.documentos ul
{
display: inline-block;
width: 100%;
padding: 0;
list-style: none;
}
.documentos ul li
{
display: inline-block;
width: 100%;
margin: 0;
padding:  5px 0;
border-bottom: 1px solid #ccc;
box-sizing: border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
.documentos ul li a
{
text-decoration: none;
}
.documentos ul li p
{
display: inline-block;
vertical-align: middle;
color: #000000;
}
.documentos ul li p:hover
{
color: #7DBB10;
}
.documentos ul li img
{
display: inline-block;
max-width: 100%;
margin: 0 5px 0 0;
vertical-align: middle;
}
/*  FIN DOCUMENTOS QSOMOS  */
/*  CAMPAÑAS  */
.bloque_campania
{
display: inline-block;
width: 30.5%;
margin: 0 15px 20px 0;
vertical-align: top;
}
.bloque_campania img
{
width: 100%;
margin: 0;
border: none;
}
.bloque_campania h3
{
width: 100%;
margin: 0;
background: #ffc300;
margin: -4px 0 0 0;
padding: 5px;
color: #fff;
height: 45px;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.bloque_campania h3:hover
{
background: #FFD241;
}
/*  CAMPAÑAS FIN  */
/* ASOCIADOS  */
.cont_asociados
{
display: inline-block;
width: 100%;
}
.cont_asociados img
{
float: right;
margin: 0 0 0 15px;
max-width: 32%;
}
.cont_asociados p
{
text-align: justify;
}
/*  FIN ASOCIADOS   */
/* ----------------------------------------------- Carruseles ----------------------------------------------- */
.caroufredsel_wrapper{
width: 100% !important;
}
/* Carrusel de imagenes */
.carrusel_imagenes
{
width: 100%;
padding: 0 25px;
margin: 1.5% 0 1% 0;
display: inline-block;
vertical-align: middle;
position: relative;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.carrusel_imagenes .caroufredsel_wrapper{
height: 285px !important;
}
.carrusel_imagenes #carrusel_imagenes {
margin: 0;
padding: 0;
list-style: none;
display: block;
}
.carrusel_imagenes .item_img {
text-align: center;
width: 218px;
height: 180px;
margin:0 18px 0 0;
display: block;
float: left;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.carrusel_imagenes .item_img h3{
font-size: 1em;
color: #999999;
text-align: center;
margin: 13% 0 9% 0;
display: none;
}
.carrusel_imagenes .item_img:hover h3{
color: #f0cc80;
}
.carrusel_imagenes .item_img p{
font-size: .9em;
line-height: 1.2em;
margin:0 0 3% 0;
}
.carrusel_imagenes .item_img h2{
font-size: 1.3em;
color: #0AB2BC;
width: 63%;
display: inline-block;
vertical-align:middle;
text-align: left;
margin: 0 0 0px 0;
}
.carrusel_imagenes .item_img .info_prod img{
border-radius:50%;
background:#0ab2bc;
width: 10%;
padding: 3%;
}
.carrusel_imagenes .item_img .info_prod .bolsa{
padding: 3% 4% 3% 2%;
}
.carrusel_imagenes .item_img  img
{
vertical-align: middle;
}
.carrusel_imagenes .item_img h4
{
text-align: center;
color: #4BB8D4;
margin: 3px 0;
}
.carrusel_imagenes .clearfix {
float: none;
clear: both;
}
.carrusel_imagenes .prev {
position: absolute;
left: 0px;
top: 26%;
width: 49px;
}
.carrusel_imagenes .next {
position: absolute;
right: 0px;
top: 26%;
width: 49px;
}
/* Carrusel de imagenes */
/* ----------------------------------------------- Carruseles ----------------------------------------------- */
/* --------------------------------------- CONTENEDOR INICIO DE SESIÓN --------------------------------------- */
.cont_inicio_sesion
{
text-align: center;
background: #FFF;
padding: 3% 4%;
margin: 3% 3% 10% 0;
width: 40%;
display: inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_inicio_sesion .logo_inicio img{
width: 45%;
}
.cont_inicio_sesion p
{
margin: 5% 0 5% 0;
text-align: center;
}
.cont_inicio_sesion h1 , .cont_inicio_sesion h2
{
text-align: center;
margin: 0 0 5px
}
.cont_inicio_sesion fieldset
{
width: 90%;
display: inline-block;
*display: inline-block;
}
.cont_inicio_sesion fieldset input{
background: #FFF;    
}
#capax_clave{
background: #FFF;    
}
.cont_inicio_sesion .links_centro
{
margin: 0 0 10px 0;
}
.cont_inicio_sesion .txt_nuevo p{
margin: 5% 0 2% 0;   
}
.cont_inicio_sesion .txt_nuevo a{
color: #f0cc80; 
}
.cont_inicio_sesion .txt_nuevo a:hover{
color: #f0cc80;
text-decoration: underline;
}
/* --------------------------------------- CONTENEDOR INICIO DE SESIÓN --------------------------------------- */
/* ------------------------------------------ CONTENDOR CLIENTE NUEVO ------------------------------------------ */
.cont_cliente_nuevo
{
text-align: center;
background: #fff;
padding: 20px;
margin: 7% 0 10px 0;
width: 48%;
display: inline-block;
vertical-align: top;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_cliente_nuevo p
{
margin: 0 0 10px 0;
text-align: center;
}
.cont_cliente_nuevo h2
{
text-align: center;
margin: 0 0 5px
}
/* ------------------------------------------ CONTENDOR CLIENTE NUEVO ------------------------------------------ */
/* ---------------------------------------- CONTENEDOR RECUPERAR CONTASEÑA ---------------------------------------- */
.cont_recuperar_contrasena
{
text-align: center;
background:#fbfbfb;
padding: 20px;
margin: 17px 0 10px 0;
/*Bordes redondeados */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
/*Bordes redondeados */
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.enlace_registro
{
margin-top: 20px;
text-align: center;
}
/* ---------------------------------------- CONTENEDOR RECUPERAR CONTASEÑA ---------------------------------------- */
/* MENÚ INTERNO */
.menu_interno{
display: inline-block;
*display: inline-block;
width: 100%;
margin: 0 0 10px 0;
}
/* MENÚ INTERNO */
/* MENÚ EN EL FOOTER */
.cont_menu_footer{
vertical-align: top;
width: 55%;
margin: 0;
padding: 0;
display: inline-block;
}
.cont_menu_footer h2{
text-align: left;
color: #131313;
margin: 0% auto 9.5% auto;
font-size: 1.3em;
padding: 0 0 2% 5%;
text-transform: uppercase;
letter-spacing: 0.1em;
position: relative;
font-weight: 600;
position: relative;
}
.cont_menu_footer h2:before{
content: "";
width: 16%;
height: 3px;
background: #131313;
position: absolute;
bottom: -9%;
left: 13.5%;
transform: translateX(-50%);
}
.cont_menu_vinculos{
vertical-align: top;
display: inline-block;
width: 39%;
padding: 0;
}
.cont_menu_vinculos h2{
text-align: left;
color: #131313;
margin: 0% auto 14% auto;
font-size: 1.3em;
padding: 0 0 2% 5%;
text-transform: uppercase;
letter-spacing: 0.1em;
position: relative;
font-weight: 600;
position: relative;
}
.cont_menu_vinculos h2:before{
content: "";
width: 25%;
height: 3px;
background: #131313;
position: absolute;
bottom: -9%;
left: 17.5%;
transform: translateX(-50%);
}
.menu_footer{
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 100%;
}
.menu_footer h2{
color: #fff;
position: relative;
}
.menu_footer ul{
list-style: none;
padding: 0;
margin: 0;
}
.menu_footer li{
    width: 100%;
    margin: 0 0 6px;
    position: relative;
    padding: 0px 0 0 15px;
    box-sizing: border-box;
}
.menu_footer li:before{
content: "";
position: absolute;
width: 4px;
height: 4px;
background: #f5e9b3;
border-radius: 50%;
top: 8px;
left: 0;
}
.menu_footer a{
    color: #666;
    font-size: 0.85em;
}
.menu_footer a:hover{
color: #B6B6B6;
}
.cont_cat_foot{
    padding: 0 1% 0 8%;
}
.cont_cat_foot h2{
color: #1cdba9;
}
.cont_cat_foot ul{
list-style: none;
padding: 0;
margin: 0;
}
.cont_cat_foot li{
width: 100%;
}
.cont_cat_foot a{
color: #fff;
}
.cont_cat_foot a:hover{
color: #B6B6B6;
}
/* MENÚ EN EL FOOTER */
/* CONTENEDOR DE QUIÉNES SOMOS */
.cont_qsomos{
list-style: none;
margin: 0 0 10px 0;
padding: 0;
width: 100%;
display: inline-block;
*display: inline-block;
}
.cont_qsomos li{
margin:0 0 2% 0;
padding: 0;
width: 100%;
display: inline-block;
*display: inline-block;
}
.cont_qsomos img{
float: left;
margin: 0 0 1.8% 0;
width: 100%;
}
.cont_qsomos iframe{
margin: 0 0 10px 0;
}
.cont_qsomos_detalle{
width: 100%;
margin: 0;
padding:0;
}
.cont_qsomos_detalle li{
list-style: none
}
.cont_qsomos_detalle li h2{
margin: 1.5% 0% 1.5% 0%;
color: #f0cc80;
font-size: 1.5em;  
}
/* CONTENEDOR DE QUIÉNES SOMOS */
/* CONTENEDOR DE TESTIMONIOS */
.cont_testimonios{
list-style: none;
margin: 0 0 10px 0;
padding: 0;
width: 100%;
display: inline-block;
*display: inline-block;
}
.cont_testimonios li{
margin: 0 0 10px 0;
padding: 0;
width: 100%;
display: inline-block;
*display: inline-block;
}
.cont_testimonios img{
float: left;
margin: 0 1.8% 0 0;
width: 40%;
}
.cont_testimonios iframe{
margin: 0 0 10px 0;
}
/* CONTENEDOR DE TESTIMONIOS */
/* Estilo campo requerido */
.camp_requerido{
color: #E23030;
}
/* Estilo campo requerido */
.publicaciones_lista{
margin: 0;
padding: 0;
}
.publicaciones_lista li{
text-decoration: none;
list-style: none;
}
/*TRACKING*/
.cont_header_imprimir, .cont_imprimir{
text-align: center;
padding:1% 2%;
}
.cont_imprimir h1{
text-align: center;
border-bottom:1px solid #ccc;
}
.cont_imprimir .impr_pedido{
margin:0 0 1% 0;
}
.cont_imprimir .impr_pedido h1{
text-align:left;
border-bottom:1px solid #ccc;
}
.cont_imprimir .impr_pedido h2{
color:#4795C9;
}
.tbl_compra_detalle .txt_tbl p strong{
color: #c22126;
}
.tbl_compra_detalle tbody tr td{
padding: 0 2% 0 0%;
}
/*TRACKING*/
/* FOOTER*/
footer{
    margin: 0 auto;
    padding: 55px 0 20px;
    width: 85%;
    position: relative;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap:20px;
}
footer .footer_derecho
{
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    width: 46%;
    flex-grow: 1;
}
footer .footer_derecho .bloque_inf
{
width: 50%;
display: inline-block;
*display: inline-block;
margin: 0;
padding: 0;
border: 0;
text-align: right;
vertical-align: top;
}
/* ESTILOS CERTIFICADOS*/
footer .footer_izquierdo .certificado ul
{
padding: 0;
margin: 0;
}
footer .footer_izquierdo .certificado li
{
list-style: none;
display: inline-block;
*display: inline-block;
margin:0 15px ;
}
footer .footer_izquierdo .certificado h2{
color: #1cdba9!important;
margin-bottom: 0;
text-align: right;
}
/* ESTILOS CERTIFICADOS*/
footer .footer_izquierdo
{
    width: 52%;
    margin: 0 0 0 0;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 47px;
}
footer .footer_izquierdo .bloque_inf
{
width: 100%;
*display: inline-block;
display: inline-block;
margin:0;
vertical-align: middle;
}
/* LOGO REMATE */
footer .cont_logo_remate
{
position: relative;
    width: 18%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    flex-grow: 1;
}
footer .cont_logo_remate img{
width: 100%;
margin: 0% 0% 0% 0%;
}
footer .cont_logo_remate .logo_encabezado
{
max-width: 100%;
display: block;
text-align: right;
}
/* LOGO REMATE */
/* TEXTO EN EL INFERIOR*/
footer .texto_inferior
{
width: 48%;
display: inline-block;
margin: 20px 0 0 0;
}
footer .texto_inferior h2,footer .texto_inferior p
{
text-align: left;
color: #fff;
}
/* TEXTO EN EL INFERIOR*/
/* FIN FOOTER*/
/*BOTON FACEBOOK EN REGISTRO NUEVOS CLIENTES*/
#frm_1{
position: relative;
}
#frm_1 form{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
#frm_1 h3{
    color: #f0cc80;
    text-transform: uppercase;
    margin: 0 0 2%;
    font-weight: 500;
    font-size: 1.2em;
    flex-grow: 1;
    width: 100%;
}
#frm_1 .cont_frm_tipo4 fieldset {
width: 100%;
    padding: 0;
    flex-grow: 1;
    position: relative;
    margin: 5px 0;
}
#frm_1 .cont_frm_tipo4 fieldset img{
    position: absolute !important;
    top: 31px;
    left: 7px;
    width: 3%;
}
.btn_fb_clientes{
background: #45619d url(../images/icofbbtn.png) no-repeat;
background-position: 18%;
background-size: 9%;
margin: 0!important;
padding: 1% 2% 1% 6%;
display: inline-block;
color: #fff;
text-align: right;
position: absolute;
top: 0;
right: 0;
}
/*BOTON FACEBOOK EN REGISTRO NUEVOS CLIENTES*/
/*=============================================================================================================================
ESTILO QUE AFECTAN LA CONSOLA
=============================================================================================================================*/
.btn_nav_pttp{
text-align: center;
border-bottom: #33A69D 5px solid;
border-right: 0;
border-left: 0;
border-top: 0;
padding: 1% 2%;
display: inline-block;
color: #FFF;
background: #3FCBC2;
margin: 1.5% 0.5%;
}
.btn_nav_pttp:hover /*Fondo y color de letra cuando el cursor esta sobre el botón*/{
border-top: #fff 5px solid;
border-bottom: none;
}
.editar-modulo /*Estilo boton genereal*/{
color: #fFF;
background: #F25845;
border-bottom: 5px solid #CF472C;
padding:0.5% 3%;
display: inline-block;
*display: inline-block;
text-align: center;
position: relative;
margin: 2% 0;
}
.editar-modulo:hover /*Estilo boton genereal*/{
/*background: #CF472C;*/
border-top: 5px solid #FFF;
border-bottom: none;
}
.editar-modulo:hover img /*Estilo boton genereal*/{
background: url(../images/pstbtn2.png) no-repeat;
}
.pstnia{
position: absolute;
top: -7px;
left: 17px;
width: 15%;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-o-transform: rotate(135deg);
-moz-transform: rotate(135deg);
}
/*=============================================================================================================================
ESTILO QUE AFECTAN LA CONSOLA
=============================================================================================================================*/
/*Estilos menu ppal lateral*/
.cont_lat_menu_ppal{
width: 100%;
margin: 2% 0;
}
.cont_lat_menu_ppal ul{
width: 100%;
margin: 0;
padding: 0;
}
.cont_lat_menu_ppal ul li{
width: 100%;
list-style: none;
}
.cont_lat_menu_ppal ul li a{
color: #999;
padding: 2% 0;
}
/*Estilos menu ppal lateral*/}
/*VIDEOS*/
.cont_videos{
width: 100%;
margin: 0 auto;
position: relative;
}
.cont_videos ul{
width: 100%;
margin: 0;
padding:0;
}
.cont_videos ul li{
width: 100%;
list-style: none;
display: inline-block;
margin: 2% 2% 3% 0;
vertical-align: top;
}
.cont_videos ul li .cont_vid{
width: 50%;
padding-bottom: 28%;
position: relative;
margin: 0% 0% 0% 0%;
float: left;
height: 0px;
}
.cont_videos ul li iframe{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.cont_videos ul li:nth-child(even) .cont_vid{
width: 50%;
padding-bottom: 28%;
position: relative;
margin: 0% 0% 0% 0%;
float: right;
height: 0px;
}
.cont_videos ul li:nth-child(even) div{
margin: 0% 5% 0 0%;
}
.cont_videos ul li h2{
color: #f0cc80;
text-transform: uppercase;
font-size: 1.2em;
letter-spacing: 0.1em;
font-weight: 600;
margin: 1% 0% 3.5% 0%;
}
.cont_videos ul li div{
width: 45%;
display: inline-block;
vertical-align: top;
margin: 0% 0 0 5%;
}
.cont_videos ul li div p{
line-height: 1.7em;
}
/*VIDEOS*/
/*TESTIMONIOS LATERAL*/
.testimonio_lateral{
width: 100%;
display: inline-block;
}
.testimonio_lateral ul{
width: 100%;
display: inline-block;
padding: 0;
margin: 0;
}
.testimonio_lateral ul li{
list-style: none;
}
/*TESTIMONIOS LATERAL*/
/*TITULO Y DESCRIPCION DE ECOMMERCE*/
.tit_y_decrip{
display: inline-block;
margin: 1% 0 2% 0;
}
/*TITULO Y DESCRIPCION DE ECOMMERCE*/
.bql_contacto, .bql_contacto form fieldset{
width: 100%;
margin: 0;
padding: 0;
text-align: left;
position: relative;
}
.bql_contacto{
width: 100%;
    margin: 8% 0 0;
}
.bql_contacto .btn_general{
background: #424443;
border: #424443;
border-radius: 0;
background-size: 100%;
min-height: 43%;
width: 38%;
padding: 7px;
position: absolute;
right: 6px;
top: 25px;
font-size: 0.65em;
}
.bql_contacto .btn_general:hover{
background: #0b0c0d;
border: #0b0c0d;   
}
.btn_general p{
color: #FFF;    
}
.bql_contacto h2{
    color: rgb(245, 213, 146);
    margin-bottom: 14px;
    font-size: 0.83em;
    font-weight: 600;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.bql_contacto form fieldset input[type="text"]{
width: 65%;
padding: 11px;
vertical-align: middle;
margin: 2% 0% 2%;
display: block;
position: relative;
background: #F2F2F2;
border: 1px solid #f2f2f2;
}
.actp_condicions{
width: 100%;
margin: 0;
padding: 0;
position: relative;
}
.actp_condicions input[type="checkbox"]{
display: inline-block;
width: 5%;
vertical-align: middle;
float: left;
margin: 1% 0;
position: absolute;
left: -1px;
top: 1px;
}
.actp_condicions p{
width: 100%;
display: inline-block;
vertical-align: middle;
color: #adadad;
font-size: 0.8em;
padding: 0% 0% 0% 7%;
}
.actp_condicions a{
color: #adadad;
}
.actp_condicions a:hover{
color: #666;
text-decoration: underline;
}
.lateral .buscador{
width: 100%;
margin: 0 auto;
}
.cont_carrito{
width: 90%;
margin: 5% auto 5%;
}
.cont_carrito h1{
text-align: center;
margin: 2% 0% 2% 0%;
}
.cont_validar_codigo{
width: 35%;
}
.cont_validar_codigo .codigo_carrito .btn_general{
float: left;
}
/*TITULO ASIDE*/
.titulo_aside{
    background: #f0cc80;
    padding: 12px;
    vertical-align: middle;
    text-align: center;
    margin: 6% 0 0% 0;
    border-radius: 5px 5px 0px 0px;
}
.titulo_aside h2{
color: #fff;
vertical-align: middle;
text-align: center;
margin: 0;
font-size: 1em;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.cont_superior_1_landing1{
padding: 0%;
}
.cont_superior_1_landing1 header .cont_header_interior{
width: 93%;
overflow: hidden;
background: #fff;
padding: 0% 1%;
overflow: hidden;
margin: 0 auto;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_superior_1_landing1 header .logo_encabezado {
width: 10%;
float: left;
}
.cont_superior_1_landing1 header .centro_header {
width: 80%;
float: right;
margin: 2.45% 0;
}
header	.redes {
    margin: 0;
    padding: 0% 2% 0% 0%;
    position: relative;
    flex-grow: 1;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    width: 76%;
    align-items: center;
}
header	.redes:before{
content: "";
width: 1px;
height: 15px;
background: #FFF;
position: absolute;
right: 0;
top: 3px;    
}
header .cont_info_header{
width: 39%;
margin: 0% 0;
text-align: center;
display: inline-block;
vertical-align: middle;
}
header .cont_info_header p{
display: inline-block;
text-align: center;
margin: 0 0 0 4%;
color: #666;
font-size:1em;
}
.galeria_landing{
padding: 0 !important;
}
.cont_superior_1_landing1 header .cont_info_header{
display: inline-block;
text-align: right;
vertical-align: middle;
width: 18%;
}
.cont_superior_1_landing1 header .cont_info_header h2{
text-align:right;
}
.cont_superior_1_landing1 header .cont_info_header p{
text-align:right;
}
.cont_superior_2_landing1{
overflow: hidden;
background: #ffffff;
margin: 0 auto;
padding: 3% 2%;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_superior_2_landing1 .txt_index{
width: 48%;
padding: 0% 0% 0% 0%;
box-sizing: border-box;
float: left;
margin: 0% 4% 0% 0%;
}
.cont_superior_2_landing1 #frm_1 h1{
color: #FFCC9A;
background: url(../images/email.png) 0 no-repeat;
background-size: 7%;
text-align: left;
font-weight: 100;
margin: 3% 0 3% 0;
font-size: 1.6em;
padding: 0% 0% 0% 9%;
}
.cont_superior_2_landing1 #frm_1 p:nth-child(4){
padding: 0 0 0 4%;
background: url(../images/telefono-ico.png) no-repeat 0% 50%;
background-size: 3%;
}
/*.cont_superior_2_landing1 #frm_1 p:nth-child(4){
padding: 0 0 0 7%;
background: url(../images/email-ico.png) no-repeat 1% 50%;
background-size: 4%;
}*/
.cont_superior_2_landing1 #frm_1{
position: relative;
width: 46.49%;
padding: 0% 0% 0% 0%;
box-sizing: border-box;
float: left;
margin: 2% 0 0 0;
}
.cont_superior_2_landing1 .txt_index ul li h1{
color: #FFCC9A;
text-align: left;
font-weight: 100;
margin: 3% 0 3% 0;
font-size: 1.7em;
}
.cont_cuerpo_general_landing1{
width: 100%;
padding: 3%;
box-sizing: border-box;
text-align: center;
background: #f7f7f7;
}
.cont_cuerpo_general_landing1 .carrusel_imagenes .item_img {
margin: 0px 39px 0 0;
width: 210px;
}
.cont_cuerpo_general_landing1 .carrusel_imagenes {
margin: 0 0 2% 0;
}
.cont_cuerpo_general_landing1 .carrusel_imagenes .caroufredsel_wrapper {
height: 220px !important;
}
.cont_cuerpo_general_landing1 .carrusel_imagenes .item_img h3{
text-align: center;
}
.cont_cuerpo_general_landing1 .carrusel_imagenes .item_img p{
text-align: center;
}
.cont_cuerpo_general_landing1 .carrusel_imagenes .item_img h2 {
width: 100%;
text-align: center;
}
.cont_cuerpo_general_landing1 .txt_index h1{
text-align: center;
color: #666;
margin: 0 auto 3% auto;
border-bottom: 1px solid #c22126;
width: 40%;
font-size: 2em;
padding: 0 0 1.2% 0;
}
.cont_cuerpo_general_landing1 .txt_index p{
text-align:center;
margin:0 0 2% 0;
}
.cont_inferior_1_landing1{
width: 100%;
padding: 3%;
box-sizing: border-box;
}
.cont_inferior_1_landing1 .txt_index h1{
text-align:center;
margin:0 0 1.2% 0;
}
.cont_inferior_1_landing1 .txt_index p{
text-align:center;
}
.cont_inferior_2_landing1{
background: #fff;
border-top: 5px solid #c22126;
padding: 1.5% 0 1% 0;
}
.cont_inferior_2_landing1 footer{
padding: 0 0 0 0;
}
.cont_inferior_2_landing1 footer .footer_derecho {
width: 78%;
margin: 1% 0 0 0;
}
.cont_inferior_2_landing1 footer .cont_info{
width: 100%;
vertical-align: middle;
}
.cont_inferior_2_landing1 footer .cont_info h2 {
text-align: left;
}
.cont_inferior_2_landing1 footer .cont_info p {
color: #000;
text-align: right;
line-height: 1.4em;
display: inline-block;
margin: 0 4% 0 0;
}
.cont_inferior_2_landing1 footer .footer_izquierdo {
width: 20%;
}
.cont_inferior_2_landing1 footer .footer_izquierdo .cont_logo_remate{
width: 86%;
}
.cont_inferior_2_landing1 footer .footer_izquierdo img{
width: 100%;
}
.cont_inferior_2_landing1 .cont_redes_inferior {
width: 100%;
}
.cont_inferior_2_landing1 .cont_redes_inferior h2{
text-align: center;
}
.cont_inferior_2_landing1 .redes_inferior {
text-align: center;
}
.cont_solicitar{
text-align: center;
}
.cont_volver {
padding: 10px 18px 12px;
color: #FFF;
cursor: pointer;
background: #f5b666;
border-radius: 9px 0 0 9px;
position: fixed;
right: 0;
top: 14%;
z-index: 10;
text-align: center;
}
.cont_volver:hover{
background: #c22126;
}
.cont_volver img{
width: 28%;
margin: 0 4% 0 auto;
display: inline-block;
vertical-align: middle;
}
.cont_volver p {
vertical-align: middle;
display: inline-block;
margin: 0;
padding: 0;
color: #fff;
font-size: 1em;
text-align: center;
}
.landign_page_gracias h2{
text-align: center;
color: #c22126;
font-size: 1.6em;
}
.landign_page_gracias p{
text-align: center;
}
.landign_page_gracias{
display: inline-block;
float: right;
vertical-align: top;
width: 47%;
text-align: center;
}
.logo_encabezado{

}
.con_historial form{
margin: 0 0 1% 0;
}
.con_historial table thead th{
padding: 0.5% 0;
border: 1px solid #666;
}
.con_historial table tbody tr td{
padding: 1% 0;
}
.con_historial table tbody tr td a{
color: #c22126;
}
.con_historial table tbody tr td a:hover{
font-weight: 600;
}
.con_historial table tbody tr p,a{
text-align: center;
}
.carrusel_productos_disenop .caroufredsel_wrapper{
height: 342px !important;
}
.carrusel_productos_disenop .clearfix {
float: none;
clear: both;
}
.carrusel_productos_disenop .prev {
position: absolute;
left: 10px;
top: 21%;
width: 7%;
}
.carrusel_productos_disenop .next {
position: absolute;
right:10px;
top: 21%;
width: 7%;
}

.carrusel_productos_disenop #pager{
display: block;
position: absolute;
top: 25%;
left: 6%
}
.carrusel_productos_disenop{
display: inline-block;
text-align: start;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 45%;
height: 517px;
margin: 16px 16px 0px 0px;
overflow: hidden;
}
#carrusel_productos_disenop{
text-align: left;
float: none;
position: absolute;
top: 0px;
right: auto;
bottom: auto;
left: 0px;
margin: 0px;
width: 3304px;
height: 180px;
z-index: auto;
background: #fff;
}
.carrusel_productos_disenop .dper h2{
color: #f0cc80;
text-align: center;
margin: 6% 0 6%;
}
.carrusel_productos_disenop .dper{
text-align: center;
width: 411px;
margin: 0 18px 0 -7px;
display: block;
float: left;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
background: #fff;
height: 520px;
}
.carrusel_productos_disenop .dper img{
width: 65%;
}
.carrusel_productos_disenop .dper h3{
color: #2a2f33;
    margin: 3% 0 3% 0%;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.95em;
}
.carrusel_productos_disenop .dper p{
width: 65%;
margin: 0 auto;
text-align: center;
}
.carrusel_productos_disenop #pager .selected span{
background: #0BA3BA;
color: #0BA3BA;
}
.carrusel_productos_disenop #pager a span{
width: 20px;
height: 20px;
background: #ccc;
display: block;
border-radius: 100%;
color: #ccc;
margin-bottom: 40%;
}
.diseno_personalizado_cuerpo #frm_1{
width: 51.5%;
padding: 2%;
margin: 0 0 0 0%;
display: inline-block;
box-sizing: border-box;
vertical-align: top;
}
.diseno_personalizado_cuerpo #frm_1 h2{
color: #2a2f33;
font-size: 1.4em;
text-transform: none;
font-weight: 100;
}
.diseno_personalizado_cuerpo #frm_1 p:nth-child(4) {
padding: 0 0 0 4%;
background: url(../images/telefono-ico.png) no-repeat 0% 50%;
background-size: 3%;
}
.body_terminos .cont_pagina #frm_1 {
width: 80%;
margin: 0 auto;
}
.body_terminos .cont_pagina #frm_1 h1 {
color: #c22126;
margin: 2% 0;
text-align: center;
}

.logo_tracking{
width: 40%;
margin: 0 auto;
}


/*----------------------- Buscador cms ecomerce --------------------------------------------------*/
.cont-buscador{
width: 100%;
margin: 0 0 0% 0;
background: #F5F5F5;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 0% 4% 0% 8.5%;
}
.cont-buscador form{
    padding: 1%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.cont-buscador form div{
width: 0%;
    display: none;
    margin: 0 0 0 0;
    flex-grow: 1;
}
.cont-buscador form div  img{
width: 23.5%;
display: inline-block;
vertical-align: middle;
margin: 1% 0% 1.7% 0%;
}
.cont-buscador form div h1{
width: 72%;
color: #999;
font-size: 1em;
display: inline-block;
vertical-align: middle;
text-align: center;
font-weight: 400;
margin: 0.5% 0% 0% 1%;
}
.cont-buscador form fieldset{
width: 22%;
flex-grow: 1;
padding: 0% 0%;
position: relative;
}
.cont-buscador form fieldset select{
    padding: 13px 20px;
    border: 1px solid #ffffff;
    background: #FFF;
    border-radius: 35px;
    font-size: 0.86em;
    color: #ababab;
    position: relative;
}
.cont-buscador form fieldset:nth-child(2):before{
content: "";
position: absolute;
right: 0px;
top: 0px;
background: #ffffff url(../images/arrow_dw.png) no-repeat 50%;
background-size: 39%;
border-radius: 3px;
width: 17%;
height: 100%;
pointer-events: none;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 11;
border-radius: 0px 24px 24px 0px;
}
.cont-buscador form fieldset:nth-child(2):before{
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ffffff url(../images/arrow_dw.png) no-repeat 50%;
    background-size: 20px;
    width: 17%;
    height: 100%;
    pointer-events: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
    border-radius: 0px 24px 24px 0px;
}
.cont-buscador form fieldset:nth-child(3){
width: 24%;
display: inline-block;
margin: 0;
}
.cont-buscador form fieldset:nth-child(2){
width: 25%;
display: inline-block;
margin: 0% 1% 0% 0%;
}
.cont-buscador form fieldset:nth-child(3) input{
border-radius: 25px;
padding: 13px 20px;
border: 1px solid #FFF;
background: #FFF url(../images/buscar.png) no-repeat 95%;
background-size: 23px;
}
.cont-buscador form fieldset:nth-child(4){
width: 15%;
margin: 0% 0% 0% 1.3%; 
}
.cont-buscador form fieldset:nth-child(4) .btn_general{
width: 45%;
border-radius: 50px;
padding: 13px 20px;
font-weight: 600;
}
.addthis_32x32_style .addthis_counter.addthis_bubble_style, .addthis_32x32_white_style .addthis_counter.addthis_bubble_style {
background: #f5f5f5;
}
.cont_lat_menu_ppal {
width: 80%;
margin: 2% 0;
padding: 3% 10% 0%;
}
.cont_lat_menu_ppal ul {
width: 100%;
margin: 0;
padding: 0;
}
.cont_lat_menu_ppal ul li {
width: 100%;
list-style: none;
}
.cont_lat_menu_ppal ul li .barra_principal {
padding: 12px 0 12px;
    margin: 0 0 20px 0;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.cont_lat_menu_ppal ul li .barra_principal:before {
content: "+";
position: absolute;
top: 8%;
right: 2%;
cursor: pointer;
color: #868686;
font-size: 1.6em;
font-weight: 700;
}
.cont_lat_menu_ppal ul li .on:before {
content: "-"!important;
position: absolute;
top: -12%;
right: 3%;
cursor: pointer;
color: #868686;
font-size: 2.1em;
font-weight: 700;
}
.cont_lat_menu_ppal ul li .barra_principal1 {
padding: 3% 0 3% 0%;
margin: 0 0 0% 0%;
position: relative;
text-align: left;
}
/*.cont_lat_menu_ppal ul li .barra_principal1:after{
content: "";
width: 6px;
height: 6px;
border-radius: 50%;
background: #868686;
position: absolute;
left: 0%;
top: 50%;
transform: translateY(-50%);
}*/
.cont_lat_menu_ppal ul li .barra_principal1:before {
content: "+";
cursor: pointer;
position: absolute;
right: 2%;
top: 8%;
color: #868686;
font-weight: 600;
font-size: 1.3em;
}
.cont_lat_menu_ppal ul li .barra_principal8 {
padding: 3% 0 3% 0%;
margin: 0 0 0% 0%;
position: relative;
text-align: left;
}
.cont_lat_menu_ppal ul li .barra_principal6 {
padding: 3% 0 4% 5%;
margin: 0 0 3% 0%;
position: relative;
}
.cont_lat_menu_ppal ul li .barra_principal2 {
padding: 3% 0 3% 10%;
margin: 0 0 3% 0%;
position: relative;
}
.cont_lat_menu_ppal ul li .barra_principal7 {
padding: 0% 0 0% 10%;
margin: 0 0 3% 0%;
position: relative;
text-align: left;
}
.cont_lat_menu_ppal ul li .barra_principal2:before {
content: "+";
position: absolute;
right: 10%;
cursor: pointer;
color: #fff;
}
.cont_lat_menu_ppal p { font-family: 'helvcondensedregular'; }
.cont_lat_menu_ppal ul li p a {
color: #ccc;
display: block;
font-size: .9em;
text-transform: uppercase;
margin: 3% 0 3% 15%;
padding: 0% 0;
}
.cont_lat_menu_ppal ul li p a:hover { color: #c3cd00; }
.cont_lat_menu_ppal ul li h3 {
color: #ccc;
margin: 0 0 0 0;
padding: 0% 20% 0 0;
text-transform: uppercase;
font-size: 1.1em;
font-weight: 300;
text-align: left;
}
.cont_lat_menu_ppal ul li h3 a { color: #868686 }
.cont_lat_menu_ppal ul li h3 a:hover { color: #868686; }
.cont_lat_menu_ppal ul li h4 a {
color: #868686;
font-size: 0.9em;
text-transform: uppercase;
margin: 6% 0 6% 0;
}
.cont_lat_menu_ppal ul li h5 a {
color: rgb(213, 186, 115);
font-size: 1.05em;
text-transform: uppercase;
margin: 6% 0 6% 0;
}
.cont_lat_menu_ppal .barra_principal2 h3 {
color: rgb(195, 205, 0);
font-size: 1.05em;
text-transform: uppercase;
margin: 0% 0 0% 0;
font-weight: 900;
}
.cont_lat_menu_ppal ul li .barra_principal3 {
padding: 3% 0 3% 10%;
margin: 0 0 3% 0%;
position: relative;
}
.cont_lat_menu_ppal ul li .barra_principal3:before {
content: "+";
position: absolute;
right: 10%;
color: #fff;
}
.cont_lat_menu_ppal .barra_principal3 h5 {
color: rgb(195, 205, 0);
font-size: 1.05em;
text-transform: uppercase;
margin: 0% 0 0% 0;
font-weight: 900;
}
.cont_lat_menu_ppal ul li h5 a:hover { color: #fff; }
.cont_lat_menu_ppal ul li h4 a:hover { color: #ccc; }
.mostrar_contenido2 h6 {
padding: 3% 0 3% 10%;
margin: 0 0 3% 0%;
position: relative;
}
.mostrar_contenido2 h6 a {
margin: 3% 0 3% 12%;
color: #999;
font-size: 1.3em;
font-weight: 100;
display: inline-block;
text-align: left;
}
.valores { padding: 3% 10% 4%; text-align: left;}
.valores h3 {
color: #868686;
margin: 0 0 0 0;
padding: 0% 0;
text-transform: uppercase;
font-size: 1.12em;
vertical-align: top;
font-weight: 300;
display: inline-block;
}
.valores p {
font-size: 1.15em;
display: inline-block;
width: 49%;
font-weight: 600;
color: #2a2f33;
}
.valores .p_final { text-align: right; }
.valores .btn_general {
width: 100%;
margin: 7% 0 0 0!important;
padding: 10px 0;
}
.valores #valBox {
margin: 0% 0% 0% 3%;
display: inline-block;
font-size: 1.2em;
color: #f0cc80;
font-weight: 600;
float: right;
}
.cont_lateral_categorias{
background: #f5f5f5;
border-radius: 4px;
}

input[type=range] {
-webkit-appearance: none;
margin: 18px 0;
width: 100%;
}
input[type=range]:focus { outline: none; }
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 8.4px;
cursor: pointer;
animate: 0.2s;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
background: #999;
border-radius: 0px;
}
.cont_cuerpo_general_blanco input[type=range]::-webkit-slider-runnable-track {
background: #ddd;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 2px solid #fff;
height: 30px;
width: 30px;
border-radius: 50%;
background: #F0CC80;
cursor: pointer;
-webkit-appearance: none;
margin-top: -10px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #999;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 8.4px;
cursor: pointer;
animate: 0.2s;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
background: #999;
border-radius: 0px;
}
input[type=range]::-moz-range-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 2px solid #fff;
height: 30px;
width: 30px;
border-radius: 50%;
background: #c3cd00;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 8.4px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
border-width: 16px 0;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #2a6495;
border: 0.2px solid #010101;
border-radius: 50%;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
background: #999;
border-radius: 50%;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 2px solid #fff;
height: 30px;
width: 30px;
border-radius: 50%;
background: #c3cd00;
cursor: pointer;
}
.cont_lateral_categorias .ecommerce_buscador #frm_buscador_especial{
width: 85%;
margin: 0 auto;
}
.cont_lateral_categorias .ecommerce_buscador #frm_buscador_especial input{
width: 100%;
background: #ffffff;
border: 1px solid #ffffff;
padding: 10px 35px;
}
.cont_lateral_categorias .ecommerce_buscador #frm_buscador_especial .btn_buscador{
    color: #fFF;
    font-size: 0.85em;
    text-transform: uppercase;
    background: #2a2f33;
    border: none;
    margin: 0% 0px 0 0 !important;
    padding: 11px 25px;
    display: inline-block; 
}
.cont_lateral_categorias .ecommerce_buscador #frm_buscador_especial .btn_buscador:hover{
background: #595e61;
color: #fff;    
}
.diseno_personalizado_cuerpo #frm_1 p{
font-size: 0.85em;    
}
#mensaje h4{
color: #ffffff;
background: #ff6262;
width: 65%;
margin: 0 auto;
padding: 2%;
border-radius: 4px;   
}
.cont_ins{
background: url(../images/fondo_ins.jpg) no-repeat 0;
background-size: cover;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 2.5% 5% 0% 5%;
background-attachment: fixed;
}
.cont_ins nav.miga{
background: none;    
}
.cont_ins nav.miga ul li a {
color: #ffffff;
border-right: 1px solid #FFF;
}
.cont_ins nav.miga ul li span {
color: #fff;
}
.cont_ins #ancla-inicio{
text-align: center;
}
/*----------------------- Fin buscador cms ecomerce --------------------------------------------------*/

.cont_tamanog{
    max-width: 1366px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0 50px;
}

.detalle_cara{
background: #FFF;
}

.btn_cargar{
color: #fff;
border: 1px solid #2A2F32;
background: #2a2f33 url(../images/fl-ico3.png) no-repeat 88%;
background-size: 20%;
margin: 6% auto 0% auto !important;
padding: 13px 47px 13px 20px;
display: block;
font-weight: 400;
text-transform: uppercase;
font-size: 0.75em;
letter-spacing: 0.15em;
border-radius: 4px;
}
.btn_cargar:hover{
border: 1px solid #585858;
background: #585858 url(../images/fl-ico3.png) no-repeat 88%;
background-size: 20%;
color: #fff;
}
.palabras{
background: #f7f7f7;
padding: 2% 5%;
display: flex;
flex-wrap: wrap;

}
.palabras h3{
text-align: center;
font-size: 1.4em;
position: relative;
font-weight: 600;
color: #000;
flex-grow: 1;
padding: 0 0 2%;
width: 100%;
}
.palabras .se-pa{
display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 40px;
    flex-grow: 1;
    width: 100%;
}
.palabras .se-pa .list{
flex-grow: 1;
    width: 17%;
    max-width: 17%;
}
.palabras .se-pa .list h4{
font-weight: 500;
color: #000;
margin: 8px 0;
font-size: 0.95em;
}
.palabras .se-pa .list h4:hover{
text-decoration: underline;
}



/*NUEVO MENU*/

.cont_cat_foot {
    width: 100%;
    box-sizing: border-box;
}
}
.menu_header {
    margin: 0;
    text-align: right;
    position: relative;
    flex-grow: 1;
    padding: 0 0 0 10%;
}
.cont_cat_head h2 {
    padding: 13px 27px;
    color: #fff;
    font-size: .8em;
    transition: all ease .5s;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    width: 85%;
    margin: 0;
}
.cont_cat_head h2 {
    display: none;
}
.cont_cat_head .menu_superior li {
    margin: 0;
    flex-grow: 1;
    width: auto;
    padding-bottom: 4px;
}
.cont_cat_head .menu_superior li a {
    color: #000;
    display: block;
    padding: 12px 12px;
    text-transform: uppercase;
    font-size: 0.82em;
    font-weight: 600;
    position: relative;
    background: none;
    border: none;
    text-align: center;
}
.cont_cat_head .menu_superior li .fulldrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    left: 0px;
    background-color: rgba(238, 238, 238, 0.96);
    width: 100%;
    min-height: 100px;
    text-align: center;
    margin-top: 30px;
    padding: 0 5%;
    z-index: 99;
    overflow: hidden;
    box-sizing: border-box;
}
.cont_cat_head .menu_superior li:hover .fulldrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    width: 246px;
    left: -46px;
    z-index: 9999;
    padding: 0;
}
.cont_cat_head .menu_superior li:hover .fulldrop li{
        width: 100%;
        padding: 0 !important;
}
.cont_cat_head .menu_superior li:hover .fulldrop li a{
        padding: 16px !important;
    background: #ececec !important;
    border-bottom: 1px solid #dddddd;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.cont_cat_head .menu_superior li .fulldrop li:hover a{
    background: #000 !important;
}
.cont_line_menu {
    display: none;
}
.cont_line_menu span {
    display: block;
    margin-top: 5px;
    height: 3px;
    background: white;
    width: 25px;
}

#caja {
    width: auto;
    margin: auto;
    height: auto;
}
.menu_superior {
    padding: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu_header ul {
    width: 100%;
    margin: 1% 0;
    padding: 0;
}

.cont_cat_foot ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.qui-h2-form #frm_1 h2{
display: none;
}
.qui-h2-form  .cont_terminos_condiciones h2{
    display: none;
}

/*FIN DEL MENÚ*/


    #caja{

        width: auto;

        margin: auto;

        height: auto;
    }

    @media screen and (max-width: 700px) and (min-width: 300px){

        #caja {
            /* display: none!important; */
            display: none;
        }       

        #icon_cat{
            
        }

    }
@media screen and (max-width: 1129px) and (min-width: 700px){

#caja {
 display: none; 
/*display:block !important;*/
}   

#icon_cat{
height: auto;
}
/*ESTILOS DEL MENÚ*/
.cont_info_slider h2{
font-size: 1.5em;
}
.cont_line_menu{
display: inline-block;
vertical-align: middle;
margin: 0 7% 0 0;
}   
.cont_line_menu span{
display: block;
    margin-top: 5px;
    height: 4px;
    background: black;
    width: 25px;
    border-radius: 50px;
}
.cont_cat_foot {
    width: 100%;
    padding: 0;
}
.menu_header  .cont_cat_head{
    text-align: right;
}

.cont_cat_head .menu_superior li {
    width: 100%;
    border-bottom: 1px solid #222222;
    margin: 0 auto;
    padding-bottom: 0;
}
.menu_superior li:before{
    content: '';
    height: 0;
}
.menu_superior li:hover:before{
    content: '';
    height: 0;
}
.cont_cat_head .menu_superior li a{
color: #fff;
text-align: center;
padding: 13px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.menu_superior li:nth-child(3) a{
    background: none !important;
    padding: 13px !important;
}
.menu_superior li:nth-child(3) a:hover{
    background: #f5d592 !important;
    color: #000 !important;
}
.cont_cat_head .menu_superior li a:hover:before {
width: 0;
}

.cont_cat_head .menu_superior li a:hover {
color: #000000;
    text-decoration: none;
    background: #f5d592;
}
.cont_cat_head .menu_superior li .fulldrop{
display: none;
}

.cont_cat_head h2{
padding: 13px 27px;
color: #fff;
font-size: .8em;
transition: all ease .5s;
vertical-align: middle;
text-transform: uppercase;
font-weight: 500;
display: inline-block;
width: 80%;
margin: 0;
display: none;
}
#caja{
    width: 100%;
    position: absolute;
    top: 100%;
    margin: 0;
    z-index: 99999;
    background: #000;
    left: 0;
}
/*FIN DEL MENU*/
.ecommerce_header {
    width: 26%;
}
.cont_header .pre_header .pre_2 {
    width: 44%;
}
header .redes {
width: 53%;
}
.cont-buscador form fieldset:nth-child(4) .btn_general {
    width: 71%;
    }
.ecommece_categorias ul li div h2{
            font-size: 1.1em !important;
    }
.carrusel_imagenes .item_img {
    width: 239px;
}
footer .footer_derecho{
    width: 100%;
}
footer .footer_izquierdo{
    width: 100%;
}
aside{
    width: 100%;
    order: 2;
}
section#cont_principal{
    width: 100%;
    order: 1;
}
.cont_info_slider {
    width: 100% !important;
    }
    .cont_info_slider a{
        display: none !important;
    }
}
@media screen and (max-width: 2500px) and (min-width: 1130px){
#caja {
/* display: none!important; */
display:block ;
}   
#icon_cat{
height: auto;
}
}
@media screen and (max-width: 767px)and (min-width: 350px){

body{
    padding: 0 !important;
    box-sizing: border-box;
}
#caja {
 display: none; 
/*display:block !important;*/
}   

#icon_cat{
height: auto;
}
/*ESTILOS DEL MENÚ*/
.cont_info_slider h2{
font-size: 1.5em;
}
.cont_line_menu{
display: inline-block;
vertical-align: middle;
margin: 0 0 0 0;
}   
.slider_index .cont_info_slider h2 {
    font-size: 1em !important;
    }
.slider_index .cont_info_slider p {
    font-size: 1.2em !important;
}
.slider_index .cont_info_slider{
padding: 20px !important;
    width: 70% !important;
}
.callbacks_nav {
    top: 70% !important;
    width: 20px !important;
    background-size: 42px !important;
}
.cont-buscador form fieldset{
    width: 100% !important;
}
.cont_line_menu span{
display: block;
    margin-top: 5px;
    height: 4px;
    background: black;
    width: 25px;
    border-radius: 50px;
}
.cont_cat_foot {
    width: 100%;
    padding: 0;
}
.menu_header  .cont_cat_head{
text-align: center;
    padding: 13px 0;
}
.cont_header .cont_hd {
    padding: 5%;
    }

.cont_cat_head .menu_superior li {
    width: 100%;
    border-bottom: 1px solid #222222;
    margin: 0 auto;
    padding-bottom: 0;
}
.menu_superior li:before{
    content: '';
    height: 0;
}
.menu_superior li:hover:before{
    content: '';
    height: 0;
}
.cont_cat_head .menu_superior li a{
color: #fff;
text-align: center;
padding: 13px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.menu_superior li:nth-child(3) a{
    background: none !important;
    padding: 13px !important;
}
.menu_superior li:nth-child(3) a:hover{
    background: #f5d592 !important;
    color: #000 !important;
}
.cont_cat_head .menu_superior li a:hover:before {
width: 0;
}

.cont_cat_head .menu_superior li a:hover {
color: #000000;
    text-decoration: none;
    background: #f5d592;
}
.cont_cat_head .menu_superior li .fulldrop{
display: none;
}

.cont_cat_head h2{
padding: 13px 27px;
color: #fff;
font-size: .8em;
transition: all ease .5s;
vertical-align: middle;
text-transform: uppercase;
font-weight: 500;
display: inline-block;
width: 80%;
margin: 0;
display: none;
}
#caja{
    width: 100%;
    position: absolute;
    top: 100%;
    margin: 0;
    z-index: 99999;
    background: #000;
    left: 0;
}
/*FIN DEL MENU*/
.ecommerce_header {
    width: 100%;
}
.cont_header .pre_header .pre_2 {
    width: 100%;
}
header .redes {
    width: 26%;
    text-align: center;
}
.pre_header .pre_tamaño{
    gap:10px;
}
header .logo_encabezado{
    width: 100%;
    padding: 0 100px;
    box-sizing: border-box;
}
.cont-buscador form fieldset:nth-child(4) .btn_general {
    width: 71%;
    }
.ecommece_categorias ul li div h2{
            font-size: 1.1em !important;
    }
.carrusel_imagenes .item_img {
    width: 239px;
    margin: 0 55px 0;
}
.palabras .se-pa .list {
    width: 25%;
    max-width: 100%;
}
.cont_menu_footer{
    width: 100%;
}
footer .cont_info{
    width: 100%;
}
footer .cont_logo_remate{
    padding: 0 100px;
    box-sizing: border-box;
}
article.derechos .cont_izquierda{
    width: 100%;
}
article.derechos .cont_izquierda p{
    text-align: center;
    }
article.derechos .cont_derecha{
    width: 100%;
    text-align: center;
}
article.derechos .cont_derecha p{
    text-align: center;
    }
footer .footer_derecho{
    width: 100%;
}
.cont_info_slider{
    display: none;
}
footer .footer_izquierdo{
    width: 100%;
}
aside{
    width: 100%;
    order: 2;
}
section#cont_principal{
    width: 100%;
    order: 1;
}
.cont_info_slider {
    width: 100% !important;
    }
    .cont_info_slider a{
        display: none !important;
    }
.cont-buscador form{
    padding: 20px;
    text-align: center;
}
.txt_index ul li h2:before {
    content: "";
    width: 25%;
    height: 6px;
    background: #131313;
    position: absolute;
    bottom: -7%;
    left: 50%;
    transform: translateX(-50%);
}
.cont_superior_2 .txt_index ul li p{
    width: 100%;
}
.ecommece_categorias ul li{
    width: 100% !important;
}
.cont_qs .txt_index ul li h1:before {
    content: "";
    bottom: -21%;
    background: #FFF;
}
.txt_index ul li h1:before {
    content: "";
    width: 23%;
    height: 6px;
    background: #131313;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}
.ecommerce_productos_lista li {
    width: 49%!important;
    max-width: 46%!important;
}
.btn_general{
font-size: 0.65em;
    padding: 10px 9px;
}

.carrusel_productos_disenop{
    width: 100%;
    margin: 0;
    height: 339px;
}
.diseno_personalizado_cuerpo #frm_1{
    width: 100%;
}
.cont_prod_detalle form .cont_izq{
    width: 100% !important;
}
.cont_inicio_sesion{
    width: 80% !important;
}
section#cont_principal .txt_index ul li h1:before {
    content: "";
    width: 15%;
    height: 5px;
    background: #424443;
    position: absolute;
    bottom: -6px;
    left: 8%;
}
.cont_menu_vinculos{
    width: 100% !important;
}
}
