@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: #8B1738;
font-weight:700;
font-size: 1.8em;
margin: 0 0 10px 0;
text-transform: uppercase;
}
h2{
font-size: 1.55em;
color: #8B1738;
font-weight:400;
text-align: left;
margin: 0 0 10px 0;
}
h3{
/*se le definen estilos unicos para cada h3*/
text-align: left;
font-size: 1.1em;
color: #999;
margin: 0 0 5px 0;
}
h4{
/*se le definen estilos unicos para cada h4*/
font-weight: 300;
}
h5{
/*se le definen estilos unicos para cada h5*/
font-weight: 300;
}
p{
/*Estilos para los parrafos, se definen propiedades globales*/
margin: 0;
font-weight:300;
font-size: 0.95em;
line-height: 1.4em;
text-align: justify;
}
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 {

}
/* 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: 98%;
max-width: 1270px;
box-sizing:border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
header .cont_header_interior{
width: 96%;
margin: 0 auto;
padding: 0;
top: 0;
}
/* logo encabezado*/
header .logo_encabezado{
margin: 0;
display: inline-block;
vertical-align: middle;
position: relative;
width: 18.5%;
}
/* Buscador encabezado */
header .centro_header{
display: inline-block;
*display: inline-block;
vertical-align: middle;
width: 81%;
text-align: left;
}
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: 13%;
margin: 1% 0;
display: inline-block;
text-align: left;
vertical-align: middle;
box-sizing: border-box;
padding-left: 0.5%;
}
header .redes ul{
list-style: none;
margin: 0;
padding: 0;
}
header .redes li{
display: inline-block;
margin: 0 -5px 0 0;
max-width: 20.3%;
}
header .redes img {
}
header .redes li  a img:hover {
}
/*fin redes sociales encabezado*/
/*MENU HEADER*/
.menu_header{
width: 78%;
margin: 0.5% 0;
display: inline-block;
text-align: right;
}
.menu_header ul{
width: 100%;
margin:1% 0;
padding: 0;
}
.menu_header ul li{
list-style: none;
display: inline-block;
padding: 0.2% 1% 0.35% 1.5%;
}
.menu_header ul li a{
display: block;
padding:2px 5px 2px 0;
color: #9c2446;
font-size: 0.7em;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.menu_header ul li:last-child {
padding-left: 4.3%;
position: relative;
}
.menu_header ul li:last-child a:before{
position: absolute;
content: "";
left: 3%;
top: 0;
width: 17%;
height: 100%;
background: url(images/mail.png) no-repeat;
background-size: 100%;
}
/*
.index_adn .menu_header ul li:last-child a:before{
background: url(images/mail1.png) no-repeat;
background-size: 100%;
}*/
.menu_header ul li a:hover{
text-decoration: underline;
}
/*MENU HEADER*/
/* ---------------------------------------fin Contenedor header --------------------------------------- */
/* ----------------------------------------- Menú superior ----------------------------------------- */
.menu_superior {
background: #151314;
padding: 11px 0;
width: 100%;
z-index: 1000;
overflow: hidden;
}
/*
.index_adn .menu_superior{
position: absolute;
top: 2.7%;    
}
.index_adn .cont_header{
position: absolute;
z-index: 999;
}
.index_adn .menu_header ul li a{
color: #fff !important;
}
*/
.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;
position: relative;
}
.menu_superior .menu a /*estilos fuente del menu superior*/{
color:#FFF;
display: block;
padding:5px 34px;
text-transform: uppercase;
border-right: 1px solid #676767;
font-weight: 700;
font-size: 0.7em;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
position: relative;
}
.menu-fixed .menu a /*estilos fuente del menu superior*/{
padding:5px 25px;
}

.menu_superior .menu LI:first-child a{
border-left: 1px solid #676767;   
}

.menu_superior .menu a:before{
position: absolute;
content: "";
position: absolute;
bottom: -10px;
left: 43%;
width: 5px;
height: 5px;
background: #fff;
opacity: 0;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
border-radius: 50%;
}
.menu_superior .menu a:after{
position: absolute;
content: "";
position: absolute;
bottom: -30px;
left: 49%;
width: 5px;
height: 5px;
background: #fff;
opacity: 0;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
border-radius: 50%;
}
.menu_superior .menu a:hover:after{
bottom: -5px;
opacity: 1;
}
.menu_superior .menu a:hover:before{
bottom: -5px;
opacity: 1;
}
.menu_superior .menu li:after{
position: absolute;
content: "";
position: absolute;
bottom: -50px;
left: 55%;
width: 5px;
height: 5px;
background: #fff;
opacity: 0;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
border-radius: 50%;
}
.menu_superior .menu li:hover:after{
bottom: -5px;
opacity: 1;
}

