.block-header.head-xtra {
    margin-top: 50px;
    margin-bottom: 0;
}


.table-top {
    margin-top: -27px;
}

.table-info-top {
    margin-top: 0;
}

.table-info-top .boton_comparar,
.table-info-top .boton_descargar {
    top: -2px;
}


/*TABLAS GENERAL (familia)*/

table.familia {
    width: 100%;
    margin-top: 14px;
    font-size: 14px;
}

table.familia thead {
    color: #33393E;
    background: #fff;
    border-bottom: 2px solid #e5e5e5;

}

table.familia thead th {
    line-height: 18px;
}


table.familia tbody tr:nth-child(even) {
    background-color: #ffffff;
}

table.familia tbody tr td {

    border-bottom: 1px solid #ebebeb;
}

table.familia tbody tr td:first-child {
    color: #33393E;
    padding-left: 10px;
}

table.familia tbody tr td div[class^="riesgo"] {
    position: relative;
    top: 1px;
}

table.familia tbody tr td .escala-riesgo {
    position: relative;
    color: #33393E;
    padding-right: 1px;
    padding: 1px 4px;
    margin-right: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

table.familia tbody tr td .escala-riesgo + span {
    color: #989b9f;
}

table.familia tbody tr td {
    position: relative;
}

table.familia tbody tr td input[type="checkbox"] {
    display: none;
}

table.familia tbody tr td input[type="checkbox"] + label {
    position: absolute;
    top: 18px;
    left: 6px;
    width: 12px;
    height: 12px;
    z-index: 0;
    border: 1px solid #bbbcbd;
    transition: .2s;
    background-color: #fff;
    cursor: pointer;
}

table.familia tbody tr td input[type="checkbox"] + label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



table.familia tbody tr td input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 25px;
    background-color: transparent;
    top: -8px;
    left: -5px;
}

table.familia tbody tr td input[type="checkbox"]:focus {
    outline: 0;
}

table.familia tbody tr td input[type="checkbox"]:checked + label {
    background-color: transparent;
    /*
    top: 9px;
    left: 3px;
    width: 8px;
    height: 15px;
*/
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #48ce66;
    border-bottom: 2px solid #48ce66;
    /*
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
*/

    transform: translate(-50%, -50%) rotate(40deg);

}

table.familia tbody tr td div.stateIcon {
    padding-left: 5px;
    cursor: help;
}

table.familia .glyphicon-star-empty {
    padding-left: 3px !important;
    font-size: 13px;
}

table.familia .ico-info {
    display: block;
    cursor: help;
    width: 17px;
    height: 17px;
    background-color: #7db6e0;
    color: #fff;
    font-family: Courier;
    text-transform: none;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    line-height: 20px;
    font-weight: bold;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

table.familia tbody tr td .glyphicon.glyphicon-star {
    color: #F9B300;
}

table.familia tbody tr td .glyphicon.glyphicon-heart {
    color: #de7575;
}

table.familia tbody tr td .glyphicon.glyphicon-comment {
    padding-left: 5px;
}

table.familia tbody tr td .glyphicon.glyphicon-bookmark {
    color: #48ce66;
}

table.familia tbody tr td .glyphicon.glyphicon-info-sign {
    color: #94b3cf;
}

table.familia tbody tr td .ico-valorado {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    top: 4px;
    width: 11px;
    height: 14px;
    background: url(../img/ico-valorado.png) no-repeat;
}

table.familia tbody tr td .ico-calendario {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(/fondos-de-inversion/public/img/calendario.svg) no-repeat;
}

table.familia tbody tr td a .ico-calendario {
    opacity: 0.6;
}

table.familia tbody tr td .ico-carta-gestor {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url(/fondos-de-inversion/public/img/carta-gestor.svg) no-repeat;
}

table.familia tbody tr td a .ico-carta-gestor {
    opacity: 0.6;
}

table.familia tbody tr td a:hover .ico-carta-gestor {
    opacity: 1;
}

table.familia tbody tr td a + a {
    color: #0B7AD0;
}

table.familia tbody tr td a:hover,
table.familia tbody tr td a:focus {
    color: rgba(11, 122, 208, .8);
    text-decoration: none;
}


/*th.orden-asc --- ORDEN ASCENDENTE*/

table.familia thead tr:nth-child(2) th.orden-asc:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;

}


/*th.orden-desc --- ORDEN DESCENDENTE*/

table.familia thead tr:nth-child(2) th {
    background: url(/fondos-de-inversion/public/img/sort_both.png) no-repeat;
    background-position: center right;
}

