@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{
color: #444; /*Color de la fuente en genereral para todo el sito*/
margin: 0 auto;
width: 100%;
font-weight:300;
background: #fff;/*Color del fondo de la pagina Web*/
font-family: 'Open Sans', sans-serif;
}
/* Estilos Placeholder */
::-webkit-input-placeholder { color: #bbb; font-size: 14px; }
::-moz-placeholder { color: #bbb; font-size: 14px; } /* firefox 19+ */
:-ms-input-placeholder { color: #bbb; font-size: 14px; } /* ie */
input:-moz-placeholder { color: #bbb; font-size: 14px; }
input:-ms-placeholder { color: #bbb; font-size: 14px; }
::-webkit-textarea-placeholder { color: #bbb; font-size: 14px; }
::-moz-placeholder { color: #bbb; font-size: 14px; } /* firefox 19+ */
:-ms-textarea-placeholder { color: #bbb; font-size: 14px; } /* ie */
textarea:-moz-placeholder { color: #bbb; font-size: 14px; }
textarea:-ms-placeholder { color: #bbb; font-size: 14px; }
::-webkit-select-placeholder { color: #bbb; font-size: 14px; }
::-moz-placeholder { color: #bbb; font-size: 14px; } /* firefox 19+ */
:-ms-select-placeholder { color: #bbb; font-size: 14px; } /* ie */
select:-moz-placeholder { color: #bbb; font-size: 14px; }
select:-ms-placeholder { color: #bbb; font-size: 14px; }
/* 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-weight:600;
font-size: 1.8em;
margin: 0 0 10px 0;
font-family: 'Open Sans', sans-serif;
}

h2{
text-align: left;
margin: 2% 0% 1% 0%;
color: #6db1ee;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
font-weight: 500;
font-size: 1.7em;
font-family: 'Open Sans', sans-serif;
}
h3{
/*se le definen estilos unicos para cada h3*/
text-align: left;
font-size: 1.1em;
color: #999;
margin: 0 0 5px 0;
font-family: 'Open Sans', sans-serif;
}
h4{
/*se le definen estilos unicos para cada h4*/
font-weight: 300;
font-family: 'Open Sans', sans-serif;
}
h5{
/*se le definen estilos unicos para cada h5*/
font-weight: 300;
font-family: 'Open Sans', sans-serif;
}
p{
/*Estilos para los parrafos, se definen propiedades globales*/
font-size: 0.9em;
text-align: justify;
font-weight: 500;
line-height: 1.8;
font-family: 'Open Sans', sans-serif;
}
form{
position: relative;
}
span{
margin: 0;
font-size: 1em;
line-height: 1.4em;
text-align: justify;
color: 000;
}
/* Se definen los estilos generales para los campos de los formularios*/
input[type="text"], input[type="password"], input[type="email"], textarea, select{
background: #fff;
margin: 0;
padding:8px;
width: 100%;
/* Estilos de fuentes en campos de texto */
color: #444;
font-size:1em;
text-align: left;
/* Estilos de fuentes en campos de texto */
border: 1px solid #ddd;/*Color de bordes*/
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
/* se define el estilo para los campos cuando se pasa sobre estos*/
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:hover,
textarea:hover {
border: 1px solid #ccc;
}
/* se define el estilo para los campos cuando se esta activo el campo*/
input[type="text"]:focus,
input[type="file"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus
textarea:focus, {
outline: 0;
background: #fff;
border: 1px solid #ccc;
}
select:focus{
outline: 0;
}
/* Fin se definen los estilos generales para los campos de los formularios */
/* --------------------------------------- CONTENEDOR HEADER --------------------------------------- */
/*ESTILOS header o cabezote del sitio*/
header{
    text-align: left;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
header .cont_header_interior{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    z-index: 30;
    top: 0;
    background: rgba(255, 255, 255, 0.92);
    -webkit-box-shadow: 0px 8px 5px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 8px 5px -2px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 5px -2px rgba(0,0,0,0.1);
}
.contacto-header{
    background: #343434;
    text-align: left;
    padding: 0.2% 6%;
}
.contacto-header p{
    color: #fff;
    display: inline-block;
    font-size: 0.75em;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
    padding: 1% 0 1% 2%;
    background: url(../images/contacto.png)no-repeat 0%;
    background-size: 7%;
}
.contacto-header p:nth-child(2n){
    background: url(../images/cell.png)no-repeat 5%;
    background-size: 14%;
}
.contacto-header .redes{
    width: 70%;
    margin: 0;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}
.contacto-header .redes h2{
    color: #fff;
    display: inline-block;
    text-align: right;
    font-size: 0.75em;
    letter-spacing: 0.5px;
}
.contacto-header .redes  ul{
    display: inline-block;
    vertical-align: middle;
    width: 7%;
}
.contacto-header .redes  ul li{
	    display: inline-block;
    max-width: 30%;
    margin: 4px;
}
/* logo encabezado*/
header .logo_encabezado{
    margin: 0 0 0 5%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 10%;
}
/* Buscador encabezado */
header .centro_header{
    display: inline-block;
    width: 74%;
    text-align: right;
    margin: 0 6% 0 0;

}
header .buscador{
display: inline-block;
margin: .5% 0;
position: relative;
vertical-align: middle;
width: 35%;
}
header  .buscador input[type="text"]{
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{
width: 18%;
margin: 1% 0;
display: inline-block;
text-align: right;
vertical-align: middle;
}
header	.redes ul{
list-style: none;
margin: 0;
padding: 0;
}
header .redes li{
display: inline-block;
margin: 0;
max-width: 18%;
}
header .redes img {
}
header .redes li  a img:hover {
}
/*fin redes sociales encabezado*/
/*MENU HEADER*/
.menu_header{
    width: 100%;
    margin: 0;
}
.menu_header ul{
    width: 100%;
    margin: 0% 0;
    padding: 0;
}
.menu_header ul li{
list-style: none;
display: inline-block;
}
.menu_header ul li a{
    display: block;
    padding: 35px 25px 36px 25px;
    color: #999;
    text-transform: uppercase;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'open sans';
    font-size: 0.95em;
    font-weight: 700;
    position: relative;
}
.menu_header ul li a:before {
    content: '';
    width: 0%;
    height: 4px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.menu_header ul li:hover a{
	color:#6db1ee;
}
.menu_header ul li:hover a:before {
content: '';
    width: 100%;
    height: 4px;
    background: #6db1ee;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.menu_header ul li:last-child a{
    border-right: none;
}
/*MENU HEADER*/
/* ---------------------------------------fin Contenedor header --------------------------------------- */
/* ----------------------------------------- Menú superior ----------------------------------------- */
.menu_superior {
background: #0AB2BC;
padding: 0;
width: 100%;
z-index: 1000;
}
.menu_superior .menu{
list-style:none;
text-align:center;
margin:0 auto;
padding:0;
width:98%;
max-width: 1270px;
}
.menu_superior .menu li{
display: inline-block;
margin: 0 0 0 -4px;
}
.menu_superior .menu a /*estilos fuente del menu superior*/{
color:#FFF;
display: block;
padding:15px 14px;
text-transform: uppercase;
border-right: 1px solid #0BCBD7;
}
.menu_superior .menu li:last-child a{
border: 0;
}
.menu_superior .menu li:hover /*hover fuente del menu superior*/
{
color:#0AB2BC;
background: #126e73;
}
/*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;
}
.menu_superior .menu span {
float:left;
color:#eee;
text-decoration:none;
}
.menu_superior .menu ul{
background:#FFF;
display:none;
position:absolute;
list-style:none;
margin: 0;
padding: 0;
text-align: left;
height: auto;
}
.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 .menu li.noborder {
border-top:none
}
/*Fin estilo menu despegable*/

/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
width: 100%!important;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
margin:0!important;
}
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs {
list-style: none;
padding: 0;
background: rgba(0,0,0,.25);
box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
font-size: 18px;
list-style: none;
margin: 0 auto 50px;
max-width: 540px;
padding: 10px 0;
text-align: center;
width: 100%;
}
.rslides_tabs li {
display: inline;
float: none;
margin-right: 1px;
}
.rslides_tabs a {
width: auto;
line-height: 20px;
padding: 9px 20px;
height: auto;
text-decoration: none;
color: #000;
background: transparent;
display: inline;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
#download {
background: #333;
background: rgba(255,255,255,.1);
border: 1px solid rgba(255,255,255,.1);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
display: block;
font-size: 20px;
font-weight: bold;
margin: 60px auto;
max-width: 500px;
padding: 20px;
}
#download:hover {
background: rgba(255,255,255,.15);
}
.footer {
font-size: 11px;
}
/* Callback example */
.events {
list-style: none;
}
.callbacks_container {
    margin: 10.5% 0 0;
    position: relative;
    width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.callbacks img {
display: block;
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
background: #000;
background: rgba(0,0,0, .8);
left: 0;
right: 0;
bottom: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 52%;
left: 0;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 61px;
width: 38px;
background: transparent url(../images/themes.gif) no-repeat left top;
margin-top: -45px;
}
.callbacks_nav:active {
opacity: 1.0;
}
.callbacks_nav.next {
left: auto;
background-position: right top;
right: 0;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager img {
float: left;
}
#slider3-pager .rslides_here a {
background: transparent;
box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
padding: 0;
}
/*CONTENEDOR DE INFO DE SLIDER*/
.cont_info_slider{
    width: 35%;
    position: absolute;
    top: 50%;
    left: 5%;
    /* background: rgba(0,0,0,.35); */
    z-index: 10;
    padding: 0%;
    text-align: left;
    transform: translateY(-50%);

}
.cont_info_slider h1{
    color: #222221;
    font-size: 3.1em;
    margin-bottom: .6%;
    padding: 0;
    text-align: left;
    font-weight: 500;
    line-height: 1.1;
}
.cont_info_slider h1 span{
    color: #222221;
    font-size: 0.4em;
    padding: 0;
    text-align: left;
    font-weight: 600;
    display: block;
    font-style: italic;
}
.cont_info_slider h2{
color: #0AB2BC;
font-size: 1.4em;
margin-bottom:0.5%;
padding: 0;
text-align: center;
}
.cont_info_slider p{
    color: #000;
    font-size: 0.9em;
    text-align: left;
    margin: 19px 0;
}
.cont_info_slider a{
    display: inline-block;
    padding: 13px 53px;
    font-size: 0.9em;
    color: #fff;
    background: #6db1ee url(../images/right.png)no-repeat 85%;
    margin-top: 2%;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    background-size: 11%;
}
/*CONTENEDOR DE INFO DE SLIDER*/
@media screen and (max-width: 600px) {
.callbacks_nav {
top: 47%;
}
}
/* ----------------------------------------- Menú superior ----------------------------------------- */
/* 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;
}
/*======================== Contenedor Contendor_cuerpo general============================================================*/
.cont_cuerpo_general{
width: 80%;
margin: 0 auto;
background: #ffffff;
padding: 2% 0;
}
.cont_cuerpo_general .cont_tamano{
    max-width: 1270px;
    margin: 0 auto;
    width: 90%;
}
.txt_index{
width: 100%;
margin: 0;
}
.txt_index ul{
margin: 0;
padding: 0;
}
.txt_index ul li .cont_video{
width: 100%;
margin: 0% 0% 2% 0%;
}
.cont_completo .cont_tamano{
max-width:100%!important;
width:100%!important;
margin: 0 auto;
}
/*======================== Fin del contendor_cuerpo general1============================================================*/
/*======================== Contenedor superior 1============================================================*/
.cont_superior_1{
width: auto;
margin: 0 auto;
background: #ffffff;
padding: 2% 0;
}
.cont_superior_1 .cont_tamano{
max-width:1270px;
margin: 0 auto;
width:98%;
}
/*======================== Fin del contenedor superior 1============================================================*/
/*======================== Contenedor superior 2============================================================*/
.cont_superior_2{
width: auto;
margin: 0 auto;
background: #ffffff;
padding: 2% 0;
}
.cont_superior_2 .cont_tamano{
max-width:1270px;
margin: 0 auto;
width:98%;
}
/*======================== Fin del contenedor superior 2============================================================*/
/*======================== Contenedor Contendor inferior1============================================================*/
.cont_inferior_1{
width: auto;
margin: 0 auto;
background: #ffffff;
padding: 2% 0;
}
.cont_inferior_1 .cont_tamano{
max-width:1270px;
margin: 0 auto;
width:98%;
}
/*======================== Fin del Contendor inferior 1============================================================*/
/*======================== Contenedor Contendor inferior 2============================================================*/
.cont_inferior_2{
width:auto;
margin: 0 auto;
background: #F6F6F6;
padding: 2% 0;
}
.cont_inferior_2 .cont_tamano{
max-width:1270px;
margin: 0 auto;
width:98%;
}
/*======================== Fin del contendor cont_inferior_2============================================================*/
.cont_cuerpo_general_pago1  /* Contenedor principal */{
width: 80%;
margin: 0 auto;
background: #ffffff;
padding: 2% 0;
}
/* ================================== FOOTER ===============================================*/
.cont_footer /* Contenedor inferior */
{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    background: url(../images/img-footer.jpg) no-repeat 50% 120px;
    background-size: cover;
}
/* ----------------------------------------- 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 ----------------------------------------- */
/* FOOTER*/
footer{
text-align: left;
margin: 0 auto;
width: 98%;
max-width:1270px;
position: relative;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
footer .footer_derecho
{
    vertical-align: top;
    display: inline-block;
    width: 81%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
}
/* MENÚ EN EL FOOTER */
.cont_menu_footer{
    vertical-align: top;
    width: 46%;
    margin: 0 3% 0 0;
    padding: 0;
    display: inline-block;
}
.cont_menu_vinculos{
vertical-align: top;
display: inline-block;
width: 30%;
padding: 0;
margin:3% 0;
}
.menu_footer{
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 100%;
}
.menu_footer ul{
list-style: none;
padding: 0;
margin: 0;
}
.menu_footer li{
    width: 45%;
    display: inline-block;
}
.menu_footer li:last-child a {
    background: #fff url(../images/envelope.png)no-repeat 10%;
    color: #000;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
    padding: 12px 2px 12px 33px;
    text-align: center;
    width: 73%;
    background-size: 15%;
    margin: 13px 0;
}
.menu_footer a{
    color: #ffffff;
    font-weight: 500;
    padding: 8px 0 8px 20px;
    position: relative;
    display: block;
    font-size: 0.9em;
    letter-spacing: 1px;
}
.menu_footer a:before{
        content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 36%;
    border-radius: 100%;
}
.menu_footer a:hover{
color: #B6B6B6;
}
.cont_redes_inferior h2{
    display: inline-block;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    text-transform: inherit;
}
.cont_redes_inferior ul{
    display: inline-block;
    width: 42%;
    vertical-align: middle;
}
.cont_redes_inferior .nacionalidad{
        margin: 18px 0;
}
.cont_redes_inferior .nacionalidad h3{
        color: #000;
    font-weight: 600;
    font-size: 0.95em;
}
.cont_redes_inferior .nacionalidad h2{
        font-weight: 600;
    font-size: 1.6em;
}
.cont_redes_inferior .nacionalidad2 h4{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.95em;
}
.cont_redes_inferior .nacionalidad2 p{
    text-align: left;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.95em;

}
.cont_redes_inferior .nacionalidad2 p strong{
    display: block;
    font-size: 0.9em;
    font-weight: 600;
}
.cont_cat_foot{
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 30%;
}
.cont_cat_foot ul{
list-style: none;
padding: 0;
margin: 0;
}
.cont_cat_foot li{
width: 100%;
}
.cont_cat_foot a:hover{
color: #B6B6B6;
}
/* MENÚ EN EL FOOTER */
/* 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{
    padding: 3%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}
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{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 19%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
footer h2{
color: #ffffff;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 2px;
    font-weight: 600;
}
footer p{
    color: #ffffff;
    text-align: left;
    line-height: 1.8em;
    font-weight: 500;
    font-size: 0.8em;
    letter-spacing: 1px;
}
footer h4{
	    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 0.9em;
}
footer h3{
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.8em;
    padding: 11px 0 11px 56px;
    background: url(../images/whatsapp.png)no-repeat 3%;
    background-size: 16%;
}
.cont_info div{
	    padding: 8% 0;
    margin: 8% 0 0;
    border-top: 1px solid #fff
}
/*FORMAS DE PAGO*/
.formas_pago, .lista_logo{
width: 100%;
margin: 2% 0;
padding: 0;
display: inline-block;
}
.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: left;
    padding: 0;
    width: 15%;
    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 ul{
padding: 0;
margin: 0;
list-style: none;
text-align: left;
}
.marcas-footer{
width: 23%;
    display: inline-block;
    margin: 0 8% 0 0;
}
.marcas-footer ul li {
    text-align: center;
}
.marcas-footer ul li p {
    text-align: center;
}
.marcas-footer img{
	    width: 70%;
    margin: 0 0 12px 0;
}
.marcas-footer li:last-child img {
    width: 93%;
    margin: 38px 0 12px 0;
}
.otros_logos ul li{
display: inline-block;
*display: inline-block;
width: 75px;
vertical-align: middle;
margin: 0 5px;
}
/* OTROS LOGOS*/
/* REDES SOCIALES*/
.cont_redes_inferior{
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.redes_inferior	{
padding: 0;
margin: 0;
text-align: left;
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 100%;
}
.redes_inferior li{
    display: inline-block;
    margin: 3% 0;
    width: 20%;
}
.redes_inferior li a img {
}
.redes_inferior li a img:hover {
}
/* FIN REDES SOCIALES*/
/* DERECHOS COMPRANDO FACIL */
article.derechos{
    padding: 24px 0 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.67);
}
article.derechos .cont_derecha, article.derechos .cont_izquierda
{
display: inline-block;
*display: inline-block;
vertical-align: middle;
}
article.derechos .cont_derecha
{
    width: 71%;
}
article.derechos .cont_izquierda
{
    width: 62%;
}
article.derechos .cont_izquierda img{
    width: 3%;
    margin: 0 9px;
    vertical-align: middle;
}
article.derechos .cont_izquierda a{
    color: #6db1ee;
}
}
article.derechos .cont_derecha a
{
color: #FFF;
}
article.derechos .cont_derecha p a
{
    color: #6f6f6f;
}
article.derechos .cont_derecha a:hover
{
color:#ccc;
}
article.derechos .cont_derecha img
{
margin: 0 0 -3px 5px;
border: none;
width: 2.5%;
}
article.derechos .cont_derecha p
{
    font-size: 0.95em;
    color: #222221;
    margin: 0;
    text-align: center;
    font-weight: 600;
}
article.derechos .cont_izquierda p
{
    font-size: 0.95em;
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-weight: 500;
}
/* CHAT */
.cont_chat{
position: fixed;
height: auto;
background: #FFF !important;
bottom: 10%;
right: 0;
z-index: 1000;
display: none;
}
.cont_chat .btn-abrir-chat{
padding: 15px 10px;
color: #FFF;
cursor: pointer;
position: relative;
background: #444;
}
.cont_chat .btn-abrir-chat #cerrar-chat{
position: absolute;
top: 6px;
width: 20px;
right: 11px;
}
.cont_chat .btn-abrir-chat .cerrar-none{
display: none;
}
.cont_chat .btn-abrir-chat .cerrar-block{
display: block;
}
.cont_chat .btn-abrir-chat p{
margin: 0;
padding: 0;
text-align: center;
color: #fff;
line-height: 20px;
}
.cont_chat .btn-abrir-chat img{
width: 30px;
margin: 4px auto;
display: block;
}
.cont_chat .desplegable-chat{
width: 400px;
background: no-repeat #f2f2f2;
border:1px solid #ccc;
padding: 15px;
display: none;
}
.cont_chat .desplegable-chat article{
padding: 10px;
background:#FFF;
border: 1px solid #ebebeb;
text-align: center;
}
.cont_chat .desplegable-chat article p{
margin-bottom: 10px;
text-align: justify;
}
.cont_chat .desplegable-chat article .btn-chat{
display: inline-block;
*display: inline;
vertical-align: middle;
text-align: center;
margin: 10px 0;
text-decoration: none;
background: #DFEFE2;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.cont_chat .desplegable-chat article .btn-chat:hover{
background: #DFEFE2;
}
.cont_chat .desplegable-chat article .btn-chat section{
padding: 10px;/*8px 15px 8px 55px*/
background: url('../images/microphone.png') no-repeat 10px 12px;
}
.cont_chat .desplegable-chat article .btn-chat section p{
margin: 0;
text-align: center;
}
.cont_chat .desplegable-chat article .btn_skype{
margin: 0 auto;
padding:0;
display: inline-block;
*display: inline;
vertical-align: middle;
}
/* FIN CHAT */
/* FIN DERECHOS COMPRANDO FACIL */
/* ================================== FOOTER ===============================================*/
/* ----------------------------------------- LATERAL ----------------------------------------- */
section#cont_principal /* Contenedor del contenido izquierdo */
{
margin: 0 20px 0 0;
padding: 0;
width: 68%;
display: inline-block;
*display: inline-block;
vertical-align: top;
height: auto;
position: relative;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
aside{
width: 27%;
display: inline-block!important;
*display: inline-block!important;
vertical-align: top;
margin: 0;
padding: 0 ;
height: auto;
}
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
}
/* --------------------------------------- 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;
}
aside .redes h2{
color: #0AB2BC;
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 {
}
aside .redes li a img:hover {
}
/* Fin redes sociales lateral*/
/*TITULO ASIDE*/
.titulo_aside{
background: #0AB2BC;
padding: 3%;
vertical-align: middle;
text-align: center;
margin-top:8%;
}
.titulo_aside h2{
color: #FFF;
vertical-align: middle;
text-align: center;
margin: 0;
}
/* 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;
}
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;
}
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: #0AB2BC;
margin: 0;
}
/* ----------------------------------------- Menú lateral ----------------------------------------- */
nav.menu_lateral{
background: #FFF;
text-align: left;
margin: 0 0 20px 0;
padding: 10px;
border: 1px solid #eee;
}
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;
}
nav.menu_lateral a:hover{
background:  #bbb;
color: #fff;
}
/* -------Menú lateral -------- */
/* CONTENEDOR ZONA PRIVADA EN EL LATERAL*/
aside .cont_zona_clientes
{
margin: 0 0 10px 0;
padding: 20px;
text-align: center;
background: #eee;
}
aside .cont_zona_clientes p
{
text-align: center;
color: #0AB2BC;
}
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: #0AB2BC;
text-align: left;
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*/
/* ----------------------------------------- FIN LATERAL ----------------------------------------- */
/* ----------------------------------------- Botón general ----------------------------------------- */
.btn_general /*Estilo boton genereal btn_nav_pttp*/{
    display: block;
    padding: 13px 36px;
    font-size: 0.9em;
    color: #fff;
    background: #6db1ee;
    margin: 6% auto 0 auto;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    background-size: 11%;
    border: none;
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.btn_general:hover /*Fondo y color de letra cuando el cursor esta sobre el botón*/{
border: 0px solid #6db1ee;
background: #6db1ee;
color: #fff;
}
.btn_general:before {
    content: "";
    border-radius: 4px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #417aae;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn_general:hover:before, .btn_general:focus:before, .btn_general:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* ----------------------------------------- Botón general ----------------------------------------- */
/*  ---------------------------------------- BOTÓN VER MÁS ----------------------------------------- */
.ver_mas
{
width: 100%;
margin: 0;
padding: 0;
text-decoration: none;
color: #0BB9D3 !important;
font-size: 0.85em;
}
/*  ----------------------------------------- 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 */
}
.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;
}
/* ------------------------------------ Botón solicitar servicio ------------------------------------ */
/* BOTONES CON CAPAS*/
ul.tabs {
padding: 0;
margin: 0 0 10px 0;
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;
    margin: 0;
    padding: 18% 47%;
    width: 100%;
}
ul.tabs li a:hover {
    display: block;
    margin: 0;
    padding: 18% 47%;
    width: 100%;
    border:none;
}*/
.cont_frm_tipo2 .btn_derecha .btn_general{
        display: inline-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 {
list-style: none;
display: block;
text-decoration:none;
color: #FFF;
padding: 6px 29.8px;
background:#ddd;
border:none;
}
.cont_zona ul.tabs li a:hover  {
color: #FFF;
background: #7EB5DC
}
.cont_zona ul.tabs li a:active  {
background-color: #7EB5DC ;
color: #fff;
border: none;
}
.cont_zona ul.tabs li a:focus  {
border: none;
}
/* ------------------------------------ Botónes zona privada ------------------------------------ */
.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: #0AB2BC;
}
.cont_destacados h3:hover{
color: #000;
}
.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: 0 0 10px 0;
}
.banners img
{
width: 100%;
}
.banners img:hover
{
cursor: pointer;
}
/* BANNERS DEL LATERAL*/
/* CONTENEDOR GALERIA*/
.centro_banner{
padding: 0;
width: 100%;
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;
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{
background: #ccc;
width: 19%;
display: inline-block;
position: relative;
margin: 0 2% 0 0;
vertical-align: top;
padding: 2%;
min-height: 295px;
}
.blq_index li:last-child{
margin: 0;
}
.blq_index img	{
width: 50%;
margin: 10% 0;
}
.blq_index h2{
text-align: center;
margin-bottom: 3%;
}
.blq_index div{
padding: 0 0px;
width: 100%;
margin: 0px 0 0 0;
cursor: pointer;
}
.blq_index h1{
text-align: center;
color: #FFF;
}
.blq_index p{
color: #FFF;
margin: 0;
text-align: center;
}
/* 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;
}
/* 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*/
/* LOGOS INFERIORES*/
.inferiores {
text-align: center;
}
.inferiores .logo {
width: 9%;
display: inline-block;
vertical-align: middle;
}
.inferiores .logo img {
width: 85%;
}
/* FIN LOGOS INFERIORES*/
/* 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:#0AB2BC;
}
.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;
}
.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 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 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 .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;
}
.cms_productos_destacado div{
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{
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: 367px;
    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*/
nav.miga{
margin:0;
text-align: left;
background: #FFF;
padding: 0;
margin-bottom: 15px;
}
nav.miga.mg_producto{
margin-top: 5px;
}
nav.miga ul	{
margin: 0;
padding: 0;
}
nav.miga ul li{
display: inline-block;
*display: inline;
zoom:1;
vertical-align: top;
}
nav.miga ul li a
{
font-size:0.8em;
text-decoration: none;
color: #adadad;
border-right: 1px solid #AAA;
padding: 0px 5px 0 0px;
font-weight: 500;
}
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{
    font-size: 1em;
    color: #777;
    font-weight: 500;
}
/*fin miga de pan*/
/* ZONA PRIVADA*/
.cont_bvzona
{
padding: 10px 10px 15px 10px;
background: url(../images/icono.png) #f0f0f0 no-repeat 25px;
}
.cont_bvzona h1
{
color: #a2a2a2;
}
.cont_bvzona h2
{
color: #696969;
}
.cont_bvzona input{
background: #0AB2BC;
box-shadow: none;
border: 1px solid #0AB2BC;
padding: 5px 8px 5px 8px;
color: #fff;
margin:5px 0 !important;
}
.cont_bvzona input:hover{
background: #078890;
border: 1px solid #078890;
}
.cont_bvzona .btn_color
{
float: none;
padding: 4px 12px;
margin: 0;
}
#frm_1 p{
    margin: 0;
}
.cuerpo_tab
{
margin: 15px 0 0 0;
width: 100%;
padding: 15px 20px;
}
.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*/
/*Contenedor contacto*/
.contacto{
border-top: 3px solid #eee;
padding-top: 20px;
vertical-align: top;
text-align: center;
margin: 0;
}
.contacto iframe{
margin-bottom: 10px;
}
/*Fin contenedor contacto*/
/* INFORMACIÓN EN UN FORMULARIO*/
.info_frm{
width: 75%;
margin: 0 auto;
padding: 20px;
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%;
text-align: left;
margin-bottom: 10px;
}
/* INFORMACIÓN EN UN FORMULARIO*/
/* CONTENEDOR DE PRODUCTOS DESTACADOS EN EL LATERAL*/
.cont_productos_lateral
{
margin: 0 0 10px 0;
padding: 10px;
background: #fff;
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 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;
*display: inline-block;
width: 100%;
}
.tips_lista img{
max-width: 20%;
float: left;
margin: 0 28px 0 0;
}
.tips_lista li:hover h2
{
color: #0AB2BC;
}
/* ---------------- 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%;
}
.noticias_lista li img{
max-width: 25%;
float: left;
margin: 0 28px 0 0;
}
.noticias_lista li:hover h2
{
color: #0AB2BC;
}
.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 img
{
max-width: 25%;
float: left;
margin: 0 20px 0 0;
}
/* ---------------- NOTICIAS LISTA ---------------- */
/* CONTENEDOR NOTICIAS Y COLUMNISTAS LATERAL*/
.cont_noticias_lateral/*Contenedor de noticias en el lateral*/
{
    margin-bottom: 2%;
    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;
color: #000;
}
.cont_noticias_lateral img{
width: 80%;
margin: 0 auto 1.5% auto;
display: block;
}
/* CONTENEDOR DE TESTIMONIOS LATERAL*/
.cont_noticias_lateral .noticias_lateral li{
border-bottom: 1px solid #777777;
margin: 0 0 5px 0;
padding: 0;
}
.cont_noticias_lateral .noticias_lateral li:last-child{
border: none;
}
/* 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;
*display: inline-block;
vertical-align: top;
width: 29%;
min-height: 170px;
margin:10px;
text-align: center;
}
.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;
border-bottom: 1px solid #EBEBEB;
padding: 8px;
}
.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: #0AB2BC;
}
.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;
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: #0AB2BC;
}
/* 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 -----------------------------------------------*/
/*  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: 2%;
    margin: 4% 0 0% 0;
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.titu_pregunta:hover{
color: #0AB2BC;
cursor: pointer;
}
.titu_pregunta.on{
color: #0AB2BC;
}
/* 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;
}
.vineta
{
margin: 0 10px 0 5px;
}
.barra_buscador
{
color: #666;
}
.barra_buscador span
{
position: relative;
left: 5px;
color: #0AB2BC;
}
.bloques_gracias
{
width: 100%;
}
.bloques_gracias img
{
float: left;
margin: 0 30px 10px 0;
width: 32%;
}
.bloques_gracias .datos p
{
margin: 0;
}
.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 -------------------------------------------------*/
.vigilado
{
width: 100%;
margin-top: 20px;
}
.vigilado h2
{
color: #fff;
padding: 2px 0;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
max-width: 100%;
display: inline-block;
*display: inline-block;
}
.vigilado p
{
color: #fff;
text-align: center;
padding: 5px 0;
margin: 0 10px;
max-width: 100%;
display: inline-block;
*display: inline-block;
}
/*-------------------------------------------------- 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: #0AB2BC;
}
.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:last-child {
border: 0;
}
/* ---------------------------------------------- CONTENEDOR DE DOCUMENTOS DESCARGABLES  ----------------------*/
/* 	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 20px 0 0;
float: left;
width: 25%;
}
.bloque_index h2:hover
{
color: #0AB2BC;
}
.bloque_mapa{
display: inline-block;
*display: inline-block;
width: 100%;
margin:2% 0 0 0;
vertical-align: top;
}
/*  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%;
margin: 0 0 10px 0;
padding: 0 25px;
display: inline-block;
*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: 290px !important;
}
.carrusel_imagenes #carrusel_imagenes {
margin: 0;
padding: 0;
list-style: none;
display: block;
}
.carrusel_imagenes .item_img {
text-align: center;
width: 182px;
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{
color:#000;
}
.carrusel_imagenes .item_img p{
margin:0 0 3% 0;
}
.carrusel_imagenes .item_img h2{
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 a
{
color: #000;
}
.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: -4px;
top: 50px;
}
.carrusel_imagenes .next {
position: absolute;
right: -4px;
top: 50px;
}
/* Carrusel de imagenes */
/* ----------------------------------------------- Carruseles ----------------------------------------------- */
/* --------------------------------------- CONTENEDOR INICIO DE SESIÓN --------------------------------------- */
.cont_inicio_sesion
{
text-align: center;
background: #F6F6F6;
padding: 20px;
margin: 0 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;
}
.cont_inicio_sesion p
{
margin: 0 0 10px 0;
text-align: center;
}
.cont_inicio_sesion h1 , .cont_inicio_sesion h2
{
text-align: center;
margin: 0 0 5px
}
.cont_inicio_sesion fieldset
{
width: 50%;
display: inline-block;
*display: inline-block;
}
.cont_inicio_sesion .links_centro
{
margin: 0 0 10px 0;
}
/* --------------------------------------- CONTENEDOR INICIO DE SESIÓN --------------------------------------- */
/* ------------------------------------------ CONTENDOR CLIENTE NUEVO ------------------------------------------ */
.cont_cliente_nuevo
{
text-align: center;
background: #fff;
padding: 20px;
margin: 0 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;
}
.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: #F6F6F6;
padding: 20px;
margin: 0 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 */
/* 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
}
/* 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 4% 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    background: #f8f8f8;
    padding: 3% 3% 3%;
    box-sizing: border-box;
}
.cont_testimonios li h2{
    color: #000000;
    width: 63%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 0px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1em;
    width: 22%;
}
.cont_testimonios li h3{
	    color: #909090;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1em;
    padding: 0 23px;
    display: inline-block;
    vertical-align: top;
    position: relative;
width: 24%;
}
.cont_testimonios li h3:before {
    width: 11px;
    height: 2px;
    content: '';
    position: absolute;
    bottom: 41%;
    left: 0;
    background: #ccc;
}
.cont_testimonios li div {
    border: 1px solid #f8f8f8;
    width: 70%;
    padding: 3%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.34);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.18);
    background-color: white;
    margin: 1% 0;
    box-sizing: border-box;
}
.cont_testimonios li div p {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-size: 0.85em;
    line-height: 1.9;
}
.cont_testimonios img{
vertical-align: middle;
    width: 21%;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 4% 0 0;
    float: left;
}
.cont_testimonios iframe{
margin: 0 0 10px 0;
}

.testimonio-detalle .cont_testimonios li {
    margin: 0 0 4% 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    background: #f8f8f800;
    padding: 3% 3% 3%;
    box-sizing: border-box;
}

.testimonio-detalle .cont_testimonios li div{
	    border: 1px solid #f8f8f8;
    width: 74%;
    padding: 3%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.34);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.18);
    background-color: white;
    margin: 1% 0;
    box-sizing: border-box;
}

.testimonio-detalle .cont_relacionado h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.9em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
    color: #000;
    border: none;
}

.testimonio-detalle .cont_relacionado h1:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
}
.testimonio-detalle .cont_relacionado{
	margin: 0;
	padding: 0;
}
.testimonio-detalle .cont_relacionado ul li {
display: inline-block;
    width: 47%;
    margin: 0%;
    padding: 10px;
    border: 0px;
    vertical-align: top;
}

.testimonio-detalle  .cont_relacionado ul li h2 {
    margin: 0;
    text-transform: none;
    color: #000000;
    width: 63%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 0px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1em;
    width: 100%;
}

.testimonio-detalle .cont_relacionado ul li img {
float: left;
    margin: 0 22px 0 0;
    width: 33%;
    border-radius: 50%;
}
.testimonio-detalle .cont_relacionado ul li div{
	    width: 61%;
    display: inline-block;
}
.testimonio-detalle .cont_relacionado ul li div .cont-testi{
    border: 1px solid #f8f8f8;
    width: 100%;
    padding: 2%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.34);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.18);
    background-color: white;
    margin: 6% 0;
    box-sizing: border-box;
}
.testimonio-detalle .cont_relacionado ul li div .cont-testi p{
	    text-align: left;
    color: #000;
    font-size: 0.8em;
}

/* CONTENEDOR DE TESTIMONIOS */
/* Estilo campo requerido */
.camp_requerido{
color: #E23030;
text-transform: capitalize;
}
/* 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:#4795C9;
}
/*TRACKING*/
/*BOTON FACEBOOK EN REGISTRO NUEVOS CLIENTES*/
#frm_1{
position: relative;
}
.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;
border-bottom: #ccc solid 1px;
}
.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: 47%;
list-style: none;
display: inline-block;
margin: 0 2% 2% 0;
vertical-align: top;
}
/*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;
}
.bql_contacto form fieldset input[type="text"]{
    padding: 3px;
    vertical-align: middle;
    background-color: white;
    padding: 1.4%;
    box-sizing: border-box;
    border: 0;
}
.actp_condicions{
width: 100%;
margin: 0;
padding: 0;
}
.actp_condicions input[type="checkbox"]{
display: inline-block;
width: 2%;
vertical-align: middle;
float: left;
margin: 1% 0;
}
.actp_condicions p{
width: 70%;
display: inline-block;
vertical-align: middle;
color:#FFF;
}
.actp_condicions a{
color: #ccc;
}
.actp_condicions a:hover{
color: #B6B6B6;
text-decoration: underline;
}
.lateral .buscador{
width: 100%;
margin: 0 auto;
}
.cont_carrito{
width: 90%;
margin: 0 auto;
}
.cont_carrito h1{
text-align: center;
margin: 2% 0% 2% 0%;
}
.cont_validar_codigo{
width: 35%;
}
.barra_buscador{
    color: #000000;
    font-weight: 500;
}
.barra_buscador span{
    position: relative;
    left: 5px;
    color: #6cb1f4;
    font-style: italic;
}
/* CONTENIDO RELACIONADO*/
.cont_relacionado{
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 h1{
color: #CC0F16;
padding: 0;
margin-bottom: 5px;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cont_relacionado ul{
margin: 0;
list-style: none;
padding: 0;
display: inline-block;
width: 100%;
}
.cont_relacionado ul li{
    display: inline-block;
    width: 100%;
    margin: 2% 0 2%;
    padding: 10px;
    border: 1px solid #ededed;
}
.cont_relacionado ul .list_busc_prod{
display: inline-block;
width: 28%;
margin: 0 3% 3% 0%;
vertical-align: top;
padding: 10px;
text-align: center;
border: 1px solid #ededed;
}
.cont_relacionado ul .list_busc_prod:nth-child(3n+4){
margin:0 0 3% 0;
}
.cont_relacionado ul li img{
float: left;
margin: 0 0px 0 0;
width: 100%;
}
.cont_relacionado ul li .links_productos_detalle img{
border-radius: 50%;
background: #0AB2BC;
width: 17%;
padding: 6%;
display: inline-block;
float: none;
margin: 0 5px 0 0;
vertical-align: middle;
}
.cont_relacionado ul .list_busc_prod h2{
color: #000;
margin: 3% 0;
text-align: center;
}
.cont_relacionado ul .list_busc_prod p{
color: #0AB2BC;
width: 100%;
display: inline-block;
vertical-align: middle;
text-align: center;
margin: 3% 0;
}
.cont_relacionado ul .list_busc_prod span{
margin: 0;
line-height: 1.4em;
text-align: justify;
color: #0AB2BC;
text-decoration: underline;
}
.cont_relacionado ul li:last-child{
margin: 0;
}
.cont_relacionado ul li h2{
margin: 0;
text-transform: none;
}
/*.cont_relacionado ul li:hover h2{
color: #CC0F16;
}*/
.cont_relacionado ul li a article /*Borde contenedor resultado de busqueda*/{
padding: 2px 5px;
margin: 0;
position: relative;
}
.cont_relacionado ul li a article img{
float: left;
margin-right: 10px;
max-width: 6%;
vertical-align: middle;
}
.cont_relacionado ul li a article h2 /*Fuente de titulo - resultado de busqueda*/{
margin: 0;
color: #000;
vertical-align: middle;
}
.cont_relacionado ul li a article p{
margin: 0;
color: #555;
}
.cont_relacionado ul li a article:hover h2, .cont_relacionado ul li a article:hover p{
color: #CC0F16;
}
/* LANDING PAGE UNO */
.cont_superior_1_landing1 header .cont_header_interior {
width:92%;
overflow:hidden
}
.cont_superior_1_landing1 header .logo_encabezado {
width:10%;
float:left;
}
.cont_superior_1_landing1 header .centro_header {
width: 90%;
float: right;
margin: 1.45% 0;
}
.cont_superior_1_landing1 header .cont_info_header{
display: inline-block;
text-align: right;
vertical-align: middle;
width: 40%;
}
.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;
}
.cont_superior_2_landing1 .txt_index{
width:50%;
padding:4%;
box-sizing:border-box;
float:left;
}
.cont_superior_2_landing1 #frm_1{
width: 50%;
padding: 4%;
box-sizing: border-box;
float: left;
background: #f5f5f5;
}
.cont_cuerpo_general_landing1{
width: 100%;
padding: 3%;
box-sizing: border-box;
}
.cont_cuerpo_general_landing1 .carrusel_imagenes .item_img {
margin: 0px 39px 0 0;
width: 210px;
}
.cont_cuerpo_general_landing1 .carrusel_imagenes .caroufredsel_wrapper {
height: 350px !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;
margin: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: #666;
}
.cont_inferior_2_landing1 footer .footer_derecho {
width: 84%;
}
.cont_inferior_2_landing1 footer .cont_info h2 {
text-align: left;
}
.cont_inferior_2_landing1 footer .cont_info p {
color: #fff;
text-align: right;
line-height: 1.4em;
display: inline-block;
margin: 0 4% 0 0;
}
.cont_inferior_2_landing1 footer .footer_izquierdo {
width: 15%;
}
.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;
}

.marcas{
    padding: 6% 0 5%;

}
.marcas .txt_index{
    width: 39%;
    display: inline-block;
}
.marcas .txt_index h1{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.1em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
}
.marcas .txt_index h1:before{
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;

}
.marcas .txt_index p{
    font-size: 0.9em;
    text-align: left;
    font-weight: 600;
    line-height: 1.8;
    width: 83%;
}
.marcas .blq_index{
    width: 57%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 3%;
    box-sizing: border-box;
    margin: 0 0 0 3%;
    border-left: 1px solid #cccc;
}
.marcas .blq_index li{
    width: 43%;
    background: none;
    display: inline-block;
    position: relative;
    margin: 0px 5% 0 0;
    vertical-align: top;
    padding: 0;
    min-height: 263px;
}
.marcas .blq_index li h2{
    display: none;
}

.marcas .blq_index p {
    color: #222;
    font-size: 0.85em;
    margin: 0;
    text-align: center;
    font-weight: 400;
}
.marcas .blq_index .btn_general{
        width: 39%;
    margin: 4% auto 0 auto !important;
}

.marcas .blq_index img {
    width: 70%;
    margin: 2% 0;
}

.destacado-morarbe{
    background: url(../images/img-destacado-morarbe.jpg)no-repeat 50%;
    background-size: cover;
}
.destacado-morarbe{
    padding: 0;
}
.destacado-morarbe .cont_tamano {
    max-width: 100%;
    width: 100%;
}
.destacado-morarbe .txt_index img{
    float: right;
    width: 43%;

}
.destacado-morarbe h1{
        color: #fff;
    padding: 4%;
    margin: 0;
    text-transform: uppercase;
    font-size: 2.2em;
    font-weight: 500;
    position: relative;
}

.destacado-morarbe h1:before{
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 20%;
    content: '';
    background: #fff;

}
.destacado-morarbe p{
    color: #fff;
    padding: 0 4%;
    width: 44%;
    text-align: left;
    font-size: 0.95em;
    line-height: 1.8;
}
.destacado-morarbe .btn_general{
    margin: 0;
    background: none;
    padding: 1.8% 0% 1.8% 4%;
    font-size: 0.9em;
    letter-spacing: 2px;
    width: 10%;
}
.destacado-morarbe .btn_general:hover{
        margin: 0;
    background: none;
    color: #6491bb;
    border:none;
}
.destacado-morarbe .btn_general:before{
    background: none;
        content: "";
}

.servicios-morarbe{
    width: 100%;
    background: #f8f8f8;
    background: #fff;
    padding: 5% 3% 3%;
    box-sizing: border-box;
}
.servicios-morarbe .cont_tamano{
	width: 100% !important;
}

.servicios-morarbe .txt_index {
    width: 39%;
    display: inline-block;
}

.servicios-morarbe .txt_index h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.1em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
}
.servicios-morarbe .txt_index h1:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
}
.servicios-morarbe .txt_index p {
    font-size: 0.9em;
    text-align: left;
    font-weight: 600;
    line-height: 1.8;
    width: 83%;
}
.destados-servi{
        width: 57%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 3%;
    box-sizing: border-box;
    margin: 0 0 0 3%;
    border-left: 1px solid #cccc;
}
.destados-servi .bloque_index{
    width: 47%;
    background: none;
    display: inline-block;
    position: relative;
    margin: 0px 5% 0 0;
    vertical-align: top;
    padding: 0;
    min-height: 263px;
    position: relative;

}
.destados-servi .bloque_index:last-child{
    margin: 0
}
.destados-servi .bloque_index p{
        color: #222;
    font-size: 0.85em;
    margin: 0;
    text-align: center;
    font-weight: 400;
}
.destados-servi .bloque_index img{

    display: block;
    margin: 6% auto;
    float: none;
    width: 27%;
    padding: 19px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.destados-servi .bloque_index:before {
    content: '';
    width: 90px;
    border-radius: 50%;
    height: 90px;
    background: #6db1ee;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}
.destados-servi .bloque_index:after {
    content: '';
    width: 109px;
    border-radius: 50%;
    height: 109px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 0;
    border: 2px solid #6db1ee;
}
.destados-servi .bloque_index h2{
text-align: center;
    color: #000;
    margin: 36px 0 7px;
}

.destados-servi .bloque_index:hover h2{
text-align: center;
    color: #6db1ee;
    margin: 36px 0 7px;
}
.destados-servi .bloque_index .btn_general{
    padding: 12px;
    text-align: center;
    background: none;
    color: #6db1ee;
    margin: 4px auto !important;
    display: block;
}
.destados-servi .bloque_index .btn_general:before{
    background: none;
        content: "";
}
.destados-servi .bloque_index .btn_general:hover{
border:none;
    background: none;
    color: #6491bb;
}


.destacado-blog{
    background: #ffffff;
    padding: 4% 0 0 !important;

}


.destacado-blog .txt_index h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.1em;
    padding: 4% 0 29px;
    position: relative;
    text-align-last: center;
    margin: 0 0 13px;
}
.destacado-blog .txt_index h1:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.destacado-blog .txt_index p{
    color: #222;
    font-size: 0.85em;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    width: 61%;
}
.destacado-blog .noticias_lateral li{
    width: 29%;
    display: inline-block;
    margin: 2% 2%;
    position: relative;
    padding: 5% 0 0 0;
    border: none;
}
.destacado-blog .noticias_lateral li:before{
content: '01';
    top: 0;
    position: absolute;
    left: 0;
    font-size: 2.5em;
    color: #d5e4f2;
    font-weight: 600;
}
.destacado-blog .noticias_lateral li:nth-child(2n):before{
content: '02';
    top: 0;
    position: absolute;
    left: 0;
    font-size: 2.5em;
    color: #d5e4f2;
    font-weight: 600;
}
.destacado-blog .noticias_lateral li:nth-child(3n):before{
content: '03';
    top: 0;
    position: absolute;
    left: 0;
    font-size: 2.5em;
    color: #d5e4f2;
    font-weight: 600;
}


.destacado-blog .noticias_lateral li h3{
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    padding: 8px 0 27px;
    margin: 0 0 11px;
}
.destacado-blog .noticias_lateral li p{
        text-align: center;
    font-size: 0.9em;
    font-weight: 500;
}

.destacado-blog .noticias_lateral li img{
        width: 100%;
    margin: 0 auto 1.5% auto;
    display: block;
}

.destacado-blog .noticias_lateral li h3:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.destacado-blog .noticias_lateral li h3:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.destacado-blog .noticias_lateral li .btn_general{
        background: none;
    color: #6db1ee;
    text-align: center;
    padding: 0;
    margin: 4% auto !important;
    display: block;

}
.destacado-blog .noticias_lateral li  .btn_general:before{
    background: none;
        content: "";
}
.destacado-blog .noticias_lateral li .btn_general:hover{
    background: none;
    border:none;
    color: #6491bb;
}
.destacado-blog .noticias_lateral{
        width: 93%;
    margin: 0 auto;
}
.mapa{
    padding: 0;
}
.mapa iframe{
        height: 207px;
        background: #fff;
        padding: 0;
}

/* Carrusel de testimonios */
.carrusel_testimonios
{
    width: 100%;
    margin: 0 0 0px 0;
    padding: 0;
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f8f8f8;
    background: #f8f8f8;
    padding: 4%;
}
.carrusel_testimonios .caroufredsel_wrapper{
height: 290px !important;
}
.carrusel_testimonios #carrusel_imagenes {
margin: 0;
padding: 0;
list-style: none;
display: block;
}
.carrusel_testimonios .item_img {
    text-align: center;
    width: 48%;
    height: 180px;
    margin: 2% 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_testimonios .item_img h3{
    color: #909090;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1em;
    padding: 0 23px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 48%;
}
.carrusel_testimonios .item_img h3:before{
    width: 11px;
    height: 2px;
    content: '';
    position: absolute;
    bottom: 41%;
    left: 0;
    background: #ccc;
}
.carrusel_testimonios .item_img p{
margin:0 0 3% 0;
}
.carrusel_testimonios .item_img h2{
    color: #000000;
    width: 63%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 0px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1em;
    width: 17%;
}
.carrusel_testimonios .item_img .info_prod img{
border-radius:50%;
background:#0AB2BC;
width: 10%;
padding: 3%;
}
.carrusel_testimonios .item_img .info_prod .bolsa{
padding: 3% 4% 3% 2%;
}
.carrusel_testimonios .item_img a
{
color: #000;
}
.carrusel_testimonios .item_img  img
{
    vertical-align: middle;
    width: 21%;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 4% 0 0;
    float: left;

}
.carrusel_testimonios .item_img h4
{
text-align: center;
color: #4BB8D4;
margin: 3px 0;
}
.carrusel_testimonios .item_img div{
    border: 1px solid #ccc;
    width: 70%;
    padding: 3%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.34);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.18);
    background-color: white;
    margin: 3% 0;
    box-sizing: border-box;
}
.carrusel_testimonios .item_img div p{
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-size: 0.85em;
    line-height: 1.9;
}
.carrusel_testimonios .clearfix {
float: none;
clear: both;
}
.carrusel_testimonios .prev {
position: absolute;
left: -4px;
top: 50px;
}
.carrusel_testimonios .next {
position: absolute;
right: -4px;
top: 50px;
}
/* Carrusel de imagenes */

.destacado-blog .cont_tamano{
    max-width: 100%;
    width: 100%;

}


.destacado-blog .carrusel_testimonios h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.1em;
    padding: 0 0 29px;
    position: relative;
    text-align-last: center;
    margin: 0 0 13px;
}

.destacado-blog .carrusel_testimonios h1:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.destacado-blog .carrusel_testimonios p {
    color: #222;
    font-size: 0.85em;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    width: 68%;
}
.destacado-blog .carrusel_testimonios .caroufredsel_wrapper {
    height: 290px !important;
    width: 84% !important;
    margin: 0 auto !important;
}
.qsomos .txt_index h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.1em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
}
.qsomos .txt_index h1:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
}
.qsomos section#cont_principal {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    *display: inline-block;
    vertical-align: top;
    height: auto;
    position: relative;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.qsomos .txt_index p {
    font-size: 0.85em;
    text-align: left;
    font-weight: 500;
    line-height: 1.5;
    width: 77%;
}
.qsomos .cont_qsomos li{
    margin: 3% 5% 0% 0;
    padding: 0;
    width: 47%;
    display: inline-block;
}
.qsomos .cont_qsomos li:nth-child(2n + 2){
    margin: 3% 0 0% 0;
}
.qsomos .cont_qsomos li h2 {
    font-weight: 500;
    font-size: 1.7em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
    color: #000;
}
.qsomos .cont_qsomos li h2:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 3%;
    content: '';
    background: #6db1ee;
}
.qsomos .cont_qsomos li p{
        font-size: 0.9em;
    text-align: left;
    font-weight: 500;
    line-height: 1.8;
}
.qsomos .cont_qsomos li .btn_vermas{
        text-transform: uppercase;
    color: #6db1ee;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.95em;
    margin: 11px 0;
    display: block;
}
.lateral section#cont_principal {
    margin: 0 3% 0 0;
    padding: 0 3% 0 0;
    width: 71%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    position: relative;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.lateral .lateral{
        width: 25%;
    display: inline-block!important;
    *display: inline-block!important;
    vertical-align: top;
    margin: 0;
    padding: 0;
    height: auto;
}
.qsomos-detalle .cont_qsomos_detalle li h2 {
    font-weight: 500;
    font-size: 1.7em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
    color: #000;
}
.qsomos-detalle .cont_qsomos_detalle li h2:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 14%;
    content: '';
    background: #6db1ee;
}

.servicios .cms_productos_vertical li{
    position: relative;
    width: 100%;
    margin: 4% 0 0;
    background: #fbfbfb;
    padding: 2%;
    box-sizing: border-box;
}
.servicios .cms_productos_vertical li img{
    display: inline-block;
    margin: 2% 4% 2% 2%;
    padding: 19px;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    float: left;
    min-width: 6%;
    width: 10%;
}
.servicios .cms_productos_vertical li:before {
    content: '';
    width: 90px;
    border-radius: 50%;
    height: 90px;
    background: #6db1ee;
    position: absolute;
    top: 16%;
    left: 3.3%;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}
.servicios .cms_productos_vertical li:after {
    content: '';
    width: 109px;
    border-radius: 50%;
    height: 109px;
    background: #fff;
    position: absolute;
    top: 8%;
    left: 2%;
    text-align: center;
    margin: 0 auto;
    z-index: 0;
    border: 2px solid #6db1ee;
}

.servicios .cms_productos_vertical li h3 {
    text-align: left;
    margin: 2% 0% 1% 0%;
    color: #6db1ee;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 500;
    font-size: 1.7em;
}
.servicios .cms_productos_vertical li p{
    color: #000;
    font-size: 0.9em;
    text-align: justify;
    font-weight: 500;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}


.servicios .txt_index h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.1em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
}
.servicios .txt_index h1:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
}
.cont-paginas{
padding: 5% 0 2%;
}
.servicios-detalle h2{
        font-weight: 600;
    font-size: 2em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
    color: #000;
}

.servicios-detalle h2:before{
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 18%;
    content: '';
    background: #6db1ee;
}


.solicitud #frm_1 h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.1em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
}
.solicitud #frm_1 h1:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
}