.menu_superior .menu li:hover /*hover fuente del menu superior*/
{

}
/*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: 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/temas.png) 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: 45%;
position: absolute;
bottom: 35.5%;
right: 7%;
/*background: rgba(0,0,0,.35);*/
z-index: 10;
padding: 1%;
text-align: right;
}
.cont_info_slider{
width: 53%;
position: absolute;
top: 22.3%;
left: 50%;
z-index: 10;
padding: 1%;
text-align: center;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.cont_info_slider h1{
color: #fff;
font-size: 2.5em;
margin-bottom: .6%;
padding: 0;
text-align: center;
font-weight: 800;
position: relative;
}
.cont_info_slider h1:before{
position: absolute;
content: "";
width: 30%;
height: 90%;
top: -56px;
left: 35%;
background: url(images/tit-banner.png) no-repeat;
background-position: center;
}
.cont_info_slider h2{
color: #0AB2BC;
font-size: 1.4em;
margin-bottom:0.5%;
padding: 0;
text-align: center;
}
.cont_info_slider h3{
color: #fff;
font-size: 1.78em;
text-align: center;
font-weight: 500;
margin-bottom: 2%;
}
.cont_info_slider p{
color: #fff;
font-size: 1.01em;
text-align: center;
font-style: italic;
padding: 0% 6%;
}
.cont_info_slider a{
display: inline-block;
padding: 10px 10% 10px 25px;
font-size: 0.93em;
color: #fff;
background: #231F20;
margin-top: 5%;
text-transform: uppercase;
font-weight: 600;
position: relative;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.cont_info_slider a:hover{
background: #151314;
}
.cont_info_slider a:before{
content: "";
position: absolute;
right: 0;
top: 0;
width: 30%;
height: 100%;
background: #151314 url(images/right.png) no-repeat;
background-size: 15px;
background-position: 50%;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.cont_info_slider a:hover:before{
background: #151314 url(images/right.png) no-repeat;
background-size: 15px;
background-position: 75%;
}

/*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.7% 0;
width: 100%;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 9999999999999999;
top: 0;
}
/*======================== Contenedor Contendor_cuerpo general============================================================*/
.cont_cuerpo_general{
width: 80%;
margin: 0 auto;
background: #ffffff;
padding: 2% 0 0;
}
.cont_cuerpo_general .cont_tamano{
max-width:1270px;
margin: 0 auto;
width:98%;
}
.txt_index{
width: 100%;
margin: 0;
background: #ffffff;
}
.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;
}


.cont_eventos_index{
background: #8B1738;
margin-top: 4%;
padding: 3.5% 3.5% 12%;
box-sizing: border-box;
margin-bottom: 11%;
position: relative;
}
.cont_eventos_index:before{
content: "";
position: absolute;
left: 0;
bottom: -11%;
width: 100%;
height: 33%;
background: url(images/adornoeventosindex.png) no-repeat;
background-size: 100%;
}

.cont_eventos_index .txt_index{
background: none;
}
.cont_eventos_index .txt_index h1{
color: #fff;
padding: 5px 0 5px 5%;
background: url(images/icon-calend.png) no-repeat;
background-position: left;
font-size: 2.2em;
}
/*======================== 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%;
}
.index_adn .cont_superior_1{
background: url(images/fondo-cont-sup-1.jpg) no-repeat;
background-position: right;
padding: 2% 3.5% 5.5%;
box-sizing: border-box;
}
.index_adn .cont_superior_1 .txt_index{
width: 26%;
display: inline-block;
vertical-align: middle;
}
.index_adn .cont_superior_1 .txt_index h1{
font-size: 2em;
letter-spacing: -1px;
}
.index_adn .cont_superior_1 .txt_index p{
text-align: left;
font-size: 0.85em;
line-height: 1.7em;
}
.index_adn .cont_superior_1 .logo_infe{
width: 73%;
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
padding: 3% 0 3% 2%;
}
.index_adn .cont_superior_1 .logo_infe h1{
display: none;
}


/*======================== 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%;
}
.cont_superior2_adn{
background: url(images/fondo_super2.jpg) no-repeat;
background-position: left;
padding: 2% 3.5% 5%;
box-sizing: border-box;
}
.cont_superior2_adn p{
font-size: 1em;
}
.cont_superior2_adn .txt_index{
width: 48%;
margin-left: 51.3%;
}
.cont_superior2_adn .txt_index{
font-size: 0.85em;
}
.cont_superior2_adn .txt_index img{
width: 38%;
margin-bottom: 2%;
}
.cont_superior2_adn .txt_index ul h2{
font-weight: 700;
margin: 20px 0 0;
font-size: 1.4em;
text-transform: uppercase;
}
.cont_superior2_adn .txt_index ul ul{
width: 100%;
display: inline-block;
margin: 2% 0;
}
.cont_superior2_adn .txt_index ul ul li{
width: 44%;
display: inline-block;
margin: 1% 0;
vertical-align: top;
padding-left: 18px;
position: relative;
box-sizing: border-box;
}
.cont_superior2_adn .txt_index ul ul li:nth-child(even){
width: 53%;
}
.cont_superior2_adn .txt_index ul ul li:before{
position: absolute;
content: "";
left: 0;
top: 50%;
width: 7px;
height: 7px;
background: #57C4C3;
border-radius: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.cont_superior2_adn .txt_index ul ul li p{
text-align: left;
}

/*======================== 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%;
}
.cont_invitados_index .txt_index h1{
font-size: 2.2em;
text-align: center;
position: relative;
}
.cont_invitados_index .txt_index h1:before{
content: "";
position: absolute;
background: url(images/stars-titulo.png) no-repeat;
top: -53px;
left: 0;
width: 100%;
height: 100%;
background-position: center;
}
.cont_invitados_index .txt_index p{
text-align: center;
padding: 1% 15% 3%;
font-size: 0.85em;
}
.cont_invitado .btn_general{
margin-top: 0;
}
/*======================== 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;
background: #fff;
}
/* ----------------------------------------- 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: 90%;
max-width:1270px;
position: relative;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 3% 0;
}
footer .footer_derecho
{
vertical-align: top;
display: inline-block;
width: 83%;
box-sizing:border-box;
-o-box-sizing: border-box; /* Opera */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
padding:0;
}
/* MENÚ EN EL FOOTER */
.cont_menu_footer{
vertical-align: top;
width: 50%;
margin: 0;
padding: 0;
display: inline-block;
}
.cont_menu_vinculos{
vertical-align: top;
display: inline-block;
width: 46%;
padding: 0;
margin: 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: 49%;
display: inline-block;
padding-left: 20px;
position: relative;
margin: 7px 0;
box-sizing: border-box;
}
.menu_footer li:before{
position: absolute;
content: "";
width: 7.3px;
height: 7.3px;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background: #57C4C3;
border-radius: 50%;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.menu_footer li:hover:before{
position: absolute;
content: "";
width: 7.3px;
height: 7.3px;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background: #8B1738;
border-radius: 50%;   
}
.menu_footer a{
color: #666;
font-size: 0.85em;
font-weight: 500;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}


.servicios_footer{
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 46%;
margin-left: 3%;
}
.servicios_footer ul{
list-style: none;
padding: 0;
margin: 0;
}
.servicios_footer li{
width: 55%;
display: inline-block;
padding-left: 20px;
position: relative;
margin: 7px 0;
box-sizing: border-box;
vertical-align: top;
}
.servicios_footer li:nth-child(even){
width: 44%;
}
.servicios_footer li:before{
position: absolute;
content: "";
width: 7.3px;
height: 7.3px;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background: #57C4C3;
border-radius: 50%;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.servicios_footer li:hover:before{
position: absolute;
content: "";
width: 7.3px;
height: 7.3px;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background: #8B1738;
border-radius: 50%;
}
.servicios_footer a{
color: #666;
font-size: 0.85em;
font-weight: 500;
}

.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 ;
}
/*Footer superior*/
.footer_superior{
background: #d5d5d5 url(images/fondo-footersuperior.jpg) no-repeat;
background-size: 100%;
padding: 13% 4.7% 3%;
}
.cont_footersuperior{
max-width: 1270px;
display: block;
margin: auto;
}
.cont_logo_remate{
width: 18.5%;
display: inline-block;

}
.bql_contacto{
width: 29% !important;
display: inline-block;
padding-left: 3% !important;
box-sizing: border-box;
border-left: 1px dashed #E8E8E8;
}
.bql_contacto h2{
color: #000;
font-size: 1.5em;
letter-spacing: -1px;
text-align: center;
font-weight: 700;
margin-bottom: 5px;
}
.bql_contacto p{
font-size: 0.8em;
font-weight: 600;
text-align: center;
}
.bql_contacto .btn_general{
border: none;
font-size: 0.8em;
padding: 8px 17px;
letter-spacing: 1px;
}
.cont_suscribir{
background: #fff;
border-radius: 4px;
margin: 3% 0;
}
.cont_suscribir input{
border: none;
}
/* ESTILOS CERTIFICADOS*/
footer .footer_izquierdo{
display: inline-block;
vertical-align: top;
text-align: right;
width:16%;
margin: 0 0 0 0;
}
footer .footer_izquierdo .bloque_inf{
width: 100%;
*display: inline-block;
display: inline-block;
margin:0;
vertical-align: middle;
}
/*INFORMACION DE CONTACTO FOOTER*/
footer .cont_info{
display: inline-block;
*display: inline;
vertical-align: top;
margin: 1.5% 0;
width:100%;
box-sizing:border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
footer .cont_info p{
font-size: 0.9em;
margin: 2% 0;
font-weight: 500;
line-height: 1.7em;
}
footer .cont_info p:first-child{
font-weight: 700;
padding-left: 12%;
background: url(images/wpp.png) left center no-repeat;
background-position: left center;
background-size: 10%;

}
footer h2{
color: #8B1738;
margin-bottom: 15px;
text-transform: uppercase;
font-size: 0.9em;
font-weight: 700;
letter-spacing: 1px;
}
footer p{
color: #666;
text-align: left;
line-height: 1.4em;
}
/*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;
*display: inline-block;
vertical-align: middle;
text-align: right;
padding: 0 ;
width: 65%;
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 */
}
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;
}
.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;
*display: inline-block;
margin: 3% -4px 3% 0;
width: 12%;
}
.redes_inferior li a img {
}
.redes_inferior li a img:hover {
}
/* FIN REDES SOCIALES*/
/* DERECHOS COMPRANDO FACIL */
article.derechos{
padding: 10px 0;
text-align: center;
background: #8B1738;
}
article.derechos .cont_derecha, article.derechos .cont_izquierda
{
display: inline-block;
*display: inline-block;
vertical-align: middle;
}
article.derechos .cont_derecha
{
width:45%;
}
article.derechos .cont_izquierda
{
width: 49%;
}
article.derechos .cont_derecha a
{
color: #FFF;
}
article.derechos .cont_derecha p a
{
color: #ffffff;
}
article.derechos .cont_derecha a:hover
{
color:#ccc;
}
article.derechos .cont_derecha img
{
margin: 0 0 -5px 5px;
border: none;
width: 5.5%;
}
article.derechos .cont_derecha p
{
font-size: 0.8em;
color: #fff;
margin: 0;
text-align: left;
width: 49%;
display: inline-block;
vertical-align: middle;
}
article.derechos .cont_derecha p a
{
color: #fff;
}
article.derechos .cont_izquierda p
{
font-size: 0.8em;
color: #fff;
margin: 0;
text-align: center;
width: 49%;
display: inline-block;
vertical-align: middle;
}
article.derechos .cont_izquierda p a
{
color: #fff;
}
/* CHAT */
.cont_chat{
position: fixed;
height: auto;
background: #FFF !important;
bottom: 10%;
right: 0;
z-index: 1000;
}
.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 ===============================================*/