table.familia thead tr:nth-child(2) th.orden-desc {
    background: url(/fondos-de-inversion/public/img/sort_desc.png) no-repeat;
    background-position: center right;
    color: #0B7AD0;
}

table.familia thead tr:nth-child(2) th.orden-asc {
    background: url(/fondos-de-inversion/public/img/sort_asc.png) no-repeat;
    background-position: center right;
    color: #0B7AD0;
}

.btn-sub {
    box-shadow: none;
    border-bottom: 2px solid #dedede !important;
    outline: none !important;
    border-radius: 0;
}

.btn-sub.active {
    box-shadow: none;
    border-bottom: 2px solid #0B7AD0 !important;
    outline: none !important;
}

.btn-sub.active:focus {
    outline: none !important;
}

/*TABLAS familias estandard*/

table.familia.estandard thead tr th {
    padding: 12px 4px;
    font-weight: 600;
    text-align: center;
}

table.familia.estandard thead tr th:nth-child(1) {
    text-align: left;
}

table.familia.estandard thead tr:nth-child(2) {
    font-size: 14px;
}

table.familia.estandard thead tr:nth-child(1) {}

table.familia.estandard thead tr:nth-child(2) th {

    position: relative;
    text-align: center;
}

table.familia.estandard thead tr:nth-child(2) th:first-child {
    text-align: left;
    padding-left: 10px;

}

table.familia.estandard thead tr:nth-child(2) th:last-child:after {
    content: none;
}

table.familia.estandard thead tr:nth-child(2) th:last-child {
    width: 26px;
}

table.familia.estandard thead tr:nth-child(2) th:last-child img {
    vertical-align: middle;
}

table.familia.estandard tbody td {
    padding: 12px 4px;
    /*    vertical-align: bottom;*/
}

table.familia.estandard tbody tr td span.tae {
    /*
    padding-left: 3px;
    font-size: 8px;
*/
}

table.familia.estandard tbody tr td {
    text-align: center;
    position: relative;
}

table.familia.estandard tbody tr td:nth-child(1) {
    text-align: left;
    position: relative;
}

table.familia.estandard tbody tr td:nth-child(1) a {
    font-weight: 500;
}


table.familia.estandard tbody tr td:nth-child(6) {
    cursor: help;
}


/*TABLAS familias estandard liquidativo*/


table.familia.estandard.liquidativo thead tr:nth-child(2) th:first-child {
    text-align: left;
    padding-left: 10px;
}

table.familia.estandard.liquidativo tbody tr td {
    text-align: center;
}

table.familia.estandard.liquidativo tbody tr td:nth-child(1) {
    text-align: left;
    position: relative;
}

table.familia.estandard.liquidativo tbody tr td:nth-child(2) {
    text-align: right;
}

table.familia.estandard.liquidativo tbody tr td:nth-child(7) {
    text-align: right;
}

table.familia.estandard.liquidativo tbody tr td:nth-child(8) {
    cursor: help;
}


/*TABLAS mas informacion*/

table.familia.masInformacion thead tr th {
    padding: 3px 5px;
}

table.familia.masInformacion thead tr {
    background-color: #6c8ca5;
    font-size: 11px;
    text-transform: uppercase;
}

table.familia.masInformacion thead tr th:first-child {
    padding-left: 10px;
}

table.familia.masInformacion thead tr th:last-child {
    vertical-align: middle;
}

table.familia.masInformacion thead tr th:nth-child(4) {
    width: 95px;
}

table.familia.masInformacion thead tr th:nth-child(5) {
    width: 92px;
}

table.familia.masInformacion tbody tr td {
    padding: 5px 4px;
}

table.familia.masInformacion tbody tr td:first-child {
    padding-left: 10px;
}

table.familia.masInformacion tbody tr td:nth-child(2),
table.familia.masInformacion tbody tr td:nth-child(3) {
    text-transform: capitalize;
    font-size: 12px;
}

table.familia.masInformacion tbody tr td:nth-child(4) {
    text-align: center;
    text-transform: none;
    font-size: 12px;
}

table.familia.masInformacion tbody tr td:nth-child(6) {
    text-align: center;
}


/*TABLAS más información histórico */

table.familia.mas-historico thead tr th {
    padding: 3px 5px;
}

table.familia.mas-historico thead tr {
    background-color: #739bb9;
    font-size: 11px;
    text-transform: uppercase;
}

table.familia.mas-historico thead tr th:last-child {
    vertical-align: middle;
}

table.familia.mas-historico thead tr th:nth-child(5) {
    width: 95px;
}

table.familia.mas-historico thead tr th:nth-child(6) {
    width: 95px;
}

