@charset "UTF-8";

/* CSS Document */

@import url('columns.css');
@font-face

{
    font-family: 'TS_Bold';
    src: url('../fonts/ts_semibold.eot');
    src: url('../fonts/ts_semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ts_semibold.woff2') format('woff2'), url('../fonts/ts_semibold.woff') format('woff'), url('../fonts/ts_semibold.ttf') format('truetype'), url('../fonts/ts_semibold.svg#the_sans_semi_bold-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face

{
    font-family: 'TS_Light';
    src: url('../fonts/ts_light.eot');
    src: url('../fonts/ts_light.eot?#iefix') format('embedded-opentype'), url('../fonts/ts_light.woff2') format('woff2'), url('../fonts/ts_light.woff') format('woff'), url('../fonts/ts_light.ttf') format('truetype'), url('../fonts/ts_light.svg#the_sans_light-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: top center;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #FFF;
}
p {
    margin-top: 0;
}
img {
    border: 0;
}
.main {
    width: 955px;
    height: auto;
    margin: auto;
}
.mano {
    cursor: pointer;
}
.header {
    height: auto;
    padding-top: 8px;
    position: relative;
    background-image: url(../imagenes/bg_header.jpg);
}
.header_menu {
    margin-top: 6px;
    width: 955px;
}
.btn_personas {
    float: left;
}
.dos {
    position: absolute;
    left: 136px;
    width: 818px;
}
.dos a {
    float: left;
    padding-right: 1px;
    height: 35px;
}
.submenu_movil_select {
    display: none;
}
.sub_menu {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #FFF;
    height: 39px;
    background-image: url(../images/bg_sub_menu.jpg);
    *margin-top: -2px;
}
.sub_menu ul {
    padding: 0px;
    margin: 0px;
    width: 929px;
    height: 39px;
}
.sub_menu ul li {
    float: left;
    list-style-type: none;
    height: 39px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #E2E2E0;
    text-align: center;
    width: 91px;
}
.sub_menu ul li a {
    color: #787878;
    text-decoration: none;
    padding: 5px 5px 5px 6px;
    display: block;
    font-size: 10px;
    height: 29px;
}
.submenu_select {
    background-color: #60615e;
    height: 23px;
}
.login_tit {
    width: 215px;
    height: 23px;
    background-color: #000;
    float: right;
    color: #FFF;
    text-align: center;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
}
.indicadores {
    padding: 3px 0;
}
.home_movil {
    display: none;
}
.submenu_select ul {
    list-style-type: none;
    font-size: 11px;
    margin: 0;
    padding: 4px 0 0 0;
    float: left;
}
.submenu_select ul li {
    float: left;
    padding: 0 14px;
}
.submenu_select ul li a {
    color: #FFF;
    text-decoration: none;
}
.submenu_select ul li a.over {
    color: #CCC;
    text-decoration: none;
    cursor: default;
}
.submenu_select ul li a:hover {
    color: #CCC;
}
.submenu_select ul li.borde {
    border-right: 1px solid #17181c;
}
.submenu_select ul li a.lang {
    color: #ccc;
    font-size: 8pt;
}
.submenu_select ul li a.lang:hover {
    color: #fff;
}
.logo {
    background-image: url(../imagenes/logo.png);
    height: 40px;
    width: 235px;
    cursor: pointer;
}
.submenu_movil_button {
    display: none;
}
.content {
   
    position: relative;
    background-image: url(../imagenes/lineas_select.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.content_promos {
    position: relative;
    /*	background-image: url(../imagenes/lineas_select.png);
*/
    background-repeat: no-repeat;
    background-position: bottom center;
}

@media screen and (max-width: 955px){
    .content_promos
    {
        display: none;
    }
}



.img_seccion {
    border-bottom: 2px solid #FFF;
}
.content_login {
    position: absolute;
    width: 216px;
    height: auto;
    background-color: #FFF;
    right: 0;
    top: 0;
    z-index: 99 !important;
    border-left: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
    -webkit-box-shadow: 0 4px 4px -4px black;
    -moz-box-shadow: 0 4px 4px -4px black;
    box-shadow: 0 4px 4px -4px black;
}
.colapsa {
    height: 86px;

}
.colapsa2 {
    height: 86px;
    display: none;
}
.codigo_cleinte {
    color: #888;
    font-size: 10px;
    text-align: right;
    padding-top: 8px;
    margin: auto;
    width: 180px;
}
.btn_continuar {
    width: 180px;
    margin: auto;
    text-align: right;
}
.btn_entrar {
    margin: 0;
    border: 0 inset;
    background-image: url(../imagenes/btn_entrar.jpg);
    width: 60px;
    height: 16px;
    cursor: pointer;
}
.input_codigo {
    height: 4px;
    width: 54px;
    padding: 3px;
	font-size: 9px;
}
.otros_links {
    font-size: 9px;
    text-align: center;
    padding-top: 8px;
}
.btn_rojo {
    color: #F00;
    text-decoration: none;
}
.btn_rojo:hover {
    color: #900;
}
.btn_gris {
    text-decoration: none;
    color: #888;
}
.btn_gris:hover {
    color: #F00;
}
.dropdown {
    width: 203px;
    height: 14px;
    margin: auto;
    cursor: pointer;
}
.dropdown img {
    display: block;
}
.content_slider {
    width: 100%;
    height: 271px; /* fallback for slow conections, could be auto */
    overflow: hidden;
    z-index: 90 !important;
    position: relative;
}
#SliderResponsive {
    height: 100%;
    width: 955px;
    display: block;
    *position: relative;
}
#SliderFlash {
    height: 271px;
    width: 955px;
}
.content_promos {
    height: 87px;
    background-color: #eaeaea;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.content_promos div {
    float: left;
    width: 5px;
    text-align: center;
}
.content_promos .banner_index {
    float: left;
    width: 315px;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
}
.content_promos .banner_en{
    width: 49.6%;
    float: left;
    text-align: center;
    padding-top: 11px;
    cursor: pointer;
   
}
.content_promos .banner_index_en {
    float: left;
    width: 315px;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
}
.content_mapas_movil {
    display: none;
}
.content_banners {
    background-image: url(../imagenes/img_sombra.png);
    background-repeat: no-repeat;
    padding-top: 9px;
    background-color: #FFF;
    height: 243px;
}
.content_banners div p {
    margin: 10px 0 0 0;
    height: 52px;
}
.content_banners div a {
    padding: 10px 0 0 0;
    display: block;
}
.content_banners .banner_1,
.content_banners .banner_2,
.content_banners .banner_3,
.banner_1_en,
.banner_2_en,
.banner_3_en {
    float: left;
    width: 283px;
    font-size: 11px;
    color: #636464;
    text-align: center;
}
.banner_1 {
    cursor: pointer;
    background-image: url(../imagenes/img_sucursales_select.jpg);
    background-repeat: no-repeat;
    padding-top: 125px;
    margin-left: 30px;
    overflow: hidden;
}
.banner_1:hover {
    background-image: url(../imagenes/img_sucursales_select_over.jpg);
}
.banner_1_en {
    cursor: pointer;
    background-image: url(../imagenes/img_select_branches.jpg);
    background-repeat: no-repeat;
    padding-top: 125px;
    margin-left: 30px;
    overflow: hidden;
}
.banner_1_en:hover {
    background-image: url(../imagenes/img_select_branches_over.jpg);
}
.banner_2 {
    cursor: pointer;
    background-image: url(../imagenes/img_creditos_inversiones.jpg);
    background-repeat: no-repeat;
    padding-top: 125px;
    margin-left: 30px;
    overflow: hidden;
}
.banner_2:hover {
    background-image: url(../imagenes/img_creditos_inversiones_over.jpg);
}
.banner_2_en {
    cursor: pointer;
    background-image: url(../imagenes/img_credit_investment.jpg);
    background-repeat: no-repeat;
    padding-top: 125px;
    margin-left: 30px;
    overflow: hidden;
}
.banner_2_en:hover {
    background-image: url(../imagenes/img_credit_investment_over.jpg);
}
.banner_3 {
    background-image: url(../imagenes/indicadores.jpg);
    background-repeat: no-repeat;
    padding-top: 125px;
    margin-left: 30px;
    overflow: hidden;
}
.banner_3_en {
    background-image: url(../imagenes/indicators.jpg);
    background-repeat: no-repeat;
    padding-top: 125px;
    margin-left: 30px;
    overflow: hidden;
}
.cb-img {
    overflow: hidden;
    height: 90px;
}
.footer_telefonos {
    height: 55px;
    border-top: 1px solid #dfdfdf;
    background-color: #FFF;
    font-family: 'TS_Light';
    font-weight: normal;
    padding-top: 10px;
    font-style: normal;
}
.footer_telefonos .seccions {
    color: #646464;
    cursor: pointer;
    float: left;
    font-size: 17px;
    height: 48px;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    width: auto;
}
.footer_telefonos .seccions span {
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    margin-top: -23px;
}
.footer_telefonos .borde {
    background-image: url(../imagenes/border_right_footer.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
.footer_telefonos .seccions:hover,
.footer_telefonos .seccions2:hover {
    color: #F00;
}
.footer_telefonos .telefono {
    float: right;
    text-align: right;
    width: 300px;
    height: 43px;
    font-size: 16px;
    line-height: 20px;
    margin-right: 15px;
}
.telefono .text_bottom {
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
}
.pleca_red {
    border-left: 2px solid #F00;
    padding-left: 3px;
}
.cafe {
    color: #876b50;
}
.gris {
    color: #60615e;
}
.footer_line {
    height: 13px;
    background-color: #60615e;
}
.footer_line div {
    height: 13px;
    background-color: #F00;
    width: 199px;
}
.footer_redes {
    height: 58px;
    padding-top: 17px;
    background-color: #FFF;
}
.footer_redes div {
    float: left;
    margin-left: 9px;
}
.footer_redes .btn_sucursales {
    background-image: url(../imagenes/img_sucursales.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 41px;
    width: 35px;
	float: left;
    margin:-2px 0 0 10px;
	*margin:8px 0 0 10px;
}
.footer_app {
    background-color: #FFF;
    width: 680px;
    height: 45px;
    background-image: url(../imagenes/tit_footer_super.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 79px;
	padding-top: 6px;
}
.footer_know_benefits {
    background-color: #FFF;
    width: 680px;
    height: 45px;
    background-image: url(../imagenes/know_benefits.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 79px;
}
.footer_app img,
.footer_know_benefits img {
    margin: 10px 0 0 22px;
}
.footer_sucursales_redes {
    border: 2px solid #999999;
    width: 165px;
    height: 52px;
	*height: 55px;
	position: relative;
}
.footer_sucursales_redes img {
    margin: 2px 0 0 10px;
	*margin: 13px 0 0 10px;
}
.footer_subtit{
	font-family: TS_Light;
	font-size: 13px;
	color: #898988;
	text-align: center;
	line-height: 10px;
	width: 85%;
	position: relative;
	padding-left: 5px;
	margin:-5px 0 0 0;
	background-color: #fff;
}
.footer_derechos {
    height: 32px;
}
.footer_derechos {
    color: #c5c5c4;
    text-align: center;
    line-height: 15px;
    font-size: 9px;
}
.clear {
    clear: both;
    display: block;
}
.tit_select {
    padding: 12px 0 0 9px;
    height: 40px;
    width: 720px;
}
.tit_select .titulo {
    float: left;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    color: #636464;
    font-size: 33px;
}
.rojo {
    color: #F00;
}
.tit_select .herramientas {
    float: right;
    width: 70px;
}
.tit_select .herramientas a:hover {
    color: #666;
}
.tit_select2 {
    padding: 12px 0 0 9px;
    height: 54px;
    width: 720px;
}
.tit_select2 .titulo {
    float: left;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    color: #636464;
    font-size: 33px;
    line-height: 30px;
    width: 630px;
}
.tit_select2 .herramientas {
    float: right;
    width: 80px;
}
.tit_select2 .herramientas a:hover {
    color: #666;
}
.home {
    width: 16px;
    height: 16px;
    background-image: url(../imagenes/btn_home.jpg);
    cursor: pointer;
}
.home:hover {
    background-image: url(../imagenes/btn_home_over.jpg);
}
.compartir {
    height: 16px;
    width: 12px;
    background-image: url(../imagenes/compartir.jpg);
    cursor: pointer;
}
.compartir:hover {
    background-image: url(../imagenes/compartir_over.jpg);
}
.a_mas {
    font-size: 13px;
    color: #CCC;
    text-decoration: none;
}
.a_menos {
    font-size: 10px;
    color: #CCC;
    text-decoration: none;
}
.enlgish {
    font-size: 10px;
    color: #CCC;
}
.subtit_select {
    padding-top: 20px;
    text-align: center;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    color: #636464;
    font-size: 27px;
  	display: block;
}
.subtit_select2 {
    margin-top:-15px;

}
.subtit_select .sub {
    width: 100%;
    margin: auto;
    text-align: right;
    background-image: url(../imagenes/line_subtit_select.jpg);
    display: inline-block;
}
.subtit_especiales{
	width: 100% !important;
	text-align: left;
}
.subtit_select .regresar {
    color: #CCC;
    float: left;
    font-size: 16px;
    text-decoration: none;
}
.subtit_select .regresar:hover {
    color: #666;
}

.subtit_select .sub span.blanco {
    background-color: #FFF;
    padding-left: 15px;
    font-size: 30px;
    width: auto;
}
.content_mapa {
    height: 435px;
    border: 1px solid #876b50;
    position: relative;
    width: 100%;
}
.mapa_error {
    display: none;
    color: #900;
    font-size: 36px;
    position: absolute;
    padding-top: 150px;
    height: 250px;
    width: 893px;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    text-align: center;
}
.barra_gris {
    position: absolute;
    top: 0;
    right: 0;
    height: 413px;
    width: 50px;
    background-color: #60615e;
    background-image: url(../imagenes/img_sombra_mapa.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0 5px;
}
.btn_detectar {
    background-image: url(../imagenes/btn_detectar.png);
    height: 86px;
    width: 50px;
    border-bottom: 1px solid #262626;
    cursor: pointer;
}
.btn_detectar:hover {
    background-image: url(../imagenes/btn_detectar_over.png);
}
.btn_caminando {
    background-image: url(../imagenes/btn_caminando.png);
    height: 118px;
    border-bottom: 1px solid #262626;
    cursor: pointer;
}
.btn_caminando_inabilitado {
    background-image: url(../imagenes/btn_caminando.png);
    height: 118px;
    border-bottom: 1px solid #262626;
    cursor: pointer;
}
.btn_caminando_inabilitado:hover {
    background-image: url(../imagenes/btn_caminando.png);
}
.btn_caminando:hover {
    background-image: url(../imagenes/btn_caminando_over.png);
}
.btn_auto_inabilitado {
    background-image: url(../imagenes/btn_auto.png);
    height: 117px;
    border-bottom: 1px solid #262626;
    cursor: pointer;
}
.btn_auto {
    background-image: url(../imagenes/btn_auto.png);
    height: 117px;
    border-bottom: 1px solid #262626;
    cursor: pointer;
}
.btn_auto_inabilitado:hover {
    background-image: url(../imagenes/btn_auto.png);
}
.btn_print_inabilitado {
    background-image: url(../imagenes/btn_print_mapa.png);
    height: 89px;
    cursor: pointer;
}
.btn_print_inabilitado:hover {
    background-image: url(../imagenes/btn_print_mapa.png);
}
.btn_auto:hover {
    background-image: url(../imagenes/btn_auto_over.png);
}
.btn_print {
    background-image: url(../imagenes/btn_print_mapa.png);
    height: 89px;
    cursor: pointer;
}
.btn_print:hover {
    background-image: url(../imagenes/btn_print_mapa_over.png);
}
.barra_buscar {
  position: absolute;
  height: 30px;
  width: 80%;
  right: 0;
  bottom: 0;
  background-color: #60615E;
}
/*búsqueda sucursales*/
.content_search{
    width: 20%;
    height: 100%;
    text-align: center;
    display: block;
    background: url('../imagenes/shadow.jpg')no-repeat;
    background-size: 20px;
    background-position: right;
    *background: url('../imagenes/shadow.jpg')no-repeat;
}
.sucursal_search,
.fields_map{
    background: url('../imagenes/arrow_down.jpg') no-repeat;
    background-position: right;
    height: 3em;
    border: 0 inset;
    border: 1px solid #a6a6a6;
    font-size: 10px;
    line-height: 23px;
    vertical-align: middle;
    width: 80%;
    padding: 3px;
    color: #a6a6a6;
    margin-left: 2px;
    display: inline;
    -webkit-appearance: none;
    border-radius: 0;
    *background-image: none;
}
.fields_map:first-child{
    *background: url('../imagenes/arrow_down.jpg') no-repeat;
}
.fields{
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color:#60615E;
    margin-bottom: 10px;
}
.fields span:first-child{
    padding-top: 20px;
    font-size: 13px;
    *height: 3em;
}
.fields span{
    width: 80%;
    text-align: left !important;
    height: 25px;
    float: left;
    border-bottom: 2px solid #a6a6a6;
    display: block;
    margin-left: 20px;
    padding: 0;
}

.btn_sucursales{
    margin-top: 20px;
    cursor: pointer;
}

.btn_search{
    background: url('../imagenes/btn_search.png') no-repeat;
    width: 126px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin:0 auto;
    margin-top: 10%;
}
.btn_search:hover{
    background: url('../imagenes/btn_search_red.png') no-repeat;
}

.btn_search_red{
   background: url('../imagenes/btn_search_red.png') no-repeat;
    width: 126px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin:0 auto;
    margin-top: 10%;
}
.edo {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.edo label {
    float: left;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    color: #FFF;
    font-size: 14px;
    padding-right: 10px;
}
.palabra {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.palabra label {
    float: left;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    color: #FFF;
    font-size: 14px;
    padding-right: 10px;
}
.input_mapa {
    border: 0 inset;
    height: 24px;
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
    border-right: none;
    float: left;
    padding: 0 5px;
    width: 350px;
    line-height: 23px;
}
#input_buscador{
    margin:0 auto;
    height: 2.8em;
    width: 75%;
    *height: 2.8em;
}
.btn_mapa {
    float: left;
    border: 0 inset;
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    border-left: none !important;
    height: 26px;
    width: 26px;
    background-image: url(../imagenes/btn_buscar_mapa.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFF;
    cursor: pointer;
    padding: 0;
    margin-left: -2px;
}
.mapa {
    height: 413px;
    width:80%;
    float: right;
}
.banner_bottom {
    text-align: center;
    padding: 40px 0 20px 0;
}
.banner_bottom2 {
    background-image: url(../imagenes/img_pleca_degradado.jpg);
    background-repeat: no-repeat;
    padding-top: 26px;
    padding-bottom: 39px;
    width: 853px;
    margin:auto;
}
.banner_bottom2 .btn_banner {
    border: 1px solid #dbd7cb;
    padding: 8px 8px 8px 280px;
    width: 621px;
    margin: auto;
    background-image: url(../imagenes/img_banner.jpg);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    height: 148px;
    width: 348px;
    background-color: #FFF;
}
.btn_banner .txt_1 {
    background-color: #e0e0df;
    border-top: 2px solid #60615E;
    height: 52px;
    text-align: right;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    color: #636464;
    font-size: 14px;
    line-height: 25px;
    padding-right: 5px;
}
.btn_banner .txt_2 {
    height: 59px;
    text-align: right;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    color: #636464;
    font-size: 14px;
    line-height: 25px;
    padding-right: 5px;
}
.btn_banner .btn {
    height: 33px;
    background-color: #60615E;
    text-align: right;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    border-bottom: 1px solid #60615E;
    border-top: 1px solid #60615E;
    border-right: 1px solid #60615E;
}
.btn_banner .btn a.suc {
    background-image: url(../imagenes/btn_suc.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    height: 33px;
    display: block;
    float: right;
    color: #FFF;
    text-decoration: none;
    padding: 0 40px 0 10px;
}
.btn_banner .btn a.con {
    background-image: url(../imagenes/btn_cont.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    height: 33px;
    /*display:none;*/
    float: right;
    color: #FFF;
    text-decoration: none;
    padding: 0 40px 0 10px;
}
.btn_banner .btn a.con.movil {
    display: none;
}
.contenido_seccion2 {
    background-image: url(../imagenes/img_pleca_degradado.jpg);
    background-repeat: no-repeat;
    width: 900px;
    margin: auto;
    padding-top: 15px;
    font-size: 12px;
    color: #60615e;
    padding-bottom: 20px;
}
.contenido_seccion2 h1 {
    font-size: 25px;
    margin: 0 0 10px 0;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    color: #F00;
}
.contenido_seccion2 .borde {
    background-image: url(../imagenes/img_linea2.png);
    background-repeat: repeat-y;
    background-position: center;
    color: #60615e;
    font-size: 11px;
}
.borde .prod {
    padding-bottom: 30px;
}
.contenido_seccion2 .prod,
.contenido_seccion .prod {
    cursor: pointer;
}
.contenido_seccion3 {
    width: 900px;
    margin: auto;
    font-size: 12px;
    color: #60615e;
    padding-bottom: 20px;
}
.contenido_seccion3 h1 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
}
.contenido_seccion {
/*    background-image: url(../imagenes/img_pleca_degradado.jpg);*/
    background-repeat: no-repeat;
    width: 900px;
    margin: auto;
    padding-top: 30px;
	text-align: center;
}
.contenido_seccion .borde {
    background-image: url(../imagenes/img_linea.jpg);
    background-repeat: repeat-y;
    background-position: center;
    color: #60615e;
    font-size: 11px;
}

#simuladores_col {
    /*display:none;*/
    height: 0px;
    overflow: hidden;
}
.btn_colapsa_simuladores {
    height: 68px;
    margin: auto;
    width: 338px;
    cursor: pointer;
    *padding-top: 1px;
}
.subtit_simuladores {
    width: 73%;
    font-size: 10px;
    margin:30px auto;
    font-family: Verdana, Geneva, sans-serif;
}
.simulador {
    background-image: url(../imagenes/bg_footer_secciones.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 25%;
    height: 42px;
    float: left;
    margin: 20px 0;
    cursor: pointer;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    padding: 5px 0 0 0;
    font-size: 16px;
    color: #646464;
    line-height: 16px;
    *width: 24.5%;
}
.content_simulador {
    width: 900px;
    margin: auto;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    color: #646464;
    font-size: 18px;
    display: none;
    height: auto;
}
.content_simulador .leyenda {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}
.content_simulador label {
    font-size: 14px;
}
/*------------- modal_alert -------------*/
#modal_alert {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 7777777;
    display: none;
}
.modal_alert {
    padding: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.modal_alert div { display: inline-block; }
/*------------- simulador_4 -------------*/

/*------------- simulador_4 -------------*/

/*------------- simulador_4 -------------*/

/*------------- simulador_4 -------------*/

.select_fondo_inversion {
    width: 100%;
    height: 35px;
    outline: none;
}
.select_fondo_inversion option {
    color: #646464;
}
.sfi1,
.sfi2,
.sfi3 {
    display: none;
}
#colors {
    width: 100%;
    height: 100%;
}
.color {
    width: 33.33%;
    height: 100%;
    float: left;
    display: inline-block;
}
.c1 {
    background-color: #15be01;
    border-radius: 10px 0 0 10px;
}
.c2 {
    background-color: #f69021;
}
.c3 {
    background-color: #ee2223;
    border-radius: 0 10px 10px 0;
}
.info-group {
    width: 100%;
}
.info-group-left,
.info-group-right {
    width: 50%;
    float: left;
    display: inline-block;
}
.info-group-left {
    padding-right: 10px;
    *padding-right: 0;
}
.info-group-right {
    padding-left: 10px;
    *padding-left: 0;
}
.sim-input input {
    width: 70%;
    height: 20px;
    outline: none;
    margin: 0 10px 0 0;
    float: left;
    color: #646464;
    text-indent: 5px;
    border-radius: 3px;
    border: 1px solid #646464;
    padding: 5px;
    *padding: 0;
}
#tabs,
#tabs-1,
#tabs-2,
#tabs-3 {
    width: 100%;
    height: auto;
    float: left;
}
#all-tabs ul {
    padding: 5px 0 0 0;
    margin: 0;
    list-style-type: none;
}
#tabs-1,
#tabs-2,
#tabs-3 {
    padding: 15px 0 0 0;
}
#tabs-2,
#tabs-3 {
    display: none;
}
#tabs-1 table,
#tabs-2 table,
#tabs-3 table {
    margin-bottom: 20px;
}
#all-tabs ul li {
    width: 100%;
    list-style: none;
    float: left;
    display: inline-block;
    text-align: left;
}
#all-tabs ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
}
#all-tabs ul li a.active {
    color: #6a6b6b;
    padding-bottom: 5px;
}
/*-- remove default jQuery outline --*/

.ui-tabs-anchor {
    outline: none;
}
.tab-txt-10 {
    padding-top: 40px;
    text-align: justify;
    font-size: 10px;
}
.tab-txt-11 {
    font-size: 11px;
    text-align: center;
}
.tab-txt-14 {
    font-size: 14px;
}
.tab-txt-19 {
    font-size: 19px !important;
   
}
.tab-txt-23 {
    font-size: 23px !important;
   
}

.tab-red-14 {
    font-size: 14px;
    color: #f00;
    font-weight: bold;
}
.tab-red-34 {
    font-size: 34px;
    color: #f00;
    font-weight: bold;
    
}
.tab-red-28 {
    font-size: 28px;
    color: #f00;
    font-weight: bold;
    
}
.monto-fin {
    border-bottom: 1px solid #ccc;
}
.green-line {
    width: 100%;
    height: 3px;
    background-color: #15be01;
}
.orange-line {
    width: 100%;
    height: 3px;
    background-color: #f69021;
}
.red-line {
    width: 100%;
    height: 3px;
    background-color: #ee2223;
}
.calendar-icon {
    padding-top: 5px;
    *padding-top: 0;
}
.hid {
    display: none !important;
}
/*------------- simulador_4 -------------*/

/*------------- simulador_4 -------------*/

/*------------- simulador_4 -------------*/

/*------------- simulador_4 -------------*/

.content_left {
    width: 410px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.content_right {
    width: 410px;
    float: left;
    padding-left: 20px;
    padding-right: 2px;
    display: ;
}
.input_simulador {
    border: 1px solid #646464;
    border-radius: 3px;
    color: #646464;
    display: block;
    font-family: "TS_Light";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    padding: 5px;
    width: 350px;
}
.input_simulador2min {
    background-color: #e1e1df;
    border: 1px solid #646464;
    border-radius: 3px;
    color: #646464;
    display: block;
    font-family: "TS_Light";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    padding: 5px;
    width: 180px;
}
.input_simulador2 {
    background-color: #e1e1df;
    border: 1px solid #646464;
    border-radius: 3px;
    color: #646464;
    display: block;
    font-family: "TS_Light";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    padding: 5px;
    width: 350px;
}
.input_simulador3 {
    background-color: #F00;
    border: 1px solid #646464;
    border-radius: 3px;
    color: #FFF;
    display: block;
    font-family: "TS_Light";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    padding: 5px;
    width: 180px;
}
.combo_simulador {
    border: 1px solid #646464;
    border-radius: 3px;
    color: #646464;
    display: block;
    font-family: "TS_Light";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 35px;
    padding: 3px;
    width: 360px;
}
.tit_simuladores {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 5px 0;
    color: #636464;
    font-size: 18px;
}
.tit_simuladores2 {
    border-bottom: 1px solid #ccc;
    margin-top: -8px;
    margin-bottom: 20px;
    padding: 5px 0;
    color: #F00;
    font-size: 23px;
}
.btn_cotizar {
    padding: 20px 0;
}
.btn_cotizar button {
    border: 0 inset;
    background-image: url(../imagenes/btn_simulador.jpg);
    color: #FFF;
    width: 280px;
    height: 34px;
    font-size: 18px;
    cursor: pointer;
}
.btn_cotizar button:hover {
    background-image: url(../imagenes/btn_simulador_over.jpg);
}
.btn_comience {
    padding: 30px 0;
    text-align: center;
    display: none;
}
.btn_comience button {
    border: 0 inset;
    background-image: url("../imagenes/btn_comience.jpg");
    width: 430px;
    height: 57px;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
}
.tb_normal {
    font-size: 14px;
    background-color: #666;
}
.tb_normal2 {
    font-size: 10px;
    background-color: #666;
    font-family: Verdana, Geneva, sans-serif;
    min-height: 10px;
    max-height: 320px;
    overflow: auto;
}
#tablaGral label {
    font-size: 10px;
}
.tb_min {
    float: left;
    width: 200px;
    font-size: 14px;
    background-color: #666;
}
.campos_min {
    float: left;
    width: 200px;
}
.tb_head {
    background-color: #666;
    color: #FFF;
}
.tb_head_red {
    background-color: #F00;
    color: #FFF;
}
.tdferrari {
    padding-left: 115px;
    background-image: url(../imagenes/prod_tar_ferrari.jpg);
    background-repeat: no-repeat;
}
.tdbalckunlimited {
    padding-left: 115px;
    background-image: url(../imagenes/prod_tar_black.jpg);
    background-repeat: no-repeat;
}
.tdworldelite {
    padding-left: 115px;
    background-image: url(../imagenes/prod_tar_santander_word.jpg);
    background-repeat: no-repeat;
}
.tdfiesta {
    padding-left: 115px;
    background-image: url(../imagenes/prod_tar_fiesta.jpg);
    background-repeat: no-repeat;
}
.seccion_float {
    background-image: none !important;
    float: left;
    width: 399px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
}
.seccion_float2 {
    background-image: bg_corazon.png;
    float: left;
    width: 399px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
}
.seccion_float2 {
    background-image: bg_corazon.png;
    float: left;
    width: 399px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
}
.img_promo {
    position: absolute;
    z-index: -2;
    width: auto;
    left: 50%;
    margin-left: -22px;
    height: 1680px;
}
.seccion_tres {
    background-image: none !important;
    background-color: #FFF;
    width: 399px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    text-align: left;
    margin: auto;
}
.borde .seccion_tres .td_inv {
    height: 45px;
}
.borde_top {
    border-top: 1px solid #ccc;
}
.borde_right {
    border-right: 2px solid #ccc;
}
.seccion_float h1,
.seccion_tres h1 {
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    margin: 0;
    font-size: 30px;
    color: #F00;
}
.seccion_float h1.largo {
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    margin: 0;
    font-size: 28px;
    color: #F00;
}
.seccion_float3 {
    background-image: none !important;
    float: left;
    width: 276px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: justify;
}
.seccion_float3 h1 {
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    margin: 0;
    font-size: 23px !important;
    color: #F00;
    text-align: center;
}
.bull {
    list-style-image: url(../imagenes/bullet.jpg);
    margin: 0;
    *padding-left: 15px;
}
.lista_p {
    list-style-position: inside;
   
}

.bull li {
    margin-bottom: 10px;
}
.bull2 {
    list-style-image: url(../imagenes/bullet.jpg);
    margin: 0;
	list-style-position: inside;
}
.bull2 li {
    margin-bottom: 10px;
    padding-bottom: 40px;
    margin: 0;
}
.leyenda {
    font-size: 9px;
}
.contacto,
.gracias {
    width: 412px;
    padding: 10px 24px 20px 24px;
    height: auto;
    margin: auto;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    background-color: #FFF;
    border-radius: 8px;
}
.contacto label {
    display: block;
}
.contacto input,
.contacto textarea {
    border: 0 inset;
    border: 1px solid #646464;
    border-radius: 3px;
    color: #646464;
    display: block;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    width: 400px;
    height: 20px;
    padding: 5px;
}

.btn_gral {
    border: 0 inset;
    background-color: #888;
    border: 1px solid #666;
    border-radius: 3px;
    border-bottom: 2px solid #666;
    cursor: pointer;
    color: #FFF;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    margin-top: 10px;
    padding: 3px 15px;
}
.btn_gral:hover {
    background-color: #F00;
    border: 1px solid #900;
    border-bottom: 2px solid #900;
}
.validar span.error {
    background-color: #900;
    border-radius: 0 0 5px 5px;
    color: #fff;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    margin-top: -2px;
    text-align: center;
    border: 1px solid #F00;
}
.validar2 span.error {
    background-color: #900;
    border-radius: 0 0 5px 5px;
    color: #fff;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    margin-top: -2px;
    text-align: center;
    width: 360px;
    border: 1px solid #F00;
}
.gracias {
    text-align: center;
    font-size: 24px;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    width: 412px;
    height: 412px;
    padding: 24px;
    margin: auto;
    display: none;
}
.prodcutos_tar {
    width: 100%;
    padding-top: 10px;
}
.prodcutos_tar .prod {
    float: left;
    margin-left: 47px;
    cursor: pointer;
}
.prodcutos_prot {
    width: 100%;
}
.prodcutos_prot .prod {
    float: left;
    margin-top: 25px;
    margin-left: 45px;
    cursor: pointer;
}
.table_car {
    width: 600px;
    font-size: 13px;
}
.table_car table {
    border-top: 4px solid #777;
}
.table_ren {
    float: left;
    width: 330px;
    font-size: 13px;
}
.table_ren table {
    border-top: 4px solid #777;
}
.table_ren2 {
    float: left;
    width: 400px;
    font-size: 13px;
}
.table_ren2 table {
    border-top: 4px solid #777;
}
.table_ren3 {
    float: left;
    width: 400px;
    font-size: 11px;
}
.table_ren3 table {
    border-top: 4px solid #777;
}
.graf_ren {
    margin-left: 50px;
    float: left;
    width: 450px;
    font-size: 13px;
}
.graf_ren img {
    width: 450px;
    height: auto;
    border-top: 4px solid #777;
}
.graf_ren2 {
    margin-left: 50px;
    float: left;
    width: 303px;
    font-size: 14px;
}
.graf_ren2 img {
    width: 303;
    height: auto;
    border-top: 4px solid #777;
}
.bold_ts {
    font-size: 15px;
    font-weight: bold;
}
.bg_td {
    background-color: #EFEFEF;
}
.table_big {
    background-color: #E5E5E5;
}
.table_big td {
    background-color: #FFF;
}
.table_big2 {
    background-color: #E5E5E5;
}
.table_big2 td {
    background-color: #FFF;
    font-size: 11px;
}
.pdf {
    padding-top: 80px;
    text-align: center;
}
.pdf a {
    font-size: 18px;
    color: #646464;
}
.des_pdf {
    background-image: url(../imagenes/ico_pdf2.png);
    background-repeat: no-repeat;
    background-position: right top;
    color: #FFF;
    padding: 3px 40px 2px 7px;
    background-color: #F00;
    text-decoration: none;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    margin-right: 10px;
}
.pleca_top {
    border-top: 1px solid #e1d1c4;
    padding: 20px 0;
}
.logos_pdf {
    padding: 5px;
    border: 1px solid #CCC;
    height: 42px;
    margin-right: 25px;
    margin-bottom: 15px;
    display: block;
    float: left;
}
.td_ul_bu {
    background-image: url(../imagenes/black_unlimited.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 200px;
    height: auto;
}
.td_ul_we {
    background-image: url(../imagenes/world_elite.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 200px;
    height: auto;
}
.td_ul_frp {
    background-image: url(../imagenes/f_platino.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 200px;
    height: 120px;
}
.td_ul_fe {
    background-image: url(../imagenes/ferrari.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 200px;
    height: 120px;
}
.btn_cotiza {
    background-image: url(../imagenes/bg_footer_secciones.jpg);
    display: block;
    width: 166px;
    height: 39px;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #666;
    text-decoration: none;
    padding-top: 8px;
}
.btn_cotiza:hover {
    color: #F00;
}
.text_barra {
    height: 30px;
    padding: 8px 0 0 0;
    color: #646464;
    font-size: 14px;
}
.contenido_lista {
    padding-bottom: 15px;
    display: none;
}
.liga_no2 {
    background-image: url(../imagenes/btn_dropdown.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
    color: #646464;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    text-decoration: none;
}
.no_bull {
    list-style-image: url(../imagenes/bullet.jpg);
    list-style-position: inside;
    margin: 0 auto;
    padding: 0;
}
.liga_no3 {
    background-image: url(../imagenes/btn_dropdown.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
    color: #646464;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}
.liga_active {
    background-image: url(../imagenes/btn_dropdown_over.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
    color: #646464;
    font-family: 'TS_Light';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    text-decoration: none;
}
#Pdf2,
#Pdf3 {
    display: none;
}
/*:::::::::::::: ToolTip :::::::::::::::*/

.aToolTip {
    width: 125px;
    height: 25px;
    display: block;
    color: #FFF;
    line-height: 25px;
    font-size: 10px;
    background-image: url(../imagenes/tooltip.png);
    text-align: center;
    padding-right: 5px;
}
.aCompartir {
    width: 80px;
    height: 35px;
    display: block;
    color: #FFF;
    line-height: 25px;
    font-size: 10px;
    background-image: url(../imagenes/tooltip_compartir.png);
    background-position: right top;
    text-align: center;
    padding-right: 5px;
    padding-top: 10px;
}
.aCompartir a {
    width: 22px;
    height: 21px;
    float: left;
    margin-top: -8px;
    margin-left: 13px;
    background-repeat: no-repeat;
    background-position: center center;
}
.aToolTipContent {
    margin-top: 10px;
}
.t_mail {
    background-image: url(../imagenes/btn_mail.jpg);
}
.t_fb {
    background-image: url(../imagenes/btn_fb.jpg);
}
.t_tw {
    background-image: url(../imagenes/btn_tw.jpg);
}
.aToolTip .aToolTipContent {
    position: relative;
    margin: 0;
    padding: 0;
}
a.aToolTipCloseBtn {
    display: block;
    height: 41px;
    width: 23px;
    text-indent: -9999px;
    outline: none;
    position: absolute;
    left: -30px;
    top: 8px;
    border: 2px solid #b0b0b0;
    border-right: none;
    background-color: #FFF;
    background-image: url(../imagenes/cerrar_tool.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
#PdfMovil {
    display: none;
}
#Pdf {
    display: block;
}
/*:::::::::::::: MODAL :::::::::::::::*/

#divmod {
    display: none;
    *overflow: hidden;
}
#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
    /*overflow:auto;*/
}
  #simplemodal-container { /*para ajustar modal de contacto en expatriados*/
    position: absolute !important;
    display: block;
    top:40% !important;
}
#simplemodal-container a.modalCloseImg {
    background: url(../imagenes/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 10000;
    position: absolute;
    top: -7px;
    right: -7px;
    cursor: pointer;
}
#simplemodal-container #basicModalContent {
    padding: 8px;
}
#modal_pagos {
    width: 750px;
    background-image: url(../images/modal-pagos-bottom.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 21px;
}
.modal_cont {
    background-image: url(../images/modal-pagos-content.png);
    background-repeat: repeat-y;
    color: #888888;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    padding-top: 5px;
}
.modal_cont p {
    margin: 0;
    padding-left: 5px;
    padding-right: 10px;
    width: 240px;
    text-align: left;
}
.modal_cont ul {
    margin: 0px 10px 0px 0px;
    text-align: left;
}
.modal_cont .bullet_modal_flecha li {
    margin-top: 1px;
}
.modal_cont .liga_gris {
    text-align: right;
    display: block;
    padding-right: 5px;
}
.bullet_modal_flecha {
    list-style-image: url(../imagenes/bullet_flecha.png);
    _list-style-image: url(../imagenes/bullet_flecha.gif);
    margin-left: 10px;
    padding-left: 10px;
}
.bullet_modal_flecha li {
    margin-top: 4px;
}
.bullet_modal_flecha1 {
    list-style-image: url(../imagenes/bullet_flecha.png);
    _list-style-image: url(../imagenes/bullet_flecha.gif);
    margin-left: 10px;
    padding-left: 10px;
}
.bullet_modal_flecha1 li {
    margin-top: 0px;
}
.liga_roja {
    color: #ff0000;
    text-decoration: none;
}
.liga_gris {
    color: #888;
    text-decoration: none;
}
.liga_gris:hover {
    color: #F00;
}
#modal_pagos {
    width: 750px;
    background-image: url(../imagenes/modal-pagos-bottom.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 21px;
}
.modal_cont {
    background-image: url(../imagenes/modal-pagos-content.png);
    background-repeat: repeat-y;
    color: #888888;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    padding-top: 5px;
}
.modal_cont p {
    margin: 0;
    padding-left: 5px;
    padding-right: 10px;
    width: 240px;
    text-align: left;
}
#mod_prod_content {
    background-image: url(../imagenes/modal_pleca_fondo.png);
    background-repeat: repeat-y;
    height: 267px;
    padding: 10px 25px;
    width: 700px;
    color: #888;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
}
#mod_prod_footer {
    width: 750px;
    height: 20px;
    background-image: url(../imagenes/modal_pleca_footer.png)
}
#mod_prod_header_hipotecario {
    width: 726px;
    height: 168px;
    padding-left: 24px;
    padding-top: 23px;
    background-image: url(../imagenes/modal_head_chipoteca.png);
}
#mod_prod_header_nomina {
    width: 726px;
    height: 168px;
    padding-left: 24px;
    padding-top: 23px;
    background-image: url(../imagenes/modal_head_nomina.png);
}
#mod_prod_header_seguros_promo {
    width: 726px;
    height: 168px;
    padding-left: 24px;
    padding-top: 23px;
    background-image: url(../imagenes/modal_head_placa_segurosn.png);
}
#mod_prod_header_preferente {
    width: 726px;
    height: 168px;
    padding-left: 24px;
    padding-top: 23px;
    background-image: url(../imagenes/modal_head_preferente.png);
}
#mod_prod_header_pensiones {
    width: 726px;
    height: 168px;
    padding-left: 24px;
    padding-top: 23px;
    background-image: url(../imagenes/modal_head_pensiones.png);
}
/* ----------------------------------
.videoWrapper
---------------------------------- */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    margin-bottom: 20px;
    height: 0;
}
.videoWrapper video {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: 100%;
}
#blur {
    position: absolute;
    z-index: 70;
    opacity: 0.7;
}
#flv {
    display: none;
    position: relative;
}
#prev,
#next {
    position: relative;
    z-index: 1000;
}
/* ----------------------------------

#slideshow
---------------------------------- */