.cont_redes_sociales .btn_general{
margin-top: 20px;
font-size: 0.9em;
padding: 10px 70px 10px 20px;  
}
.cont_redes_sociales p{
text-align: left;
font-size: 0.95em;
}
.cont_redes_sociales h3{
margin-top: 4%;
font-weight: 600;
font-size: 1.5em;
color: #222;
margin-bottom: -10px;
}
/* ----------------------------------------- LATERAL ----------------------------------------- */
section#cont_principal /* Contenedor del contenido izquierdo */
{
margin: 0 20px 0 0;
padding: 0;
padding-left: 3%;
width: 74%;
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;
border-left: 1px solid #EEEEEE;
}
aside{
width: 24%;
display: inline-block!important;
vertical-align: top;
margin: 0;
padding: 0;
height: auto;
box-sizing: border-box;
padding-right: 3%;

}
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{
padding: 2%;
vertical-align: middle;
text-align: center;

}
.titulo_aside h2{
color: #57C4C3;
vertical-align: middle;
text-align: center;
margin: 0;
font-size: 1.4em;
margin-bottom: 3%;
margin-bottom: 3%;
}
/* 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{
display: inline-block;
padding: 10px 10% 10px 25px;
font-size: 1em;
letter-spacing: 2px;
color: #fff;
background: #8a1738;
margin-top: 3%;
text-transform: uppercase;
font-weight: 600;
position: relative;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.btn_general:hover{
background: #7c1331;
}
.btn_general:before{
content: "";
position: absolute;
right: 0;
top: 0;
width: 30%;
height: 100%;
background: #7c1331 url(images/right.png) no-repeat;
background-size: 15px;
background-position: 50%;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.btn_general:hover:before{
background: #7c1331 url(images/right.png) no-repeat;
background-size: 15px;
background-position: 75%;
}


.btn_generale{
display: inline-block;
padding: 15px;
font-size: 0.7em;
letter-spacing: 2px;
color: #fff;
text-align: center;
background: #23242B;
margin: 3% auto 0;
box-sizing: border-box;
text-transform: uppercase;
font-weight: 600;
position: relative;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
width: 24%;
display: block;
}
.btn_generale:hover{
background: #181A1F;
}
/* ----------------------------------------- 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-top: 0;
padding: 10px 65px 10px 20px;
}
/* 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;
display: inline-block;
width: 100%;
}
.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: right;
}
.inferiores h1{
display: none;
}
.inferiores .logo {
width: 13%;
display: inline-block;
vertical-align: middle;
margin: 1% 0.5% 1% 2.7%;
}
.inferiores .logo img {
width: 100%;
}
/* FIN LOGOS INFERIORES*/
/* CONTENEDOR EVENTOS*/
.eventos_vertical
{
display: inline-block;
*display: inline-block;
width: 22%;
text-align: left;
margin: 0 3.6% 3.5% 0;
padding: 0;
vertical-align: top;
overflow: hidden;
}
.eventos_vertical:nth-child(4n+4)
{
margin-right: 0;
}
.eventos_vertical h2
{
color: #222;
font-size: 1.4em;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
margin: 2% 0;
}
.eventos_vertical h3
{
color: #8B1738;
font-size: 1.1em;
font-weight: 500;
}
.eventos_vertical h4{
font-size: 0.95em;
margin-bottom: 4px;   
}
.eventos_vertical p
{
color: #666;
margin: 0;
text-align: left;
font-size: 0.84em;
letter-spacing: 0.2px;
line-height: 1.5em;
}
.eventos_vertical a img
{
max-width: 100%;
float: left;
margin: 3% 0 4% ;
transform: scale(1);
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.eventos_vertical a img:hover
{
transform: scale(1.02);
}
.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: 40%;
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: 19%;
margin: 0 0.8% 15px 0;
text-align: center;
position: relative;
background: #8b1738;
overflow: hidden;
}
.cms_productos_vertical li:nth-child(5n+5){
margin-right: -7px;
}
.cms_productos_vertical img
{
min-width:100%;
margin: 0;
transform: scale(1);
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.cms_productos_vertical li:hover img
{
transform: scale(1.05);
}
.cms_productos_vertical div{
padding: 10px;
margin-top: -2%;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
background: #8B1738;
min-height: 65px;
}
.cms_productos_vertical h3{
text-align: center;
margin:0% 0%;
color: #fff;
font-weight: 500;
font-size: 0.91em;
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 h2{
font-size: 1.8em;
font-weight: 700;
text-transform: uppercase;
}
.cms_producto_detalle p
{
text-align:left;
margin-bottom: 10px;
}
.cms_producto_detalle img
{
width: 100%;
margin: 10px 0 20px 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: 20px;
}
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;
}
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;
}
/*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% 0% 1.5% 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: 90%;
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;
}
.info_frm h2{
position: relative;
width: 100%;
text-align: center;
padding-top: 110px;
font-weight: 600;
}
.info_frm h2:before{
position: absolute;
content: "";
width: 100%;
height: 100px;
left: 0;
top: 0;
background: url(../../contenidos/images/paginas/logo-adn.png) no-repeat;
background-position: center center;
}
/* INFORMACIÓN EN UN FORMULARIO*/
/* CONTENEDOR DE PRODUCTOS DESTACADOS EN EL LATERAL*/
.cont_productos_lateral
{
margin: 0 0 6% 0;
background: #fff;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-bottom: 1px solid #EEEEEE;
padding-bottom: 4%;
}
.cont_productos_lateral h2{
color: #151314;
vertical-align: middle;
text-align: center;
margin: 0;
font-size: 1.4em;
margin-bottom: 3.5%;
font-weight: 700;
}
.cont_productos_lateral h3{
margin-bottom: 5px;
color: #000;
text-align: center;
font-size: 1em;
font-weight: 600;
}
.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: 100%;
margin: 0 0 3px 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 2.5% 5% 0;
display: inline-block;
*display: inline-block;
width: 48%;
vertical-align: top;

}
.noticias_lista li:nth-child(2n+2)
{
margin-right: 0;
}
.noticias_lista li img{
max-width: 100%;
float: left;
margin: 0 0 10px;
}
.noticias_lista li h2{
font-size: 1.4em;
font-weight: 600;
}
.noticias_lista li p{
font-size: 0.85em;
}
.noticias_lista li .btn_general{
font-size: 0.8em;
padding: 8px 50px 8px 15px;

}

.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: 40%;
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:8%;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-bottom: 1px solid #EEEEEE;
padding-bottom: 6%;
}
.cont_noticias_lateral:last-child{
border-bottom: none;
margin-bottom:  0;
padding-bottom: 0;
}
.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{
margin-bottom: 5px;
color: #000;
text-align: center;
font-size: 1.1em;
font-weight: 600;
}
.cont_noticias_lateral img{
width: 100%;
margin: 0 auto 1.5% auto;
display: block;
}

.noticias_lateral h2{
color: #151314;
vertical-align: middle;
text-align: center;
margin: 0;
font-size: 1.4em;
margin-bottom: 3.5%;
font-weight: 700;
   
}
/* CONTENEDOR DE TESTIMONIOS LATERAL*/
.cont_noticias_lateral .noticias_lateral li{
border-bottom: 1px solid #EEEEEE;
margin: 0 0 5px 0;
padding: 0;
}
.cont_noticias_lateral .noticias_lateral li:last-child{
border: none;
}

