/*main content*/

h1.h1-fondos {
    font-size: 45px;
    margin: 0px 0px 30px;
}

dt {
    font-weight: normal;
}


#wrapper .disabled {
    color: #a0a3a6 !important;
    background: url(../img/disabled.png);
}

.avisoEntidadGestora {
    clear: both;
    display: block;
    font-size: 12px;
    color: #777;
    margin: 10px auto;
    text-align: center;
    border: none !important;
}


/*BOTONES*/


. .glyphicon-triangle-left,
.glyphicon-home,
.btn-xs .glyphicon-file {
    left: -4px;
}

#linkFichaMensual {
    margin-bottom: 20px;
}

.well h3 {
    margin-top: 0px;
}

.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: 12px;
    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;
}


.btn.btn-primary .glyphicon-triangle-left,
.btn.btn-primary .glyphicon-home {
    left: -4px;
}


/*SELECTOR TABLAS*/

.selector-tablas {
    position: relative;
    top: 30px;
    left: 2px;
}

.selector-tablas .btn,
.selector-evolucion .btn {
    text-transform: none;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid transparent;

}


.selector-tablas .selector-nombre,
.selector-evolucion .selector-nombre {
    display: inline-block;
    font-size: 12px;
    color: #808386;
    position: relative;
    top: 2px;
    left: 7px;
}



#contenido ul.square {}

#contenido ul.square li {
    margin-left: 30px;
    list-style-type: square;
    margin-bottom: 10px;
}

.caja_azul {
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 15px 2%;
    width: 98%;
    background-color: #f7fbff;
}

.naranja {
    color: #df7f1f !important;
}


/*anuncios legales*/

.fuera_comercializacion {

    color: #666;
    font-size: 11px;
}

#anuncios_legales time {

    font-weight: 500;
    color: #666;
}



.float-right {
    float: right;
}

a.descarga_pdf {
    margin-left: 10px;
    padding-left: 25px;
    text-decoration: none;
    color: #666;

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

    #wrapper #contenido.container {
        width: auto !important;
    }

    #wrapper #contenido.container > .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #wrapper #contenido.container > .row > div:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    #wrapper #contenido.container > .row > div:last-child {
        padding-right: 0;
    }

    #col_izq {
        /*        margin: 25px 10px 15px 0;*/
    }

    #col_izq .menu a {
        padding: 5px 5px 5px 12px !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #wrapper #contenido.container {
        width: auto;
    }

    #col_izq {
        border-top: 1px dashed #ccc;
        padding-top: 20px;
    }

    #col_izq .banner-side {
        margin: 20px 15px 20px 0;
        display: inline-block;
        width: 25%;
    }

    #col_izq .menu {
        width: 50%;
        float: left;
        margin-right: 10%;
    }

    #col_izq .mi_fondo {
        margin: 60px 0px 15px 0px;
        width: 40%;
        float: left;
    }

    #col_izq .mi_fondo select {
        max-width: 200px;
    }


}


@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 30%;
        padding-top: 10px;
        white-space: normal;
        text-align: left;
        width: auto;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 25%;
        padding-right: 10px;
        padding-bottom: 10px;
        /*white-space: nowrap;*/
        text-align: left;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }

    #no-more-tables td:empty {
        /*background:red;*/
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .caja_azul {
        margin: 0 0 2%;
        padding-left: 2%;
        width: 95.5%;
    }
}


/**Botonera*/
#contenido #botonera {
    float: right;
    margin-top: 0;
    margin-bottom: 20px;
    background: #f6f6f6;
    font-weight: 500;
    font-size: 10px;
    border-radius: 4px;
    color: #666;
    text-transform: uppercase;
    padding: 4px 0px 2px 10px;
}

#contenido #botonera a {
    padding: 6px 20px;
    display: block;
    float: right;
    color: #666;
    text-decoration: none;
    line-height: 20px;
}

#contenido #botonera a .glyphicon {
    font-size: 15px;
    top: 3px
}

#contenido #botonera a:hover {
    color: #0B7AD0 !important;
    text-decoration: none;
}

#contenido #botonera svg path {
    fill: #666;
}

#contenido #botonera a:hover svg path {
    fill: #0B7AD0
}

#contenido #botonera img {
    width: 20px;
    height: 16px;
}

#contenido #botonera svg {
    width: 20px;
    height: 16px;
}

#contenido #botonera a span {
    margin-left: 8px;
    vertical-align: super
}

#contenido #botonera + h1 {
    clear: both;
}




@media only screen and (max-width: 767px) {

    #linkFichaMensual {
        margin-bottom: 0;
    }


    #contenido #botonera {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        padding: 4px 0px 2px 0px;
        border-radius: 0px;
    }

    #contenido #botonera a {
        width: 50%;
        display: block;
        text-align: center;
        padding: 0px;
        line-height: 10px;
        margin-right: 0;
    }

    #contenido #botonera a .glyphicon {
        top: 0;
        display: block;
        text-align: center;
        margin: 5px auto;
    }

    #contenido #botonera svg {
        display: block;
        text-align: center;
        margin: 5px auto
    }

    #contenido #botonera a span {
        font-size: 9px;
        text-align: center;
        clear: both;
        margin-left: 0px;
    }
}

/*destacado*/

.destacado_promo,
#contenido .destacado {
    display: inline-block;
    position: relative;
    background-color: #f4f7fc;
    padding: 10px 20px 10px 30px;
}

.destacado_promo.inverso,
.inverso,
#contenido .destacado.inverso {
    color: #f4f7fc !important;
    background-color: #6c8ca5;
}

.destacado_promo:after,
#contenido .destacado:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px #404346;
    border-left: 10px solid #404346;
    border-bottom: 10px solid transparent;
}

.destacado_promo.inverso:after,
#contenido .destacado.inverso:after {
    border-top: 10px #f4f7fc;
    border-left: 10px solid #f4f7fc;
}

.well {
    background-color: #F4F8FA;
    border-color: #f4f7fd;
}

.cd-horizontal-timeline .events-content li {
    list-style: none;
}

/*Leyenda Riesgos*/

.nivel-riesgo {
    background: #fff;
    padding: 5px;
}

.nivel-riesgo .tabla-escala tr.leyenda-numeros.riesgo1 td:nth-child(1),
.nivel-riesgo .tabla-escala tr.leyenda-numeros.riesgo2 td:nth-child(2),
.nivel-riesgo .tabla-escala tr.leyenda-numeros.riesgo3 td:nth-child(3),
.nivel-riesgo .tabla-escala tr.leyenda-numeros.riesgo4 td:nth-child(4),
.nivel-riesgo .tabla-escala tr.leyenda-numeros.riesgo5 td:nth-child(5),
.nivel-riesgo .tabla-escala tr.leyenda-numeros.riesgo6 td:nth-child(6),
.nivel-riesgo .tabla-escala tr.leyenda-numeros.riesgo7 td:nth-child(7) {
    background-color: #545454;
    color: #fff;
}

.container-fluid {
    position: relative;
}