table.familia.mas-historico tbody tr td {
    padding: 5px 4px;
}

table.familia.mas-historico tbody tr td:nth-child(3),
table.familia.mas-historico tbody tr td:nth-child(4) {
    text-transform: capitalize;
    font-size: 12px;
}

table.familia.mas-historico tbody tr td:nth-child(5) {
    text-align: center;
    text-transform: none;
    font-size: 12px;
}

table.familia.mas-historico tbody tr td:nth-child(7) {
    text-align: center;
}


/*TABLAS garantizados*/



table.familia.garantizados thead tr:nth-child(2) th {
    padding: 5px 5px;
    position: relative;
    text-align: center;
}

table.familia.garantizados thead tr:nth-child(2) th:first-child {
    text-align: left;
    padding-left: 10px;
}


table.familia.garantizados thead tr:nth-child(2) th:last-child:after {
    content: none;
}

table.familia.garantizados thead tr:nth-child(2) th:last-child {
    width: 26px;
    background: none;
}

table.familia.garantizados thead tr:nth-child(2) th:last-child img {
    vertical-align: middle;
}

table.familia.garantizados thead tr th {
    padding: 12px 4px;
    font-weight: 600;
    text-align: center;
}

table.familia.garantizados tbody td {
    padding: 7px 4px;
    /*    vertical-align: bottom;*/
}

table.familia.garantizados tbody tr td span.tae {
    padding-left: 3px;
    font-size: 8px;
}

table.familia.garantizados tbody tr td {
    text-align: center;
}

table.familia.garantizados tbody tr td:nth-child(1) {
    text-align: left;
}


table.familia.garantizados tbody tr td:nth-child(4) {
    text-align: center;
}

table.familia.garantizados tbody tr td:nth-child(5) {
    cursor: help;
}


/*TABLAS histórico (hereda de estandar)*/

table.familia.estandard.historico thead tr:first-child th:nth-child(2),
table.familia.estandard.historico thead tr:first-child th:nth-child(3) {
    background-color: #739bb9;
    text-align: center;
}

table.familia.estandard.historico thead tr:nth-child(2) th {
    text-align: center;
}

table.familia.estandard.historico thead tr:nth-child(2) th:nth-child(1) {
    text-align: left;
    width: 260px;
}

table.familia.estandard.historico thead tr:nth-child(2) th:nth-child(2) {
    text-align: right;
}

table.familia.estandard.historico thead tr:nth-child(2) th:nth-child(7) {
    text-align: right;
    width: 80px;
}

table.familia.estandard.historico tbody tr td {
    text-align: right;
}

table.familia.estandard.historico tbody tr td:nth-child(1) {
    text-align: left;
}

table.familia.estandard.historico tbody tr td:nth-child(8) {
    text-align: center;
}

table.familia.estandard.historico tbody tr td:nth-child(9) {
    text-align: center;
}

/* Tablas de TAEs históricos */
table.historico-rentabilidades thead tr th:nth-child(6) {
    width: auto !important;
}

table.historico-rentabilidades thead tr th:nth-child(7) {
    width: auto !important;
}

table.historico-rentabilidades tbody tr td:nth-child(6) {
    text-align: center !important;
}

table.historico-rentabilidades tbody tr td:nth-child(7) {
    text-align: center !important;
}

/*FIN TABLAS*/

.leyenda-iconos {
    margin: 25px 10px;
}

.leyenda-iconos.mas-info {
    margin-left: 10px;
}

.leyenda-iconos .txt-disabled {
    display: inline-block;
    color: #808386 !important;
    font-size: 13px;
    margin-right: 15px;
}

.leyenda-iconos.mas-info .txt-disabled {
    margin-right: 4px;
    letter-spacing: -0.2px;
}

.leyenda-iconos .txt-disabled .icono {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ccc;
    width: 25px;
    height: 15px;
    background: url(../img/disabled.png);
    position: relative;
    top: 2px;
}

.leyenda-iconos.mas-info .txt-disabled .icono {
    margin-right: 5px;
}

.leyenda-iconos .bloque-icon .glyphicon.glyphicon-bookmark {
    color: #48ce66;
}

.leyenda-iconos .bloque-icon .glyphicon.glyphicon-star {
    color: #F9B300;
}

.leyenda-iconos .bloque-icon .glyphicon.glyphicon-comment {
    color: #337ab7;
}

.leyenda-iconos .bloque-icon .glyphicon.glyphicon-info-sign {
    color: #94b3cf;
}

.leyenda-iconos .bloque-icon .ico-carta-gestor {
    display: inline-block;
    position: relative;
    margin-right: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url(/fondos-de-inversion/public/img/carta-gestor.svg) no-repeat;
}