.cont_noticias_lateral .artistas_lateral li{
margin: 3% 0 7%;
display: inline-block;

}
.cont_noticias_lateral .artistas_lateral h2{
vertical-align: middle;
text-align: center;
margin: 0;
font-size: 1.3em;
margin-bottom: 3.5%;
font-weight: 700;
}
.cont_noticias_lateral .artistas_lateral li img{
width: 27%;
border-radius: 50%;
margin: 0;
display: inline-block;
vertical-align: middle;
margin-right: 7%;
float: left;
}
.cont_noticias_lateral .artistas_lateral li h2{
display: inline-block;
font-size: 1.05em;
width: 66%;
text-align: left;
vertical-align: middle;
line-height: 1.05em;
color: #111;
margin: 1.5% 0;
font-weight: 600;
}
.cont_noticias_lateral .artistas_lateral li a{
color: #000C0C;
font-size: 0.85em;
font-weight: 600;
}
.cont_noticias_lateral .artistas_lateral li a:hover{
text-decoration: underline;
}


/* CONTENEDOR DE TESTIMONIOS LATERAL*/
/* CONTENEDOR NOTICIAS Y COLUMNISTAS LATERAL*/
/* BLOQUES DE GALERIA*/
.bloques_galeria
{
margin: 25px 0 0;
}
.bloques_galeria .galeria_vertical 
{
display: inline-block;
vertical-align: top;
width: 31.4%;
min-height: 170px;
margin: 0 0 2%;;
text-align: center;
margin-right: 2%;
}
.bloques_galeria .galeria_vertical:nth-child(4)
{
margin-right: 0;
}
.bloques_galeria .galeria_vertical:nth-child(7)
{
margin-right: 0;
}
.bloques_galeria .galeria_vertical:nth-child(10)
{
margin-right: 0;
}
.bloques_galeria .galeria_vertical:nth-child(13)
{
margin-right: 0;
}
.bloques_galeria .galeria_vertical:nth-child(16)
{
margin-right: 0;
}
.bloques_galeria .galeria_vertical:nth-child(19)
{
margin-right: 0;
}
.bloques_galeria .galeria_vertical:nth-child(21)
{
margin-right: 0;
}
.bloques_galeria div
{
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 46%;
margin:10px;
text-align: center;
padding-bottom: 20px;
border-bottom: 3px solid #eee;
}
.bloques_galeria h3{
text-align: left;
margin: 3%;
}
.bloques_galeria div h3{
text-align: left;
margin: 0 0 10px 0;
}
.bloques_galeria .galeria_vertical a
{
text-decoration: none;
}
.bloques_galeria .galeria_vertical img
{
max-width: 100%;
}
.bloques_galeria .galeria_vertical h1
{
padding: 10px;
text-align: center;
margin-top: -2%;
width: 100%;
color: #8b1738;
background: none;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 0.95em;
-moz-box-sizing: border-box;
font-weight: 600;
display: none;
}
.bloques_galeria .categoria_galeria
{
display: inline-block;
*display: inline-block;
vertical-align: top;
width: 48%;
margin: 0 2% 1% 0;
text-align: center;
position: relative;
overflow: hidden;
}
.bloques_galeria .categoria_galeria:nth-child(even)
{
margin-right: 0;
}
.bloques_galeria .categoria_galeria h1
{
padding: 15px 20px;
text-align: center;
margin-top: -2%;
width: 100%;
color: #fFF;
background: #8b1738;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 0.95em;
-moz-box-sizing: border-box;
font-weight: 600;
}
.bloques_galeria .categoria_galeria img{
width:100%;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
transform: scale(1);
}
.bloques_galeria .categoria_galeria img:hover{
transform: scale(1.05);
}
.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: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;
}
.sindicacion h2
{
color: #111 !important;
font-size: 1.2em !important;
text-transform: capitalize !important;
margin-bottom: 2% !important;
padding: 0 !important;
}
.sindicacion h2:before
{
background: none !important;
}
.detalle_servicios .sindicacion{
position: absolute;
top: 9.4%;
right: -7.5%;
width: 6%;    
}
.detalle_servicios .sindicacion h2{
display: none;
}
.detalle_servicios .sindicacion a.addthis_bubble_style{
display: none !important;   
}

/* FIN SINDICACIÓN */
/* IMAGEN RESULADO DE BUSQUEDA*/
.ico_exclamacion
{
float: left;
}
/* NO IMAGEN RESULADO DE BUSQUEDA*/
/* PREGUNTAS FRECUENTES */
.cont_fqs{
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
*display: inline-block;
width: 100%;
}
.cont_fqs li{
padding: 0 0 3% 0;
margin: 0 0 3% 0;
border-bottom: 1px solid #eee;
display: inline-block;
*display: inline-block;
width: 100%;
}
.titu_pregunta:hover{
color: #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;
font-weight: 500;
}
.barra_buscador span
{
position: relative;
left: 5px;
color: #8B1738;
}
.bloques_gracias
{
width: 100%;
min-height: 375px;
}
.bloques_gracias img
{
float: left;
margin: 0 30px 10px 0;
width: 49%;
}
.bloques_gracias .datos p
{
margin: 0;
}
.bloques_gracias .datos
{
color: #000;
font-style: italic;
margin: 0;
}
.bloques_gracias .confirmacion
{
color: #999;
font-style: italic;
}
.bloques_gracias .btn_general{
margin-top: 3%;
}
/* --------------------------------------------------- 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 */