.blog .txt_index h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.1em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
}
.blog .txt_index h1:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
}

.blog .blog_lista li h2 {
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    font-size: 1.5em;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    padding: 8px 0 27px;
    margin: 0 0 11px;
}

.blog .blog_lista li h2:before{
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
    left: 42%;
    margin: 0 auto;
}
.blog .blog_lista li .btn_general{
        background: none;
    color: #6db1ee;
}
.blog .blog_lista li .btn_general{
        background: none;
    color: #6db1ee;
    border:none;
    display: block;
}
.blog .blog_lista li .btn_general:before{
    background: none;
        content: "";
}
.blog .blog_lista li h3{
        font-size: 2.5em;
    color: #d5e4f2;
    font-weight: 600;
}

.contactenos #frm_1 h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.1em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
}
.contactenos #frm_1 h1:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
}


.preguntas .txt_index h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.1em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
}
.preguntas .txt_index h1:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
}





/*barra de busqueda */
.sb-search {
    position: absolute;
    width: 3%;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    right: 7%;
    top: 53%;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: none;
    width: 92.6%;
    height: 36px;
    margin: 0;
    z-index: 10;
    font-size: 1em;
    padding: 0px 65px 0px 0px;
    color: #666;
}
.sb-search-input::-webkit-input-placeholder {
    /* Firefox 19+ */
    
    color: #000;
    font-size: 0.8em;
}
.sb-search-input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #000;
    font-size: 0.8em;
}
.sb-search-input:-ms-input-placeholder {
    /* Firefox 19+ */
    
    color: #000;
    font-size: 0.8em;
}
.sb-search-input:-moz-placeholder {
    /* Firefox 19+ */
    
    color: #000;
    font-size: 0.8em;
}
input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
    color: #bbb;
}
.sb-search-input:-moz-placeholder {
    color: #bbb;
}
.sb-search-input::-moz-placeholder {
    color: #bbb;
}
.sb-search-input:-ms-input-placeholder {
    color: #bbb;
}
.sb-icon-search,
.sb-search-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 3px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    color: red;
    border: none;
    outline: none;
    z-index: -1;
}
.sb-icon-search {
    background: url(../images/buscador.png) no-repeat 50% 50%;
    background-size: 19px;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.sb-search-open .sb-search-input {
    background: #343434;
    width: 69%;
    padding: 0px 65px 0px 15px;
    border-radius: 10px!important;
    color: #e8e8e8;
}
.sb-icon-search:before {
    content: "";
}
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 25%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: url(../images/buscador.png) no-repeat 50% 50%;
    z-index: 11;
    background-size: 19px;
    border-radius: 29px;
    margin: 3px;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    /*    z-index: 90;*/
}