#slideshow {}
/* ----------------------------------
.class
---------------------------------- */

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.input_mapa2 {
    width: 392px;
    height: 25px;
    padding: 5px 0 0 8px;
    float: left;
    border: 0 inset;
    background-color: transparent;
    font-size: 12px;
}
.keys {
    font-size: 40px;
    color: #f00;
}
.key_gray {
    height: 40px;
    display: inline-block;
    font-size: 13pt;
    color: #646464;
    vertical-align: middle;
}
.key_red {
    height: 40px;
    display: inline-block;
    font-size: 13pt;
    color: #f00;
    vertical-align: middle;
}
.spacer {
    height: 20px;
}
.house {
    width: 15px;
    height: 15px;
    display: block;
    background: url("../imagenes/btn_home.png") no-repeat center;
}
.house:hover {
    width: 15px;
    height: 15px;
    display: block;
    background: url("../imagenes/btn_home_hover.png") no-repeat center;
}
.house_over {
    width: 15px;
    height: 15px;
    display: block;
    background: url("../imagenes/btn_home_hover.png") no-repeat center;
}
#directionsPanel {
    display: none;
    position: absolute;
    height: 399px;
    overflow: auto;
    background-color: #FFF;
    width: 250px;
    top: 1px;
    z-index: 15;
    left: 2px;
}
#btnCerrar {
    background: url("../imagenes/x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 29px;
    left: 247px;
    position: absolute;
    top: -1px;
    width: 26px;
    z-index: 17;
}
.tit_footer_movil {
    display: none;
}
.subtit_select_movil {
    display: none;
}
.td_priority {
    background-image: url(../imagenes/td_priority.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 170px;
}
.borde .td_inv {
    height: 160px;
}
.borde .fin {
    height: 120px;
}
.borde .tar {
    height: 135px;
    *padding-left: 115px;
}
.borde .prot {
    height: 145px;
}
.autocompara {
    background-image: url(../imagenes/prod_prot_autocompara.jpg);
    background-size: auto 90px;
    background-repeat: no-repeat;
    padding-left: 90px;
}
.mano {
    display: block;
}
.movil {
    display: none!important;
}
.min {
    height: 18px;
    width: auto;
}
.min2 {
    height: 28px;
    width: auto;
}
.tit_ind_mobile {
    display: none;
}
.pdf_edos_cuenta {
    background-image: url(../imagenes/bg_footer_secciones.jpg);
    width: 166px;
    height: 42px;
    float: left;
    margin: 20px 135px;
    cursor: pointer;
    font-family: "TS_Light";
    font-weight: normal;
    font-style: normal;
    text-align: center;
    padding: 5px 0px 0px;
    font-size: 16px;
    color: #646464;
    line-height: 16px;
}
@media screen and (min-width: 600px) and (max-width: 955px) {
    #Pdf {
        display: none;
    }
    #PdfMovil {
        display: block;
    }
    .contenido_seccion3 {
        width: 98%;
        font-size: 11px;
        padding-bottom: 0px;
        margin: 0 1%;
    }
    .subtit_select .sub {
        width: 98%;
        margin: auto;
        text-align: right;
    }
    .lang_spacer {
        display: none;
    }
    .main {
        width: 100%;
        height: auto;
        margin: auto;
    }
    .header {
        padding-top: 15px;

    }
    .logo {
        padding-bottom: 15px;
        background-repeat: no-repeat;
        float: left;
        background-image: url(../imagenes/img_movil/logo.png);
        background-size: 235px 40px;
    }
    .home_movil {
        display: block;
    }
    .submenu_movil_button {
        
        float: right;
        display: block;

    }


    .submenu_movil_button img {
        height: 34px;
        width: auto;
        padding-right: 15px;
        padding-top: 4px;
        cursor: pointer;
    }
    .header_menu {
        width: 100%;
    }
    .submenu_select {
        display: none;
    }
    .home_normal {
        display: none;
    }
    #submenu_movil_select {
        display: none;
    }
    .submenu_movil_select {
        background-color: #60615E;
        display: block;
    }
    .submenu_movil_select ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .submenu_movil_select ul li,
    .submenu_movil_select ul li a.lang {
        font-family: 'TS_Light';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
    }
    .submenu_movil_select ul li a {
        border-bottom: 1px solid #EAEAEA;
        color: #FFF;
        text-decoration: none;
        display: block;
        padding: 5px 10px;
    }
    .submenu_movil_select ul li a:hover {
        background-color: #333;
    }
    .content_login {
        display: none;
    }
    .header_menu {
        display: none;
    }
    .login_tit {
        display: none;
    }
    .content_promos {
        height: auto;
        padding-bottom: 10px;
    }
    .content_promos div {
        display: none;
    }
    .content_promos .clear {
        clear: both;
        display: block;
        float: none;
    }
    .content_promos .banner_index {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .content_promos a {} .banner_index img {
        width: 90%;
        height: auto;
    }
    .content_mapas_movil {
        display: block;
    }
    .banner_1,
    .banner_1_en {
        display: none;
    }
    .mapa {
        height: 210px;
        width: 92%;
        overflow: hidden;
    }
    .content_mapa {
        margin-top: 15px;
        height: 258px;
        border: 1px solid #ccc;
        position: relative;
    }
    .barra_buscar {
        height: auto;
        padding-bottom: 8px;
    }
    .palabra label {
        display: block;
        float: none;
    }
    .input_mapa {
        width: 450px;
    }
    .banner_2,
    .banner_2_en {
        background-position: top center;
    }
    .banner_3,
    .banner_3_en {
        background-position: top center;
    }
    #cont_indicadores {
        width: 281px;
        margin: auto;
    }
    .content_banners .banner_2,
    .content_banners .banner_2_en {
        width: 50%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .content_banners .banner_3,
    .content_banners .banner_3_en {
        width: 50%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .content_slider {
        overflow: hidden;
    }
    #SliderFlash {
        display: none;
    }
    #SliderResponsive {
        display: block;
        width: 100%;
    }
    #SliderResponsive img {
        width: 100%;
        height: auto;
    }
    .barra_gris {
        height: 190px;
    }
    .btn_detectar {
        height: 50px;
        width: 50px;
        background-position: 0 -17px;
        margin: 5px 0;
    }
    .btn_caminando_inabilitado {
        height: 50px;
        width: 50px;
        background-position: 0 -31px;
        margin: 5px 0;
    }
    .btn_caminando {
        height: 50px;
        width: 50px;
        background-position: 0 -31px;
        margin: 5px 0;
    }
    .btn_auto_inabilitado {
        height: 50px;
        width: 50px;
        background-position: 0 -31px;
        margin: 5px 0;
    }
    .btn_auto {
        height: 50px;
        width: 50px;
        background-position: 0 -31px;
        margin: 5px 0;
    }
    .btn_print {
        display: none;
    }
    .footer_telefonos {
        height: auto;
    }
    .footer_telefonos .telefono {
        width: 100%;
        margin: 0;
        float: none;
        text-align: center;
        font-size: 34px;
        padding-top: 12px;
        display: block;
        height: 60px;
    }
    .telefono .text_bottom {
        font-size: 12px;
        padding-top: 18px;
    }
    .footer_sucursales_redes {
        display: none;
    }
    .footer_redes {
        overflow: hidden;
        padding-top: 0;
    }
    .footer_redes div {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .footer_telefonos .seccions {
        display: none;
    }
    .tit_footer_movil {
        display: block;
        background-color: #E2E2E2;
        font-size: 12px;
        color: #636464;
        padding: 3px 0;
    }
    .footer_app,
    .footer_know_benefits {
        background-image: none;
        padding: 0;
        text-align: center;
    }
    .img_seccion {
        display: none;
    }
    .contenido_seccion {
        width: 100%;
    }
    .contenido_seccion .borde {} .seccion_float h1,
    .seccion_tres h1 {
        font-size: 23px;
    }
    .seccion_float h1.largo {
        font-size: 21px;
    }
    .seccion_float {
        width: 44%;
        margin: 0 3%;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .seccion_tres {
        background-image: none !important;
        background-color: #FFF;
        width: 399px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
        text-align: left;
        margin: auto;
    }
    .borde .seccion_tres .td_inv {
        height: 45px;
    }
    .tit_select {
        width: 96%;
        margin: 0 2%;
        padding: 0;
    }
    .banner_bottom2 {
        width: 100%;
    }
    .tit_select .titulo {
        font-size: 30px;
    }
    .subtit_select_movil {
        display: block;
        text-align: right;
        font-family: 'TS_Light';
        font-weight: normal;
        font-style: normal;
        color: #636464;
        font-size: 22px;
        padding-right: 15px;
    }
    .borde .td_inv {
        height: 210px;
    }
    .borde .fin {
        height: 120px;
    }
    .borde .tar {
        height: 250px;
    }
    .banner_bottom2 .btn_banner {
        width: 230px;
    }
    .btn_banner .btn a.suc {
        display: none;
    }
    .btn_banner .btn a.con {
        display: none;
    }
    .btn_banner .btn a.movil {
        display: block!important;
    }
    .mano,
    .btn_colapsa_simuladores {
        display: none;
    }
    .movil {
        display: block;
        display: inline-block;
    }
    .prod {
        display: none;
    }
    .contenido_seccion2 {
        width: 100%;
    }
    .contenido_seccion2 h1 {
        font-size: 18px;
        padding-left: 10px;
    }
    p {
        margin-top: 0px;
        padding-left: 10px;
    }
    .tit_ind_mobile {
        display: none;
    }
    .btn_banner .btn a.con.movil {
        display: block;
    }
    .herramientas {
        display: none;
    }
    .pdf_edos_cuenta {
        margin: 20px auto;
        float: none;
    }
    #Pdf1,
    #Pdf2,
    #Pdf3 {
        display: none;
    }
}
@media screen and (max-width: 320px){
.subtit_select .sub span.blanco{
    font-size: 15px;
}
  #simplemodal-container {
    position: absolute !important;
    display: block;
    top:190% !important;
}
    #simplemodal-container a.modalCloseImg {
      top: 10px;
      right: 60px;
}
}
@media screen and (max-width: 360px){
    #simplemodal-container {
    position: absolute !important;
    display: block;
    top:165% !important;
}
    #simplemodal-container a.modalCloseImg {
      top: 15px;
      right: 60px;
}
}
@media screen and (max-width: 414px){
     #simplemodal-container a.modalCloseImg {
        right: 60px;
        top: 15px;
     }
}
@media screen and (max-width: 768px){
    .content_search{
        width: 25%;
        background-image: none;
    }
    .btn_caminando_inabilitado, .btn_auto_inabilitado, .btn_detectar{
        height: 22%;
        background-position: 0 -5px;
    }
    

    .btn_sucursales{
        left: 0;
        width: 25%;
        margin-bottom: 5%;
    }
    .barra_buscar{
        width: 75%;
        height: 30px;
        bottom: 0;
    }
    .barra_gris{
        height: 100%;
    }
    .content_mapa{
        height: 450px;
    }
    .mapa{
        width: 75%;
        height: 420px;
    }
    .fields{
        width: 100%;
    }
    .fields span{
        font-size: 13px;
        width: 90%;
        margin-left: 10px;
    }
    #input_buscador{
        width: 87% !important;
    }
    .fields_map{
        width: 90% !important;
        height: 30px;
    }
    .fields_map:first-child{
        height: 25px !important;
    }
    .sucursal_search{
        width: 85%;
        -webkit-appearance: none;
        border-radius: 0;
    }
    .btn_sucursales{
        margin:15% 0 0 0;
        width: 100%;
    }
    .btn_search:hover{
        background: url('../imagenes/btn_search_red.png')no-repeat;
    }
}
@media screen and (min-width: 100px) and (max-width: 599px) {
    .btn_search{
        padding-bottom: 3%;
    }
    
      #simplemodal-container {
    position: absolute !important;
    display: block;
    top:100% !important;
}
    
  
    #Pdf {
        display: none;
    }
    #PdfMovil {
        display: block;
    }
    .lang_spacer {
        display: none;
    }
    .main {
        width: 100%;
        height: auto;
        margin: auto;
    }
    .header {
        padding-top: 0;
        min-height: 40px;
        max-height: 295px;
    }
    .logo {
        padding-bottom: 0;
        background-repeat: no-repeat;
        float: left;
        background-image: url(../imagenes/img_movil/logo.png);
        background-size: 235px 40px;
        margin: 5px 0;
    }
    .home_movil {
        display: block;
    }
    .submenu_movil_button {
        float: right;
        display: block;
        padding-top: 5px;
    }
    .submenu_movil_button img {
        height: 34px;
        width: auto;
        /*padding-right: 15px;*/
        padding-top: 4px;
        cursor: pointer;
    }
    .header_menu {
        width: 100%;
    }
    .submenu_select {
        display: none;
    }
    .home_normal {
        display: none;
    }
    .bull {
        padding-left: 20px;
        letter-spacing: 1px;
    }
    #submenu_movil_select {
        display: none;
    }
    .submenu_movil_select {
        background-color: #60615E;
        display: block;
    }
    .submenu_movil_select ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: relative;
        z-index: 3001;
    }
    .submenu_movil_select ul li {
        font-family: 'TS_Light';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
    }
    .submenu_movil_select ul li,
    .submenu_movil_select ul li a.lang {
        font-family: 'TS_Light';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
    }
    .submenu_movil_select ul li a.normal,
    .submenu_movil_select ul li a.lang {
        background-color: #60615E;
        border-bottom: 1px solid #EAEAEA;
        text-shadow: 2px 0 2px #333333;
        color: #FFF;
        text-decoration: none;
        display: block;
        padding: 5px 10px;
    }
    .submenu_movil_select ul li a:hover {
        background-color: #333;
    }
    .submenu_movil_select ul li a.over {
        border-bottom: 1px solid #EAEAEA;
        text-shadow: 2px 0 2px #333333;
        color: #FFF;
        text-decoration: none;
        display: block;
        padding: 5px 10px;
        background-color: #333;
    }
    .submenu_select ul {
        display: none;
    }
    .content_login {
        display: none;
    }
    .header_menu {
        display: none;
    }
    .login_tit {
        display: none;
    }
    .content_promos {
        height: auto;
        padding-bottom: 10px;
        box-shadow: 2px 3px 4px #999;
    }
    .content_promos div {
        display: none;
    }
    .content_promos .clear {
        clear: both;
        display: block;
        float: none;
    }
    .content_promos .banner_index {
        display: block;
        width: 100%
    }
    .content_promos a {} .banner_index img {
        width: 95%;
        height: auto;
    }
    .content_mapas_movil {
        display: block;
        box-shadow: 2px 3px 4px #999;
        margin-bottom: 10px;
    }
    .banner_1,
    .banner_1_en {
        display: none;
    }
    .mapa {
        height: 250px;
        width: 100%;
        overflow: hidden;
    }
    .content_mapa {
        margin-top: 10px;
        height: auto;
        border: 1px solid #ccc;
        position: relative;
    }
    .banner_bottom img{
        display: none;
    }
     /*busqueda sucursales móvil*/
    .content_search{
        width: 100%;
        height: auto;
        display: block;
        margin-top: 5%;
        display: inline-block;
        background-image: none;
    }
    .fields{
        width: 100%;
        height: 20%;
    }
    .fields span{
        width: 90%;
        margin-left:5.4%;
        margin-top:0;
    }
   .fields_map:first-child{
    width: 80%;
   }

   .fields_map{
    width: 90% !important;
    height: 80% !important;
   }
   #input_buscador{
    width: 88% !important;
    height: 30px;
   }
    .sucursal_search{
        width: 87.5%;
        margin: 0 auto;
        -webkit-appearance: none;
        border-radius: 0;
    }
    .barra_buscar {
        height: 30px;
        top: 36%;
        width: 100%;
        margin-bottom: 10%;
    }
    .input_mapa {
        width: 260px;
    }
    .btn_sucursales{
        margin: 7% 0 7% 0;
        width: 100%;
    }
    .banner_2,
    .banner_2_en {
        background-position: center -78px;
        background-repeat: no-repeat;
        padding-top: 45px;
    }
    .banner_3,
    .banner_3_en {
        margin-top: 10px;
        margin-bottom: 10px;
        background-position: center -83px;
        background-repeat: no-repeat;
        padding-top: 45px;
    }
    #cont_indicadores {
        width: 281px;
        margin: auto;
    }
    .content_banners {
        height: auto;
    }
    .content_banners .banner_2,
    .content_banners .banner_2_en {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .content_banners .banner_3,
    .content_banners .banner_3_en {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .content_slider {
        overflow: hidden;
    }
    #SliderFlash {
        display: none;
    }
    #SliderResponsive {
        display: block;
        width: 100%;
        height: 100%;
    }
    #SliderResponsive img {
        width: 100%;
        height: auto;
    }
    .barra_gris {
        height: 250px;
        padding: 0 0;
        width: 30px;
    }
    .btn_detectar {
        height: 70px;
        width: 30px;
        background-position: -9px -100px;
        margin: 5px 0;
    }
    .btn_caminando_inabilitado {
        height: 70px;
        width: 30px;
        background-position: -9px -31px;
        margin: 5px 0;
    }
    .btn_caminando {
        height: 50px;
        width: 30px;
        background-position: -9px -31px;
        margin: 5px 0;
    }
    .btn_auto_inabilitado {
        height: 70px;
        width: 30px;
        background-position: -9px -31px;
        margin: 5px 0;
    }
    .btn_auto {
        height: 50px;
        width: 30px;
        background-position: -9px -31px;
        margin: 5px 0;
    }
    .btn_print {
        display: none;
    }
    .palabra label {
        display: block;
        float: none;
    }
    .footer_sucursales_redes {
        display: none;
    }
    .footer_redes {
        overflow: hidden;
        height: auto;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .footer_redes div {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .footer_app img {
        margin: 10px 0px 0px 22px;
    }
    .footer_telefonos .seccions {
        display: none;
    }
    .footer_telefonos .telefono {
        width: 100%;
        margin: 0;
        float: none;
        text-align: center;
        font-size: 20px;
        padding-top: 12px;
        display: block;
    }
    .footer_app {
        height: auto;
        padding-left: 0;
        background-image: none;
        text-align: center;
    }
    .footer_derechos {
        padding: 5px;
    }
    .footer_line div {
        background-color: #f00;
        height: 13px;
        width: 90px;
    }
    .tit_footer_movil {
        display: block;
        background-color: #E2E2E2;
        font-size: 12px;
        color: #636464;
        padding: 3px 0;
    }
    .footer_app,
    .footer_know_benefits {
        background-image: none;
        padding: 0;
        text-align: center;
    }
    .img_seccion {
        display: none;
    }
    .contenido_seccion {
        width: 100%;
        padding-top: 0px;
    }
    .herramientas {
        display: none;
    }
    .tit_select {
        width: 96%;
        margin: 0 2%;
        padding: 0;
    }
    .tit_select .titulo,
    .tit_select2 .titulo {
        font-size: 24px;
    }
    .tit_select2 {
        width: 98%;
        padding-left: 2%;
        height: 60px;
    }
    .tit_select2 .titulo {
        width: 100%;
    }
    .subtit_select .sub {
	 	width: 97%;	
    }

	.subtit_select .sub span.mastercard_sub {
	font-size: 17px ;
    display: inline-block;
		

}

    .contenido_seccion .borde {
        background-image: none;
    }
    .seccion_float h1,
    .seccion_tres h1 {
        font-size: 18px;
    }
    .seccion_float h1.largo {
        font-size: 18px;
    }
    .seccion_float {
        width: 92%;
        margin: 0 4%;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #CCC;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .seccion_tres {
        background-image: none !important;
        background-color: #FFF;
        width: 92%;
        margin: 0 4%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 25px;
        text-align: left;
        margin: auto;
    }
    .borde .seccion_tres .td_inv {
        height: 45px;
    }
    .borde_top {
        border-top: none;
    }
    .banner_bottom2 {
        width: 100%;
    }
    .banner_bottom2 .btn_banner {
        background-image: none;
        padding: 8px 8px 8px 8px;
    }
    .subtit_select_movil {
        display: none;
    }
    .borde .td_inv {
        height: auto;
        padding-bottom: 10px;
    }
    .borde .fin {
        height: 120px;
    }
    .borde .tar {
        height: 140px;
    }
    .borde .prot {
        height: 175px;
    }
    .banner_bottom2 .btn_banner {
        width: 85%;
        height: 183px;
    }
    .btn_banner .btn a.suc {
        display: none;
    }
    .btn_banner .btn a.con {
       /* display: none;*/
        border-bottom: 1px solid #fff;
        width: 100%;
    }
  
    .btn_banner .btn {
        height: 67px;
    }

    .btn_banner .btn a.movil {
        display: block!important;
    }
    .mano,
    .btn_colapsa_simuladores {
        display: none;
    }
    .movil {
        display: block;
        display: inline-block;
    }
    .prod {
        /*display: none;*/
    }
    .contenido_seccion2 {
        width: 100%;
    }
    .contenido_seccion2 h1,
    .contenido_seccion2 .exp {
        font-size: 18px;
        padding-left: 10px;
    }
    p {
        margin-top: 0px;
        padding: 10px;
    }
    .tdferrari {
        padding-top: 88px;
    }
    .tdbalckunlimited {
        padding-top: 88px;
    }
    .tdworldelite {
        padding-top: 88px;
    }
    .tdfiesta {
        padding-top: 88px;
    }
    .autocompara {
        padding-bottom: 88px;
        background-position: bottom;
    }
    .banner_2,
    .banner_2_en {
        background-image: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .banner_2:hover,
    .banner_2_en:hover {
        background-image: none;
    }
    .banner_3,
    .banner_3_en {
        background-image: none;
        border-top: 1px solid #CCC;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .tit_ind_mobile {
        width: 100%;
        display: block;
    }
    .tit_ind_mobile img {
        width: 88%;
        height: auto;
    }
    .liga_no2 {
        font-size: 16px;
        text-decoration: none;
    }
    .liga_active {
        font-size: 16px;
    }
    .contacto,
    .gracias {
        width: 68%;
        padding: 0;
        margin-top:5%;
        font-size: 15px;
    }
    .contacto input,
    .contacto textarea {
        width: 80%;
        height: 15px;
        padding: 2%;
    }
    .validar{
        margin-left: 10px;
    }
    .btn_banner .btn a.con.movil {
        display: block;
    }
    .validar span.error {
        width: 80%;
        padding: 0 2%;
    }
    .contenido_lista {
        font-size: 12px !important;
    }
    .recompensas {
        width: 100%;
    }
    .recompensas img {
        width: 70%;
        height: auto;
    }
    .footer_telefonos {
        height: auto;
    }
    .footer_telefonos .telefono {
        height: auto;
    }
    .text_bottom {
        padding-top: 10px;
    }
    .pdf_edos_cuenta {
        margin: 20px auto;
        float: none;
    }
    #Pdf1,
    #Pdf2,
    #Pdf3 {
        display: none;
    }
    .contenido_seccion3 {
        width: 100%;
        margin: auto;
        font-size: 10px;
        color: #60615e;
        padding-bottom: 20px;
    }
}
.custom_btn span {
    cursor: pointer;
}
.custom_btn span a {
    color: #60615e;
}
.btn_hand { cursor: pointer; }