.leyenda-iconos .bloque-icon .ico-calendario {
    display: inline-block;
    position: relative;
    margin-right: 0px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(/fondos-de-inversion/public/img/calendario.svg) no-repeat;
}

.leyenda-iconos .bloque-icon .ico-valorado {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 11px;
    height: 14px;
    background: url(../img/ico-valorado.png) no-repeat;
}

.leyenda-iconos.mas-info .bloque-icon .ico-valorado {
    margin-right: 5px;
}

.leyenda-iconos .bloque-icon .ico-informacion {
    display: inline-block;
    position: relative;
    margin-right: 8px;
    top: 2px;
    width: 14px;
    height: 14px;
    background: url(../img/ico-info.png) no-repeat;
}

.leyenda-iconos.mas-info .bloque-icon .ico-informacion {
    margin-right: 4px;
}

.leyenda-iconos .bloque-icon {
    display: inline-block;
    color: #808386 !important;
    font-size: 13px;
    margin-right: 6px;
}

.leyenda-iconos.mas-info .bloque-icon {
    margin-right: 7px;
    letter-spacing: -0.2px;
}

.leyenda-iconos.mas-info .bloque-icon:last-child {
    margin-right: 0;
}

.leyenda-iconos .bloque-icon .glyphicon {
    font-size: 12px;
}

.leyenda-iconos.mas-info .bloque-icon .glyphicon {
    margin-right: 4px;
}

.leyenda-iconos div:last-child {
    margin-right: 0 !important;
}

.pie-tabla {
    display: inline-block;
    color: #808386;
    font-size: 12px !important;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px 10px;
    padding-left: 10px;
}

.leyenda-escala + .pie-tabla {
    margin-left: 25px;
    margin-top: 0;
    position: relative;
    top: -12px;
    border-left: 1px solid #ccc;
}

span.spanTAE {
    font-size: 8px;
    color: #999;
}

.nota-pie {
    padding: 0 12px;
    margin-top: 20px;
    font-size: 11px !important;
    line-height: 17px;
    color: #a0a3a6;
    font-style: italic;
}


/*MENU CON SWITCH*/

.switch {
    position: relative;
    margin: 0;
    height: 32px;
    width: 240px;
    background: #f3f3f3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 rgba(255, 255, 255, 0.1);
}

.switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 118px;
    line-height: 32px;
    font-size: 13px;
    color: #404346;
    text-align: center;
    cursor: pointer;
}

.switch-label:active {
    font-weight: bold;
}

.switch-label-off {
    padding-left: 2px;
}

.switch-label-on {
    padding-right: 2px;
}

.switch-input {
    display: none;
}

.switch-input:checked + .switch-label {
    color: #fff;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
    /* Note: left: 50% doesn't transition in WebKit */
    left: 120px;
}

.switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 4px;
    width: 116px;
    height: 26px;
    /*    background: #505356;*/
    background: #0B7AD0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch.switch-yellow .switch-label {
    width: 120px;
}

.switch.switch-yellow .switch-label.switch-label-off {
    padding-left: 3px;
}

.box-switch {
    border-top: 1px solid #ccc;
    width: 240px;
    position: relative;
    margin-top: 30px;
}

.switch-second {
    margin: 8px auto 4px auto;
    background: #fff;
    box-shadow: none;
    height: 32px;
    width: 230px
}

.switch-second .switch-label {
    color: #505356;
    line-height: 29px;
    width: 114px;
}

.switch-second .switch-selection {
    background: #FFC67A;
    background: #707376;
    /*    background: #f0bd52;*/
    top: 3px;
    left: 12px;
    height: 24px;
    width: 90px;
}

.switch-second:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ccc;
    left: 60px;
    top: -39px;
}

.switch-second .switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 125px;
}


/*JRANGE - SLIDER */

.caja-buscador {

    margin-bottom: 50px;
    display: table;
    width: 100%;
}

.caja-buscador .bloque-sliders {
    display: table-cell;
    width: 60%;
    padding: 10px 60px;
}

.caja-buscador .bloque-encontrados {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    border-left: 1px solid #ededed;
}

.caja-buscador .bloque-encontrados .numero-fondos {
    font-weight: 600;
    font-size: 52px;
    color: #0B7AD0;
    text-align: center;
    display: block;
    margin-bottom: 22px;
}

.caja-buscador .bloque-encontrados span {
    text-align: center;
    display: block;
    font-weight: 600;

}

.caja-buscador .bloque-encontrados .numero-fondos + span {
    text-transform: uppercase;
    margin-bottom: 10px;

}