/*Fin del buscador cms*/

.buscador .txt_index h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.1em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
}
.buscador .txt_index h1:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
}
.nosotros .txt_index h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.1em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
}
.nosotros .txt_index h1:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
}
.nosotro .txt_index p{
        font-size: 0.85em;
    text-align: left;
    font-weight: 500;
    line-height: 1.5;
    width: 77%;
}


.nosotro .tips_lista li {
    margin: 4% 3% 20px 0;
    display: inline-block;
    width: 30%;
    position: relative;
}
.nosotro .tips_lista li h2{
        color: #000;
    text-align: center;
    font-size: 1.4em;
}
.nosotro .tips_lista li p{
        text-align: center;
    margin: 6px;
}
.nosotro .tips_lista li .btn_general{
        text-align: center;
    background: none;
    color: #6db1ee;
    font-size: 0.95em;
    letter-spacing: 1px;
    display: block;
    margin: 0 auto !important;
}
.nosotro .tips_lista li .btn_general:before{
    background: none;
        content: "";
}
.nosotro .tips_lista li .btn_general:hover{
        text-align: center;
    background: none;
    color: #6db1ee;
    font-size: 0.95em;
    letter-spacing: 1px;
    border:none;
}

.nosotro .tips_lista li img{
    display: block;
    margin: 6% auto 8% auto;
    float: none;
    width: 27%;
    padding: 14px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;

}
.nosotro .tips_lista li:before {
    content: '';
    width: 90px;
    border-radius: 50%;
    height: 90px;
    background: #6db1ee;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}
.nosotro .tips_lista li:after {
    content: '';
    width: 109px;
    border-radius: 50%;
    height: 109px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 0;
    border: 2px solid #6db1ee;
}




.trabaje-detalle .noticias_detalle li img{
        display: block;
    margin: 2% 4% 2% 2%;
    float: none;
    width: 11%;
    padding: 14px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    float: left;

}
.trabaje-detalle .noticias_detalle li:before {
    content: '';
    width: 90px;
    border-radius: 50%;
    height: 90px;
    background: #6db1ee;
    position: absolute;
    top: 18%;
    left: 2%;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}
.trabaje-detalle .noticias_detalle li:after {
content: '';
    width: 109px;
    border-radius: 50%;
    height: 109px;
    background: #fff;
    position: absolute;
    top: 14%;
    left: 0.6%;
    text-align: center;
    margin: 0 0 0 0;
    z-index: 0;
    border: 2px solid #6db1ee;
}

.trabaje-detalle .noticias_detalle li h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.7em;
    padding: 0 0 29px;
    position: relative;
    margin: 0 0 13px;
    color: #000;
}
.trabaje-detalle .noticias_detalle li h2:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    background: #6db1ee;
}