.carrusel_servicios_lat
{
width: 100%;
margin: 0 0 30px 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;
border-bottom: 1px solid #eee;

}
.carrusel_servicios_lat h2
{
font-size: 1.3em;
font-weight: 600;
text-align: center;
}
.carrusel_servicios_lat .caroufredsel_wrapper{
height: 215px !important;
}
.carrusel_servicios_lat #carrusel_servicios_lat {
margin: 0;
padding: 0;
list-style: none;
display: block;
}
.carrusel_servicios_lat .item_img {
text-align: center;
width: 206px;
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_servicios_lat .item_img h3{
margin-top: 6px;
color: #232323;
text-align: center;
font-weight: 500;
font-size: 0.95em;
}
.carrusel_servicios_lat .item_img p{
margin:0 0 3% 0;
}
.carrusel_servicios_lat .item_img h2{
color: #0AB2BC;
width: 63%;
display: inline-block;
vertical-align:middle;
text-align: left;
margin: 0 0 0px 0;
}
.carrusel_servicios_lat .item_img .info_prod img{
border-radius:50%;
background:#0AB2BC;
width: 10%;
padding: 3%;
}
.carrusel_servicios_lat .item_img .info_prod .bolsa{
padding: 3% 4% 3% 2%;
}
.carrusel_servicios_lat .item_img a
{
color: #000;
}
.carrusel_servicios_lat .item_img  img
{
vertical-align: middle;
}
.carrusel_servicios_lat .item_img h4
{
text-align: center;
color: #4BB8D4;
margin: 3px 0;
}
.carrusel_servicios_lat .clearfix {
float: none;
clear: both;
}
.carrusel_servicios_lat .prev {
position: absolute;
left: -4px;
top: 35%;
}
.carrusel_servicios_lat .next {
position: absolute;
right: -4px;
top: 35%;
}







/*----------------------------*/

.carrusel_invitados
{
width: 94%;
margin: 0 auto 10px;
padding: 0 25px;
display: block;
*display: 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_invitados .caroufredsel_wrapper{
height: 400px !important;
}
.carrusel_invitados #carrusel_invitados {
margin: 0;
padding: 0;
list-style: none;
display: block;
}
.carrusel_invitados .item_img {
text-align: center;
width: 263px;
height: 180px;
margin:0 30px 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_invitados .item_img h3{
color: #8a1738;
text-align: center;
font-weight: 500;
padding-top: 57px;
position: relative;
}
.carrusel_invitados .item_img h3:before{
position: absolute;
content: "";
top: 7px;
left: 0;
width: 100%;
height: 60%;
background: url(images/micro.png) no-repeat;
background-position: center;
}
.carrusel_invitados .item_img p{
margin:0 0 3% 0;
}
.carrusel_invitados .item_img h2{
color: #000;
width: 100%;
display: inline-block;
vertical-align:middle;
text-align: center;
margin: 0 0 0px 0;
font-size: 1.1em;
}
.carrusel_invitados .item_img .info_prod img{
border-radius:50%;
background:#0AB2BC;
width: 10%;
padding: 3%;
}
.carrusel_invitados .item_img .info_prod .bolsa{
padding: 3% 4% 3% 2%;
}
.carrusel_invitados .item_img a
{
color: #000;
}
.carrusel_invitados .item_img  img
{
vertical-align: middle;
}
.carrusel_invitados .item_img h4
{
text-align: center;
color: #4BB8D4;
margin: 3px 0;
}
.carrusel_invitados .clearfix {
float: none;
clear: both;
}
.carrusel_invitados .prev {
position: absolute;
left: -35px;
top: 31%;
}
.carrusel_invitados .next {
position: absolute;
right: -35px;
top: 31%;
}










.carrusel_otros_servicios
{
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;
padding: 0 5% !important;
}
.carrusel_otros_servicios .caroufredsel_wrapper{
height: 190px !important;
}
.carrusel_otros_servicios #carrusel_otros_servicios {
margin: 0;
padding: 0;
list-style: none;
display: block;
}
.carrusel_otros_servicios .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;
padding: 0;
background: #8a1738;
overflow: hidden;

-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.carrusel_otros_servicios .item_img img{
transform: scale(1);
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.carrusel_otros_servicios .item_img img:hover {
transform: scale(1.05);
}
.carrusel_otros_servicios .item_img h3{
color:#000;
}
.carrusel_otros_servicios .item_img p{
margin:0 0 3% 0;
}
.carrusel_otros_servicios .item_img h2{
color: #ffffff;
width: 87%;
display: inline-block;
vertical-align: middle;
margin: 0 0 0px 0;
font-size: 0.8em;
text-align: center;
font-weight: 600;
}

.carrusel_otros_servicios .item_img .info_prod .bolsa{
padding: 3% 4% 3% 2%;
}
.carrusel_otros_servicios .item_img a
{
color: #000;
}
.carrusel_otros_servicios .item_img  img
{
vertical-align: middle;
width: 100%;
}
.carrusel_otros_servicios .item_img h4
{
text-align: center;
color: #4BB8D4;
margin: 3px 0;
}
.carrusel_otros_servicios .clearfix {
float: none;
clear: both;
}
.carrusel_otros_servicios .prev {
position: absolute;
left: -4px;
top: 50px;
}
.carrusel_otros_servicios .next {
position: absolute;
right: -4px;
top: 50px;
}
.carrusel_otros_servicios .prev img{
width: 80% !important;
}
.carrusel_otros_servicios .next img{
width: 80% !important;
}



.carrusel_equipo
{
width: 94%;
margin: 0 auto 10px;
padding: 0 25px;
display: block;
*display: 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_equipo .caroufredsel_wrapper{
height: 315px !important;
}
.carrusel_equipo #carrusel_equipo {
margin: 0;
padding: 0;
list-style: none;
display: block;
    height: 280px;
}
.carrusel_equipo .item_img {
text-align: center;
width: 263px;
height: 310px;
margin:0 30px 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;
background: #fff;
padding: 40px;
box-sizing: border-box;
position: relative;
}
.carrusel_equipo .item_img:before {
position: absolute;
border: 2px solid #f1f1f1;
width: 90%;
height: 90%;
left: 5%;
top: 5%;
content: "";
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.carrusel_equipo .item_img:hover:before {
position: absolute;
border: 2px solid #771428;
width: 90%;
height: 90%;
left: 5%;
top: 5%;
content: "";
}

.carrusel_equipo .item_img p{
text-align: center;
font-weight: 600;
margin: 5% 0 0;
color: #b1b1b1;
}
.carrusel_equipo .item_img h2{
color: #000;
width: 100%;
display: inline-block;
vertical-align:middle;
text-align: center;
margin: 0 0 0px 0;
font-size: 1.1em;
font-weight: 600;
position: relative;
padding-top: 10px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.carrusel_equipo .item_img:hover h2{
padding-top: 15px;
}
.carrusel_equipo .item_img h2:before{
position: absolute;
background: #f1f1f1;
width: 30%;
height: 3px;
left: 50%;
top: 0;
transform: translateX(-50%);
content: "";
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.carrusel_equipo .item_img:hover h2:before{
background: #771428;
height: 6px;
}
.carrusel_equipo .item_img .info_prod img{
border-radius:50%;
background:#0AB2BC;
width: 10%;
padding: 3%;
}
.carrusel_equipo .item_img .info_prod .bolsa{
padding: 3% 4% 3% 2%;
}
.carrusel_equipo .item_img a
{
color: #000;
}
.carrusel_equipo .item_img img
{
vertical-align: middle;
width: 65%;
}
.carrusel_equipo .item_img h4
{
text-align: center;
color: #4BB8D4;
margin: 3px 0;
}
.carrusel_equipo .clearfix {
float: none;
clear: both;
}
.carrusel_equipo .prev {
position: absolute;
left: -35px;
top: 31%;
}
.carrusel_equipo .next {
position: absolute;
right: -35px;
top: 31%;
}

/* ----------------------------------------------- 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% 50.5%;
padding: 0;
width: 48%;
display: inline-block;
*display: inline-block;
}
.cont_qsomos li h2{
font-weight: 700;
text-transform: uppercase;
margin-bottom: 3%;
}
.cont_qsomos li p{
font-size: 0.9em;
margin: 2% auto;
}
.cont_qsomos img{
float: left;
margin: 0 0 1.8% 0;
width: 100%;
}
.cont_qsomos iframe{
margin: 0 0 10px 0;
}
.cont_qsomos_detalle{
width: 100%;
margin: 0;
padding:0;
}
.cont_qsomos_detalle li{
list-style: none
}
.cont_qsomos_detalle img{
display: 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 10px 0;
padding: 0;
width: 100%;
display: inline-block;
*display: inline-block;
}
.cont_testimonios img{
float: left;
margin: 0 1.8% 0 0;
width: 40%;
}
.cont_testimonios iframe{
margin: 0 0 10px 0;
}
/* CONTENEDOR DE TESTIMONIOS */
/* Estilo campo requerido */
.camp_requerido{
color: #E23030;
text-transform: capitalize;
font-size: 0.8em;
}
/* 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"]{
width: 62%;
padding: 3px 3px 3px 6px;
vertical-align: middle;
}
.actp_condicions{
width: 100%;
margin: 0;
padding: 0;
}
.actp_condicions input[type="checkbox"]{
display: inline-block;
width: 4%;
vertical-align: top;
float: left;
margin: 0;
}
.actp_condicions p{
width: 90%;
display: inline-block;
vertical-align: top;
color:#8c8a8a;
text-align: left;
padding-left: 2%;
}
.actp_condicions a{
color: #8c8a8a;
}
.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: #666;
}
.barra_buscador span{
position: relative;
left: 5px;
color: #8b1738;
font-weight: 700;
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: #8a1738;
padding: 0;
margin-bottom: 5px;
box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
font-size: 1.5em;
text-transform: uppercase;
margin-bottom: 2%;
}
.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: 0 0 5px 0;
padding: 10px;
border-bottom: 1px solid #ededed;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
box-sizing: border-box;
color: #333;
}
.cont_relacionado ul li:hover{
padding-left: 14px;
}
.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;
display: none;
}
.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;
font-size: 1.4em;
}
.cont_relacionado ul li:hover h2{
color: #6b0f29;
text-decoration: underline;
}
.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;
}
.cont_relacionado ul li p{
font-size: 0.95em;
}
/* 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;
}

/*buscador*/
	.sb-search {
    position: absolute;
    width: 0%;
    min-width: 60px;
    height: 60px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    right: 4.3%;
    top: 20%;
}
.index_adn .sb-search-input{
    width: 65%;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #f3f3f3;
    width: 70%;
    height: 44px;
    margin: 0;
    z-index: 10;
    color: #ccc;
    padding: 0 6px;
    opacity: 1;
    
}
.index_adn .sb-search-input {
    margin-right: 59px;
}
.index_adn .sb-icon-search{
background: none;
border: none;
}
.sb-search-input::-webkit-input-placeholder { /* Firefox 19+ */
  color: #ccc;
    font-size: 1em;
}
.sb-search-input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
    font-size: 1em;
}
.sb-search-input:-ms-input-placeholder { /* Firefox 19+ */
  color: #ccc;
    font-size: 1em;
}
.sb-search-input:-moz-placeholder{ /* Firefox 19+ */
  color: #ccc;
    font-size: 1em;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
    color: #ccc;
}

.sb-search-input:-moz-placeholder {
    color: #ccc;
}

.sb-search-input::-moz-placeholder {
    color: #ccc;
}

.sb-search-input:-ms-input-placeholder {
    color: #ccc;
}

.sb-icon-search,
.sb-search-submit  {
    width: 7px;
    height: 44px;
    display: block;
    position: absolute;
    right: 47px;
    top: 0;
    border-left: 1px solid #ccc;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
}

.sb-search-submit {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    color: #ccc;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #82C300;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    margin: 0 !important;
    padding: 0;
}

.sb-icon-search:before {
    content: "";
    background: #fff url(../images/buscador.png) no-repeat 25px 11px;
    position: absolute;
    width: 57px;
    height: 59px;
    background-size: 44%;
}
/*
.index_adn .sb-icon-search:before {
    content: "";
    background: url(../images/buscador1.png) no-repeat 25px 11px;
    position: absolute;
    width: 57px;
    height: 59px;
    background-size: 44%;
}
*/
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    color: #82C300;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
/*    z-index: 90;*/
}
.atencion_cliente{
display: inline-block;
width: 46%;
margin: 0 3.5% 0 2.5%;
}
.atencion_cliente h3{
color: #000;
font-size: 1.5em;
letter-spacing: -1px;
}
.atencion_cliente p{
font-size: 0.8em;
font-weight: 600;
}
.atencion_cliente h4{
color: #8a1738;
font-weight: 700;
font-size: 0.9em;
letter-spacing: 2px;
margin-top: 13px;
padding: 4px 25px;
background: url(images/sms.png) no-repeat;
background-position: left;
background-size: 4%;
}

.invitados_lista{
margin-top: 3%;	
}
.cont_paginvitados h1{
padding-left: 16%;
position: relative;	
}
.cont_paginvitados h1:before {
    content: "";
    position: absolute;
    background: url(images/stars-titulo.png) no-repeat;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background-position: left;
}
.invitados_lista li{
width: 18%;
display: inline-block;
vertical-align: top;
margin-right: 2.1%;
min-height: 365px;
margin-bottom: 2%;
}
.invitados_lista li:nth-child(5n+5){
margin-right: 0;
}
.invitados_lista li h3{
    color: #8a1738;
    text-align: center;
    font-weight: 500;
    padding-top: 57px;
    position: relative;
    margin-bottom: 1px;
}
.invitados_lista li h3:before{
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 100%;
    height: 60%;
    background: url(images/micro.png) no-repeat;
    background-position: center;
}
.invitados_lista li h2{
    color: #000;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 0px 0;
    font-size: 1em;
}
.invitados_lista li .btn_general{
display: none;
}
.cont_qsomospag{
    background: url(images/fondo_super2.jpg) no-repeat;
    background-position: left;
    padding: 2% 5% 0;
    box-sizing: border-box;    
}
.cont_servicios .cms_productos_vertical{
margin-top: 2%;
}
.cont_servicios{
background: #fff;
}
.cont_servicios h1{
text-align: center;
margin: 2% 0;
}
.cont_comercio p{
margin: 7px 0;
font-size: 0.95em;
}
.cont_comercio p ul li{
list-style: disc;
margin: 7px 0 7px 18px;
font-size: 0.95em;
}
.cont_comercio img{
margin: 0 0 2%;
height: auto;
}
.cont_comercio li ul li{
padding-left: 15px;
position: relative;
}
.cont_comercio li ul li:before{
position: absolute;
content: "";
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 6px;
height: 6px;
background: #555;
border-radius: 50%;
}
.cont1_eventos p{
font-size: 0.95em;
}
.cont1_eventos .btn_general{
margin-top: 20px;
font-size: 0.9em;
padding: 10px 70px 10px 20px;
}
.cont1_eventos h1{
padding-left: 4%;
position: relative;
margin-bottom: 5px;
}
.cont1_eventos h1:before{
position: absolute;
background: url(images/titu-eventos.png) no-repeat;
content: "";
left: 0;
top: 0;
width: 6%;
height: 100%;
background-position: left center;
}
.enventos_destacados{
width: 44%;
display: inline-block;
vertical-align: top;
}
.eventos_bloque_index{
width: 100%;
padding-bottom: 9%;
padding-top: 1.5%;
}
.eventos_bloque_index:first-child{

margin-bottom: 4%;
border-bottom: 1px dashed #d4d4d4;
padding-bottom: 5%;
}
.eventos_bloque_index img{
width: 47%;
float: left;
margin-right: 4%;
}
.eventos_bloque_index:nth-child(odd) img{
width: 47%;
float: right;
margin-left: 4%;
margin-right: 0;
}
.eventos_bloque_index h3{
    font-weight: 500;
    color: #252525;
    margin-bottom: 0.5%;
}
.eventos_bloque_index h2{
    color: #222;
    font-size: 1.35em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1%;
}
.eventos_bloque_index h4{
margin-bottom: 1.5%;
font-size: 1.05em;
}
.eventos_bloque_index p{
font-size: 0.84em;
text-align: left;
}

.cont_event_destacado .callbacks_container{
width: 53%;
display: inline-block;
margin-right: 2%;
vertical-align: top;
}
.cont_eventos_index .callbacks_container{
width: 53%;
display: inline-block;
margin-right: 2%;
vertical-align: top;
}
.cont_eventos_index .eventos_bloque_index h2, 
.cont_eventos_index .eventos_bloque_index h3,
.cont_eventos_index .eventos_bloque_index h4,
.cont_eventos_index .eventos_bloque_index p {
color: #fff;
}
.cont_eventos_index .btn_general{
position: absolute;
bottom: 12%;
padding: 15px;
font-size: 0.7em;
text-align: center;
background: #23242B;
margin: 3% auto 0;
box-sizing: border-box;
text-transform: uppercase;
width: 24%;
box-sizing: border-box;
left: 38%;    
}
.cont_eventos_index .btn_general:before{
display: none;
}
.cont_eventos_index .btn_general:hover{
background: #181A1F;
}
.cont_event_destacado{
padding-bottom: 0;
}

.artistas_detalle img{
width: 53%;
margin-right: 3.5%;
}
.artistas_detalle h3{
font-weight: 500;
color: #8B1738;
margin-bottom: 0;
font-size: 1.45em;   
}
.artistas_detalle h4{
font-size: 1.3em;
font-weight: 500;
margin-bottom: 2%;
color: #000;
}
.artistas_detalle .btn_general{
padding: 10px 12.5% 10px 25px;
margin-top: 1%;
}
.artistas_detalle h2{
font-size: 1.9em;
text-transform: uppercase;
font-weight: 700;
padding-left: 5%;
position: relative;
text-align: left;
margin: 0;
}
.artistas_detalle h2:before{
position: absolute;
content: "";
top: 0;
left: 0;
width: 5%;
height: 100%;
background: url(images/micro.png) no-repeat;
background-position: left center;
}
.artistas_detalle p{
font-size: 0.9em;
letter-spacing: 0.3px;
text-align: left;
margin-bottom: 4%;
margin-top: 3%;
padding: 0;
}
.det_invitado{
width: 43%;
display: inline-block;
vertical-align: top;   
}
.cont_otros_artistas{
margin-top: 2%;
}
.cont_otros_artistas h1{
  font-weight: 700;
    text-align: center;
    margin-top: 0;
    font-size: 1.6em;
    margin-bottom: 0;  
}
.cont_redes_sociales h1{

position: relative;
margin-bottom: 5px;
padding: 0.3% 0 0.3% 6%;
}
.cont_redes_sociales h1:before{
position: absolute;
background: url(images/redes_titu.png) no-repeat;
content: "";
left: 0;
top: 0;
width: 6%;
height: 100%;
background-position: left center;
}
.cont_otros_artistas p{
padding: 2% 13%;
    text-align: center;
    font-size: 0.85em;
    margin-bottom: 2%;
    letter-spacing: 0.4px;
    box-sizing: border-box;
}


.casos_de_exito li{
background: #F5F5F5;
width: 100%;
box-sizing: border-box;
padding: 3%;
margin: 3% 0;
}
.casos_de_exito li img{
width: 21%;
display: inline-block;
margin-right: 3%;
vertical-align:middle;
}
.casos_de_exito li div{
width: 75%;
display: inline-block;
vertical-align:middle;
}
.casos_de_exito li div h2{
color: #222;
font-size: 1.6em;
font-weight: 600;
}
.btn_derecha .btn_general{
border: none;
padding: 8px 25px;
}



.btl_lista li{
background: #F5F5F5;
width: 100%;
box-sizing: border-box;
padding: 3%;
margin: 3% 0;
}
.btl_lista li img{
width: 21%;
display: inline-block;
margin-right: 3%;
vertical-align:middle;
}
.btl_lista li div{
width: 75%;
display: inline-block;
vertical-align:middle;
}
.btl_lista li div h2{
color: #222;
font-size: 1.6em;
font-weight: 600;
margin: 0;
}
.btl_lista li .btn_general{
font-size: 0.9em;
margin-top: 3%;
}
.btl_detalle img{
max-width: 37%;
float: left;
margin: 0 20px 0 0;   
}
.btl_detalle .sindicacion{
margin-top: 3%; 
}
.cont_btldetalle section{
width: 100%;
display: inline-block;
}
.cont_btldetalle section h2{
margin: 2% 0 -15px;

}
.mensaje_boletin{
color: #8b1738;
font-size: 0.97em;
font-weight: 700;
text-align: center;
width: 100%;
display: block;   
}


.contact_footer {
position: relative;
color: #9c2446;
font-size: 0.7em;
display: block;
padding: 3% 0 3% 20%;
width: 59%;
font-weight: 700;
text-align: left;
margin-top: 5%;
}
.contact_footer:hover{
text-decoration: underline;
}
.contact_footer:before{
position: absolute;
content: "";
left: 3%;
top: 0;
width: 16%;
height: 100%;
background: url(images/mail.png) no-repeat;
background-size: 100%;
background-position: center;
}



.otros_eventos h2{
font-weight: 600;
}
.otros_eventos ul li{
width: 23%;
display: inline-block;
vertical-align: top;
margin-right: 2%;
margin-bottom: 4%;
}
.otros_eventos ul li:nth-child(4n+4){

margin-right: 0;
}
.otros_eventos ul li p{
color: #222;
font-size: 1.1em;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0;
text-align: center;
}
.btn_down {display: none;}

.index_adn .btn_down {
padding:  0px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10;
    display: block;
    background: url(../images/fl-1.png) no-repeat 0% 100%;
    background-size: contain;
    background-position: center;
    width: 7%;
}
.index_adn .btn_down img{
    width: 18%;
    padding: 26px 10px 8px;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: block;
    animation-iteration-count: infinite;
    animation-name: bounce;
    margin: auto;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -5px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -5px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
/*

	.menu_superior  > .menu > li > a:before {
    content: "";
    height: 5px;
    width: 5px;
    background: #fff;
    position: absolute;
    bottom: -12%;
    left: 47%;
    border-radius: 50%;
    transition: all .1s;
    opacity: 0;
	}

	@keyframes animate{
		0%{
			bottom: -12%;
			width: 5px;
			left: 47%;
			border-radius: 50%;
			height: 5px;
		}

		50%{
			bottom: 10%;
			width: 5px;
			left: 47%;
			border-radius: 50%;
			height: 5px;
		}
		100%{
			bottom: 1%;
			left: 25%;
			width:50%;
			border-radius: 0%;
			height: 1.5px;
		}
	}

	@-webkit-keyframes animate{
		0%{
			bottom: -12%;
			width: 5px;
			left: 47%;
			border-radius: 50%;
		}

		50%{
			bottom: 10%;
			width: 5px;
			left: 47%;
			border-radius: 50%;
		}
		100%{
			bottom: 15%;
			left: 5%;
			width:90%;
			border-radius: 0%;
		}
	}

	.menu_superior > .menu > li > a:hover:before {
    content: "";
    height: 5px;
    width: 5px;
    background: #fff;
    position: absolute;
    animation:animate .4s forwards;
    left: 47%;
    border-radius: 50%;
    transition: all .2s;
    opacity: 1;
	}	



*/

.body_terminos{
width: 94%;
}
.tabs_invitados{
margin-top: 2%;
}
.tabs_invitados a{
font-size: 1.2em;
color: #8B1738;
font-weight: 500;
padding: 5px 40px 5px 20px;
position: relative;
margin-left: -4px;
border-right: 1px solid #8B1738;
}
.tabs_invitados a:first-child{

padding-left: 45px;
}
.tabs_invitados a:nth-child(3){
border-right: none;

}
.tabs_invitados a:first-child:after{
position: absolute;
content: "";
left: 0;
height: 100%;
top: 0;
width: 40px;
background: url(images/invi_exclusivo.png) no-repeat;
background-position: center center;
}
.tabs_invitados a:before{
position: absolute;
content: "";
right: 0;
height: 100%;
top: 0;
width: 40px;
background: url(images/down_invitado.png) no-repeat;
background-position: center center;
}

.tabs_invitados a.active{
background: #8B1738;
color: #fff;
}
.tabs_invitados select{
 width: 15%;
float: right;   
}




.goTop{
    width: 40px;
    height: 40px;
    background: #8b1738 url(images/top.png) no-repeat ;
    background-size: 50%;
    background-position: center center;
    position: fixed;
    bottom: -10%;
    right: 1%;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0.7;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(46,46,46,1);
-moz-box-shadow: 2px 2px 5px 0px rgba(46,46,46,1);
box-shadow: 2px 2px 5px 0px rgba(46,46,46,1);

}
.goTop:hover{
    opacity: 1;
}



.menu-fixed{
position: fixed !important;
left: 0;
-webkit-box-shadow: 0px 4px 31px -6px rgba(28,28,28,1);
-moz-box-shadow: 0px 4px 31px -6px rgba(28,28,28,1);
box-shadow: 0px 4px 31px -6px rgba(28,28,28,1);
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.menu-fixed .menu{
text-align: center;
}
.menu_superior .logo_encabezado {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 12.5%;
    display: none
}
.menu-fixed .logo_encabezado {
display: inline-block;

}
.menu-fixed .logo_encabezado a{
    padding: 0 20px 0 0;
border-right: none;
}
.menu-fixed .logo_encabezado a:before{
 display: none;
}
.menu-fixed .logo_encabezado a:after{
 display: none;
}


/*
.menu-fixed .menu_header li a{
color: #9c2446 !important;
}
.index_adn .menu-fixed .menu_header li a{
color: #9c2446 !important;
}

.menu-fixed .sb-icon-search:before {
    content: "";
    background: #fff url(../images/buscador.png) no-repeat 25px 11px !important;
    position: absolute;
    width: 57px;
    height: 59px;
    background-size: 44%;
}*/
.redes_invitado{
width: 100%;
}
.redes_invitado li{
width: 7%;
display: inline-block;
}.redes_invitado li img{
width: 100%;
}

.detalle_servicios .btn_general{
margin-top: 0.5%;    
}
.detalle_servicios .customlightbox{
padding: 10px 30px;
text-align: center;
background: #23242B;
margin: 3% 0;
text-transform: uppercase;
width: 30%;
box-sizing: border-box;
font-size: 1em;
letter-spacing: 2px;
color: #fff;
font-weight: 600;
display: inline-block;

}
.detalle_servicios .customlightbox:hover {
    background: #181A1F;
}
.detalle_caso_exito img{
width: 32%;
float: left;
margin: 0 3% 3% 0;
}

.detalle_caso_exito h2{
font-weight: 600;
font-size: 1.8em;
}
.detalle_caso_exito{
position: relative;
}
.detalle_caso_exito .sindicacion{
display: inline-block;
margin-right: 10%;
}
.cont_caso_exito .carrusel_invitados .item_img img {
    vertical-align: middle;
    max-height: 115px;
    width: auto;
    margin-bottom: 5%;
}
.cont_caso_exito .carrusel_invitados .item_img {
text-align: center;
width: 170px;
}

.cont_caso_exito .carrusel_invitados .caroufredsel_wrapper {
    height: 200px !important;
}



.cont_equipo{
background: #f1f1f1;
}
.cont_equipo .txt_index{
background: none;
}
.cont_equipo .txt_index h1{
text-align: center;
margin: 2% 0;
}
.certificados_adn {
text-align: center;
}
.certificados_adn li{
width: 26%;
display: inline-block;
margin: 0 3%;
vertical-align: top;
height: 300px;
position: relative;
background: #f7f7f7;
border: 3px solid #f7f7f7;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
box-sizing: border-box;
}
.certificados_adn li div{
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
box-sizing: border-box;
}
.certificados_adn li:hover{
padding-top: 1%;
border-top: 5px solid #8B1738;
height: 305px;
}

.certificados_adn li img{
width: 45%;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.certificados_adn li h2{
font-size: 0.9em;
text-align: center;
font-weight: 700;
color: #151314;
text-transform: uppercase;
}
.certificados_adn li .tit_info h2{
    color: #8B1738;
    font-size: 1.6em;
    margin-top: -10px;
}

.certificados_adn li p{
text-align: center;
padding: 0 10%;
box-sizing: border-box;
height: 0;
opacity: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.certificados_adn li:hover p{
height: auto;
opacity: 1;
}
.cont_certifis{
background: #fff;
}

.cont_certifis h1{
text-align: center;
margin-bottom: 3%;
}
.recupera{
	text-align:center;
}
.cont-nuemros-chat {
position: fixed;
    bottom: 0;
    right: 1%;
    z-index: 99999;
    width: 25%;
}
.cont-nuemros-chat h3 {
    background: #8b1738 url(../images/whatsapp-blanco.png) no-repeat 6%;
    padding: 10px 25px 10px 61px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1em;
    border-radius: 11px 11px 0 0;
    background-size: 20px;
    margin: 0;
    box-shadow: 1px 1px 5px 0px #878787;
    cursor: pointer;
}
.cont-deplega-numeros {
    padding: 10px 20px;
    background: #fff;
    width: 100% !important;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px 0px #878787;
}
.cont-deplega-numeros ul li {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
}
.cont-deplega-numeros ul li:last-child{
	    margin: 0;
    border: none;
}
.cont-deplega-numeros ul li p {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 0;
}
.cont-deplega-numeros ul li a {
    float: right;
    padding: 8px 10px 8px 34px;
    background: #ffffff url(../images/whatsapp.png) no-repeat 10px 50%;
    font-size: .8em;
    font-weight: 600;
    background-size: 17px;
    color: #484848;
}

/* LANDING PAGE UNO */
/* FIN CONTENIDO RELACIONADO*/
/*==================================================================================================
MEDIAS QUERIES
==================================================================================================*/
@media screen and (min-width:1910px){
 
    
    
.cont_eventos_index:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14%;
    width: 100%;
    height: 43%;
    background: url(images/adornoeventosindex.png) no-repeat;
    background-size: 100%;
}    
        .carrusel_otros_servicios .item_img{
        width: 185px;
    }
    
}
@media screen and (min-width: 1590px) and (max-width: 1899px){
    .cont_eventos_index:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14%;
    width: 100%;
    height: 43%;
    background: url(images/adornoeventosindex.png) no-repeat;
    background-size: 100%;
}    
    .carrusel_otros_servicios .item_img{
        width: 185px;
    }
    
}
@media screen and (min-width: 1430px) and (max-width: 1898px){}
@media screen and (min-width: 1360px) and (max-width: 1429px){}
@media screen and (min-width: 1270px) and (max-width: 1359px){
    .cont_superior2_adn {
    background: url(images/fondo_super2.jpg) no-repeat;
    background-position: left;
    padding: 2% 3.5% 5%;
    box-sizing: border-box;
    background-size: 49%;
}
.cont_superior2_adn {
    background: url(images/fondo_super2.jpg) no-repeat;
    background-position: left;
    padding: 2% 3.5% 5%;
    box-sizing: border-box;
    background-size: 49%;
}    
    .cont_qsomospag {
    background: url(images/fondo_super2.jpg) no-repeat;
    background-position: left;
    padding: 2% 5% 0;
    box-sizing: border-box;
        background-size: 49%;
}
    section#cont_principal{
        width: 73.3%;
    }
    .carrusel_otros_servicios .item_img {
    text-align: center;
    width: 166px;
    height: 170px;
    }
    .carrusel_otros_servicios .caroufredsel_wrapper {
    height: 185px !important;
}
 .eventos_bloque_index {
    width: 100%;
    padding-bottom: 5%;
}   
    
    
    
    
    
    
}
@media screen and (min-width: 1020px) and (max-width: 1150px){
 .cont_info_slider{
        width: 77%;
        top: 15%;
    }
    .cont_info_slider h1{
    font-size: 2em;
    }
    .cont_superior2_adn {
    background: url(images/fondo_super2.jpg) no-repeat;
    background-position: left;
    padding: 2% 3.5% 5%;
    box-sizing: border-box;
    background-size: 48%;
}
    .eventos_bloque_index{
        padding-bottom: 3%;
    }
.carrusel_invitados .item_img {
    text-align: center;
    width: 200px;
    }
    .atencion_cliente {
    display: inline-block;
    width: 38%;
    margin: 0 3.5% 0 2.5%;
}
    .bql_contacto {
    width: 37% !important;
    display: inline-block;
    padding-left: 3% !important;
    box-sizing: border-box;
    border-left: 1px dashed #E8E8E8;
}
.cont_qsomospag {
    background: url(images/fondo_super2.jpg) no-repeat;
    background-position: left;
    padding: 2% 5% 0;
    box-sizing: border-box;
    background-size: 47%;
}   
    section#cont_principal{
        width: 73.3%;
    }    
    ..carrusel_otros_servicios .item_img {
    text-align: center;
    width: 205px;
    height: 195px;
    }
    .menu_header ul li a{
        font-size: 0.67em;
    }

    
    .menu_superior .menu li{
       position: relative;
    }
    .menu_superior .menu a{
        padding: 5px 18px;
    }
    .menu-fixed .menu a{
        padding: 5px 13px;
        font-size: 0.65em;

    }
    .invitados_lista li {

    min-height: 335px;
    }
    
    .sb-search{
        right: 2.3%
    }
    .sb-icon-search:before {
    content: "";
    background: #fff url(../images/buscador.png) no-repeat 25px 11px;
    position: absolute;
    width: 57px;
    height: 46px;
    background-size: 44%;
}
  header .logo_encabezado {
    width: 15%;
}  
  header .centro_header {
    width: 84%;
}
.menu_header {
    width: 83%;
}
  header .redes {
    width: 11%;
    }


 .eventos_bloque_index img {
    width: 45%;
}
 .eventos_bloque_index p {
    font-size: 0.75em;
}   
.menu_footer a, .servicios_footer a {

    font-size: 0.75em;
    }
    .eventos_vertical{
        margin-right: 3%;
    } 
.invitados_lista li{
        margin-right: 2%;
    }
  .index_adn .sb-search-input {
    width: 73%;
}  
    
    
    
}

/*==================================================================================================
MEDIAS QUERIES
==================================================================================================*/