.caja-buscador .bloque-sliders .slider {

    margin-top: 10px;
    margin-left: 20px;
}

.caja-buscador .bloque-sliders .slider:last-child {
    margin-bottom: 40px;
    margin-top: 0;
}



.caja-buscador .bloque-sliders .slider:last-child .scale span:first-child ins {
    left: 22px;
    width: 48px;
}



.caja-buscador .bloque-sliders .slider:first-child .scale span {
    min-width: 12px;
}

.caja-buscador .bloque-sliders .slider label {
    margin-bottom: 14px;
    color: #0B7AD0 !important;
    font-size: 13px;
    font-weight: 500;
}

.caja-buscador .back-bar {
    height: 15px;
    background: #f3f3f3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.caja-buscador .back-bar .pointer {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    top: -9px;
}

.caja-buscador .slider-container .scale ins {
    color: #808386;
    font-size: 11px;
    top: 15px;
    text-align: center;
}

.caja-buscador .theme-blue .scale span {
    height: 8px;
    border-left: 1px solid #a0a3a6;
    min-width: 50px;
}

.caja-buscador .theme-blue .back-bar .pointer {
    background: #498DC0;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    border: 3px solid #fafafa;
    margin-left: -2px;
}

.caja-buscador .theme-blue .back-bar .selected-bar {
    border-radius: 2px;
    background-color: #a2c1d8;
    background-image: -moz-linear-gradient(top, #a2c1d8, #739bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a2c1d8), to(#739bb9));
    background-image: -webkit-linear-gradient(top, #a2c1d8, #739bb9);
    background-image: -o-linear-gradient(top, #a2c1d8, #739bb9);
    background-image: linear-gradient(to bottom, #a2c1d8, #739bb9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa2c1d8', endColorstr='#ff739bb9', GradientType=0);
}


@media screen and (min-width: 992px) and (max-width: 1199px) {

    .leyenda-iconos {
        margin-left: 12px;
    }

    .leyenda-iconos .txt-disabled {
        margin-right: 10px;
    }

    .leyenda-iconos .bloque-icon {
        margin-right: 10px;
    }

    .leyenda-escala + .pie-tabla {
        margin-left: 16px;
        width: 60%;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .leyenda-iconos .bloque-icon {
        margin-right: 15px;
    }

    .leyenda-escala + .pie-tabla {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {

    .leyenda-escala + .pie-tabla {
        width: 60%;
    }

    h1.grupo {
        border-bottom: 3px solid #606e7c;
        padding-bottom: 8px;
    }

    h1.grupo span {
        border-bottom: 0;
    }

    .botones-pagina {
        float: left;
        width: 100%;
        padding: 10px;
    }

    .botones-pagina a {
        float: left;
        display: inline-block;
        padding: 0;
    }

    .botones-pagina a + a {
        float: right;
    }

    .block-header + .visible-xs-block {
        margin-top: 40px;
    }

    .caja-buscador .back-bar .pointer {
        width: 28px;
        height: 28px;
        border-radius: 100%;
        top: -11px;
    }

    .switch {
        height: 32px;
        width: 180px;
        background: #ffffff;
    }

    .switch .switch-label {
        width: 90px;
    }

    .switch .switch-selection {
        width: 80px;
    }

    .switch .switch-input:checked + .switch-label-on ~ .switch-selection {
        left: 95px;
    }

    .box-switch {
        float: right;
        border-top: 0;
        width: auto;
        position: relative;
        top: -7px;
        margin-top: 0;
    }

    .contenedor-tablaMov {
        clear: both;
        padding-bottom: 16px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .contenedor-tablaMov .bloque-tablaMov {
        display: table;
        width: 100%;
        cursor: pointer;
        margin-bottom: 30px;
    }

    .contenedor-tablaMov .bloque-tablaMov.disabled {
        background-image: -webkit-repeating-linear-gradient(135deg, rgba(15, 40, 140, 0.1), rgba(15, 40, 140, .1) 1px, transparent 2px, transparent 2px, rgba(9, 16, 28, .1) 3px);
        background-image: -moz-repeating-linear-gradient(135deg, rgba(15, 40, 140, .1), rgba(15, 40, 140, .1) 1px, transparent 2px, transparent 2px, rgba(15, 40, 140, .1) 3px);
        background-image: -o-repeating-linear-gradient(135deg, rgba(15, 40, 140, .1), rgba(15, 40, 140, .1) 1px, transparent 2px, transparent 2px, rgba(15, 40, 140, .1) 3px);
        background-image: repeating-linear-gradient(135deg, rgba(15, 40, 140, .1), rgba(15, 40, 140, .1) 1px, transparent 2px, transparent 2px, rgba(15, 40, 140, .1) 3px);
        -webkit-background-size: 4px 4px;
        -moz-background-size: 4px 4px;
        background-size: 4px 4px;
    }

    .contenedor-tablaMov .bloque-tablaMov.disabled .datos-tablaMov a {
        color: #c2c5c7;
    }

    .contenedor-tablaMov .bloque-tablaMov.leyenda {
        background-color: #ededed;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    }

    .contenedor-tablaMov .bloque-tablaMov .riesgo-tablaMov {
        display: table-cell;
        width: 14px;
        vertical-align: middle;
        transition: .350s;
    }

    .contenedor-tablaMov .bloque-tablaMov .riesgo-tablaMov input[type="checkbox"] {

        display: none;
    }

    .contenedor-tablaMov.comparar-fondos .bloque-tablaMov .riesgo-tablaMov {
        width: 50px;
    }

    .contenedor-tablaMov.comparar-fondos .bloque-tablaMov .riesgo-tablaMov input[type="checkbox"] + label {
        position: relative;
        top: 2px;
        left: 8px;
        width: 30px;
        height: 30px;
        z-index: 0;
        border: 3px solid #bbbcbd;
        border-radius: 1px;
        transition: .2s;
        background-color: #fff;
    }

    .contenedor-tablaMov.comparar-fondos .bloque-tablaMov .riesgo-tablaMov input[type="checkbox"]:checked + label {
        background-color: transparent;
        top: 3px;
        left: 6px;
        width: 16px;
        height: 30px;
        border-top: 3px solid transparent;
        border-left: 3px solid transparent;
        border-right: 3px solid #bbbcbd;
        border-bottom: 3px solid #bbbcbd;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    .contenedor-tablaMov.comparar-fondos .bloque-tablaMov .datos-tablaMov .row .col-xs-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-tablaMov .bloque-tablaMov .riesgo-tablaMov .riesgo-1,
    .contenedor-tablaMov .bloque-tablaMov .riesgo-tablaMov .riesgo-2,
    .contenedor-tablaMov .bloque-tablaMov .riesgo-tablaMov .riesgo-3,
    .contenedor-tablaMov .bloque-tablaMov .riesgo-tablaMov .riesgo-4,
    .contenedor-tablaMov .bloque-tablaMov .riesgo-tablaMov .riesgo-5,
    .contenedor-tablaMov .bloque-tablaMov .riesgo-tablaMov .riesgo-6,
    .contenedor-tablaMov .bloque-tablaMov .riesgo-tablaMov .riesgo-7 {
        width: 3px;
        height: 40px;
        position: relative;
        left: 6px;
        top: 0;
    }

    .contenedor-tablaMov .bloque-tablaMov .datos-tablaMov {
        display: table-cell;
        padding: 0px 6px;
        position: relative;
    }

    .contenedor-tablaMov .bloque-tablaMov:not(.leyenda) .datos-tablaMov:before {
        content: url("../img/tabla-ver-mas-inverso.png");
        position: absolute;
        bottom: -4px;
        bottom: -21px;
        left: 50%;
        margin-left: -24px;
    }

    .contenedor-tablaMov .bloque-tablaMov:nth-child(2n+1):not(.leyenda) .datos-tablaMov:before {
        content: url("../img/tabla-ver-mas-impar-inverso.png");
        position: absolute;
        bottom: -4px;
        bottom: -21px;
        left: 50%;
        margin-left: -24px;
    }

    .contenedor-tablaMov .bloque-tablaMov.bloque-abierto .datos-tablaMov:before {
        content: url("../img/tabla-ver-menos-inverso.png");
        position: absolute;
        bottom: -4px;
        bottom: -21px;
        left: 50%;
        margin-left: -24px;
    }

    .contenedor-tablaMov .bloque-tablaMov .datos-tablaMov .row:first-child > div {
        padding-left: 5px;
    }

    .contenedor-tablaMov .bloque-tablaMov:nth-child(2n+1).bloque-abierto:not(.leyenda) .datos-tablaMov:before {
        content: url("../img/tabla-ver-menos-impar-inverso.png");
        position: absolute;
        bottom: -4px;
        bottom: -21px;
        left: 50%;
        margin-left: -24px;
    }

    .contenedor-tablaMov .bloque-tablaMov.fiGarantizados .datos-tablaMov:before {
        display: none;
    }


    .contenedor-tablaMov .bloque-tablaMov .datos-tablaMov .row {
        margin-top: 6px;
    }

    .contenedor-tablaMov .bloque-tablaMov:not(.leyenda) .datos-tablaMov .row {
        margin-top: 0px !important;
        border-bottom: 1px solid #dedede;
        padding: 8px 0px;
    }

    .contenedor-tablaMov .bloque-tablaMov .datos-tablaMov .row + .row {
        margin-top: 15px;
        margin-bottom: 6px;
    }

    .contenedor-tablaMov .bloque-tablaMov .datos-tablaMov .row span {
        color: #a0a3a6;
    }

    .contenedor-tablaMov .bloque-tablaMov.leyenda .datos-tablaMov .row span {
        color: #808386;
    }

    .contenedor-tablaMov .bloque-tablaMov:not(.leyenda) .datos-tablaMov .row .fila-dato {
        display: block;
        font-size: 13px;
        color: #707376;

    }

    .contenedor-tablaMov .bloque-tablaMov:not(.leyenda) .datos-tablaMov .row .col-xs-6:first-child .fila-dato {
        text-align: left;
        margin-left: -5px;
    }

    .contenedor-tablaMov .bloque-tablaMov.fiGarantizados .datos-tablaMov .row .col-xs-12 .fila-dato {
        text-align: left;
        margin-left: -5px;
    }

    .contenedor-tablaMov .bloque-tablaMov:not(.leyenda) .datos-tablaMov .row .col-xs-6:first-child .fila-dato .dato {
        min-width: 55px;
    }

    .contenedor-tablaMov .bloque-tablaMov:not(.leyenda) .datos-tablaMov .row .col-xs-6:last-child .fila-dato {
        text-align: right;
        margin-left: -5px;
    }

    .contenedor-tablaMov .bloque-tablaMov:not(.leyenda) .datos-tablaMov .row .col-xs-6:last-child .fila-dato .dato {
        min-width: 60px;
    }

    .contenedor-tablaMov .bloque-tablaMov:not(.leyenda) .datos-tablaMov .row:first-child span {
        font-size: 13px;
        color: #a0a3a6;
    }

    .contenedor-tablaMov .bloque-tablaMov .datos-tablaMov .row .fila-dato .dato {

        font-size: 13px !important;
        display: block;
        text-align: center;

    }

    .contenedor-tablaMov .bloque-tablaMov:not(.leyenda) .datos-tablaMov .row .fila-dato .valor {

        font-size: 15px;
        color: #333;
        display: block;
        text-align: center;
    }

    .contenedor-tablaMov .bloque-tablaMov .datos-tablaMov .row span small {
        display: block;
        font-size: 11px !important;
        margin-top: 5px;
        color: #505356;
    }

    .contenedor-tablaMov .bloque-tablaMov:not(.leyenda) .datos-tablaMov .row .fila-dato .valor .text-center {
        display: inline-block;
        text-align: left;
    }

    .contenedor-tablaMov .bloque-tablaMov:not(.leyenda) .datos-tablaMov .row .fila-dato .valor .text-center + small {
        display: none;
    }

    .contenedor-tablaMov .bloque-tablaMov:not(.leyenda) .datos-tablaMov .row:first-child div:first-child span {
        color: #333;
    }

    .contenedor-tablaMov .bloque-tablaMov .datos-tablaMov .row.datos-extra {
        padding-bottom: 10px;
        background: #f4f7fc;
    }

    .contenedor-tablaMov .bloque-tablaMov .datos-tablaMov .row.datos-extra dl {
        padding-top: 0px;
        margin-bottom: 0;
    }

    .contenedor-tablaMov .bloque-tablaMov .datos-tablaMov .row.datos-extra dl dt {
        display: inline-block;
        text-transform: capitalize;
        font-size: 13px;
    }

    .contenedor-tablaMov .bloque-tablaMov .datos-tablaMov .row.datos-extra dl dd {
        display: inline;
        color: #606366;
        text-transform: none;
        font-size: 13px;
    }

    .contenedor-tablaMov .bloque-tablaMov .datos-tablaMov .row.datos-extra dl dd span {
        color: #606366;
    }

    .contenedor-tablaMov .bloque-tablaMov .datos-tablaMov .row.datos-extra .text-center {
        display: inline-block;
        text-align: left;
    }

    .btn-flotante-comparar {
        position: fixed;
        bottom: 45px;
        left: 24px;
        padding-top: 15px;
        margin-bottom: 0;
        z-index: 998;
    }

    .btn-flotante-comparar .btn {
        display: inline-block;
        vertical-align: middle;
        width: 62px;
        height: 62px;
        position: relative;
        overflow: hidden;
        z-index: 1;
        border-radius: 50%;
        padding: 0;
        /*        background-color: #0B7AD0;*/
        background-color: #3b5f7b;
        color: #fff;
        line-height: 40px;
        text-transform: none;
        transition: .3s;
        cursor: pointer;

        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    }

    .btn-flotante-comparar .btn .glyphicon-ok {
        display: none;
    }

    .pulse {
        -webkit-animation: pulse 1.5s infinite;
        -moz-animation: pulse 1.5s infinite;
        -ms-animation: pulse 1.5s infinite;
        animation: pulse 1.5s infinite;
    }

    @-webkit-keyframes pulse {
        70% {
            box-shadow: 0 0 0 30px rgba(196, 43, 42, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(196, 43, 42, 0);
        }
    }

    @-moz-keyframes pulse {
        70% {
            box-shadow: 0 0 0 30px rgba(196, 43, 42, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(196, 43, 42, 0);
        }
    }

    @-ms-keyframes pulse {
        70% {
            box-shadow: 0 0 0 30px rgba(196, 43, 42, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(196, 43, 42, 0);
        }
    }

    @keyframes pulse {
        70% {
            box-shadow: 0 0 0 30px rgba(196, 43, 42, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(196, 43, 42, 0);
        }
    }

    .btn-flotante-comparar .btn .glyphicon {
        font-size: 20px;
        position: absolute;
        top: 7px;
        text-align: center;
        left: 18px;
    }

    .btn-flotante-comparar .btn .txt {
        font-size: 11px;
        margin-top: 16px;
        display: block;
    }

    .comparar-fondos + .btn-flotante-comparar .btn {
        background-color: #017bda;
        box-shadow: 0 2px 2px 0 rgba(0, 100, 175, 0.14), 0 1px 5px 0 rgba(0, 100, 175, 0.12), 0 3px 1px -2px rgba(0, 100, 175, 0.2);
    }

    .comparar-fondos + .btn-flotante-comparar .btn .glyphicon-stats {
        display: none;
    }

    .comparar-fondos + .btn-flotante-comparar .btn .glyphicon-ok {
        display: block;
    }


    /*    SLIDERS BUSCADOR*/

    .caja-buscador {
        padding: 8px 0;
        border: 0;
        margin-bottom: 50px;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .caja-buscador .bloque-sliders {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .caja-buscador .bloque-sliders .slider {
        margin-bottom: 55px;
        margin-top: 0;
        margin-left: 0;
        position: relative;
        left: 17px;
    }

    .caja-buscador .bloque-sliders .slider:first-child .scale span {
        min-width: 12px;
    }

    .caja-buscador .bloque-sliders .slider:first-child .scale span:last-child ins {
        left: -0px;
    }

    .caja-buscador .bloque-sliders .slider:last-child .scale span:last-child ins {
        left: -20px;
    }

    .caja-buscador .bloque-encontrados {
        display: block;
        width: 100%;
        margin-top: 50px;
    }

    .caja-buscador .bloque-encontrados .numero-fondos {
        display: inline-block;
        margin-bottom: 0;
        line-height: normal;
        padding: 10px;
    }

    .caja-buscador .bloque-encontrados span.txt-filtro-fondos {
        text-align: left;
        display: block;
        padding: 10px;

    }

    .caja-buscador .bloque-encontrados .numero-fondos + span {
        text-align: left;
        display: inline-block;
        margin-left: 0px;
    }

}


@media screen and (min-width: 992px) {

    table.familia.estandard tbody tr td:nth-child(1) {
        width: 250px;
    }

    table.familia.estandard tbody tr td:not(:first-child),
    table.familia.estandard tbody th:not(:first-child) {
        max-width: 250px;
    }

    table.familia.estandard thead tr + tr:not(:first-of-type) th {
        min-width: 90px;
    }
}

.btn .glyphicon + span {
    margin-left: 10px !important;
}


.boton_descargar,
.boton_icono {
    position: relative;
    background: transparent;
    border: 0;
    padding: 6px 10px 6px 8px;
    color: #0B7AD0 !important;
    font-size: 13px;
    font-weight: normal !important;
    transition: background-color 0.5s ease;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    margin-top: 12px;
    margin-left: 2px;
}

.boton_comparar {
    margin-top: 28px;
    margin-left: 2px;
    margin-bottom: 14px;
}

.boton_descargar:hover,
.boton_descargar:focus,
.boton_icono:hover,
.boton_icono:focus {
    background: #0B7AD0;
    text-decoration: none;
    color: #fff !important;
}

.boton_comparar {
    position: relative;
    z-index: 999;
}