.cont_footer .bql_contacto{
	    background: #161616;
    padding: 2% 5%;
    text-align: center;
}
.cont_footer .bql_contacto .suscribirse{
    width: 38%;
    display: inline-block;
}
.cont_footer .bql_contacto .cont-suscribirse{
    width: 43%;
    display: inline-block;
    text-align: left;
}
.cont_footer .bql_contacto .suscribirse h2{
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 1px;
}
.cont_footer .bql_contacto .suscribirse p{
	    color: #fff;
}
.cont_footer .bql_contacto .cont-suscribirse .btn_general{
	    padding: 9px 23px;
    margin: 0px 0 0 -8px !important;
}
.cont-suscribirse fieldset #dscorreo{
    width: 75% !important;
     border-radius: 4px;
}

.cont_fqs li h2 {
color: #000000;
    font-size: 1.3em;
    margin: 0 0 0;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    background-size: 3%;
    background-position: 2.5% center;
    font-weight: 600;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    letter-spacing: 1px;
}
.cont_fqs li h2:before {
    position: absolute;
    right: 2.7%;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    content: "";
    width: 15px;
    height: 4px;
    background: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.cont_fqs li h2:after {
position: absolute;
    right: 3.3%;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    content: "";
    height: 15px;
    width: 4px;
    background: #000;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.cont_fqs li h2.on {
    color: #6db1ee;
}
.cont_fqs li h2:hover{
    color: #6db1ee;
}
.cont_fqs li h2.on:before{
    background: #6db1ee;
}
.cont_fqs li h2.on:after{
opacity: 0;
}

.cont_fqs li h2:hover:before{
    background: #6db1ee;
}
.cont_fqs li h2:hover:after{
background: #6db1ee;
}
.txt_pregunta_fqa p{
margin: 2% 0;
}

.txt_pregunta_fqa a{
    font-weight: 600;
    font-size: 0.95em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: none;
    color: #6db1ee;
    padding: 0;
}
.txt_pregunta_fqa  .btn_general:hover {
    border: 0px solid #6db1ee;
    background: none;
    color: #4282bb;
}
.txt_pregunta_fqa  .btn_general:before{
	content: '';
	background: none;
}
/*.txt_pregunta_fqa a:hover{
padding-left: 10px;
}*/

.body_terminos {

      box-sizing: border-box;
}
.body_terminos .cont_header img{
    width: 22%;
    margin: 19px 0 0;
}


.body_terminos .info_frm  h2{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6em;
    padding: 0 0 29px;
    position: relative;
    color: #000;
    margin: 0 0 13px;
    text-align: center;
}

.body_terminos .info_frm  h2:before {
    width: 80px;
    height: 6px;
    position: absolute;
    bottom: 10%;
    content: '';
    margin: 0 auto;
    background: #6db1ee;
    left: 0;
    right: 0;
}

.body_terminos .info_frm{
	width: 100% !important;
    margin: 0 auto;
    padding: 20px;
    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;
    box-sizing: border-box;
}


.contactenos .cont_info{
display: none;
}

.contacto-lateral div{
		padding: 4% 0;
		margin: 4% 0;
		border-top: 1px solid #ccc;
	}
.contacto-lateral div h3	{
    color: #000;
    background: url(../images/whatsapp2.png) no-repeat 0;
    font-weight: 600;
    padding: 2% 10% 2%;
    background-size: 8%;
	}
.contacto-lateral div h4{
	    color: #000;
    font-size: 1em;
    font-weight: 500;
}

































/* LANDING PAGE UNO */
/* FIN CONTENIDO RELACIONADO*/
/*==================================================================================================
MEDIAS QUERIES
==================================================================================================*/
@media screen and (min-width:1910px){

.menu_header ul {
    width: 93%;
    margin: 0% 0;
    padding: 0;
}

.sb-search {
    position: absolute;
    width: 3%;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    right: 14%;
    top: 47%;
}

.destacado-morarbe h1 {
    color: #fff;
    padding: 7% 6% 4%;
    margin: 0;
    text-transform: uppercase;
    font-size: 2.2em;
    font-weight: 500;
    position: relative;
}
.destacado-morarbe p {
    color: #fff;
    padding: 0 6%;
    width: 44%;
    text-align: left;
    font-size: 0.95em;
    line-height: 1.8;
}

.destacado-morarbe .btn_general {
    margin: 0;
    background: none;
    padding: 3% 0% 5.5% 6%;
    font-size: 0.9em;
    letter-spacing: 2px;
    width: 10%;
}

.carrusel_testimonios .item_img {
    text-align: center;
    width: 49%;
    height: 180px;
    margin: 2% 18px 0 12%;
    display: block;
    float: left;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cont_footer .bql_contacto {
    background: #161616;
    padding: 2% 19%;
    text-align: center;
}


}
@media screen and (min-width: 1590px) and (max-width: 1899px){
	.sb-search {
    position: absolute;
    width: 3%;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    right: 10%;
    top: 53%;
}
.menu_header ul {
    width: 97%;
    margin: 0% 0;
    padding: 0;
}
.destacado-morarbe h1 {
    color: #fff;
    padding: 6% 6%;
    margin: 0;
    text-transform: uppercase;
    font-size: 2.2em;
    font-weight: 500;
    position: relative;
}
.destacado-morarbe .btn_general {
    margin: 0;
    background: none;
    padding: 1.8% 0% 2.2% 6%;
    font-size: 0.9em;
    letter-spacing: 2px;
    width: 10%;
}
.destacado-morarbe p {
    color: #fff;
    padding: 0 6%;
    width: 44%;
    text-align: left;
    font-size: 0.95em;
    line-height: 1.8;
}
.carrusel_testimonios .item_img {
    text-align: center;
    width: 49%;
    height: 180px;
    margin: 2% 18px 0 6%;
    display: block;
    float: left;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cont_footer .bql_contacto {
    background: #161616;
    padding: 2% 11%;
    text-align: center;
}


}
@media screen and (min-width: 1430px) and (max-width: 1898px){

.sb-search {
    position: absolute;
    width: 3%;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    right: 8%;
    top: 53%;
}
.destacado-morarbe .btn_general {
    margin: 0;
    background: none;
    padding: 1.8% 0% 4.8% 4%;
    font-size: 0.9em;
    letter-spacing: 2px;
    width: 10%;
}



}
@media screen and (min-width: 1360px) and (max-width: 1429px){}
@media screen and (min-width: 1270px) and (max-width: 1359px){

.contacto-header .redes {
    width: 69%;
    margin: 0;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}
.marcas .blq_index .btn_general {
    width: 42%;
    margin: 4% auto 0 auto !important;
}
.destacado-morarbe .btn_general {
    margin: 0;
    background: none;
    padding: 1.8% 0% 2% 4%;
    font-size: 0.9em;
    letter-spacing: 2px;
    width: 10%;
}
.destacado-morarbe h1 {
    color: #fff;
    padding: 3% 4% 4% 4%;
    margin: 0;
    text-transform: uppercase;
    font-size: 2.2em;
    font-weight: 500;
    position: relative;
}
.cont_footer .bql_contacto {
    background: #161616;
    padding: 2% 3%;
    text-align: center;
}
	
}
/*==================================================================================================
MEDIAS QUERIES
==================================================================================================*/

#0AB2BC