
a.dotted_link {
    text-decoration: none;
    border-bottom: 1px dotted #fff;
    color: #fff;
}

.ad_infographics {
    margin-bottom: 50px !important;
}

header img {
    margin: 20px 0;
}
    .mapa {
        width:100%;
        max-width: 1200px;
        height: auto;
        margin: 0 auto;
    }
    .whitespace {
        height: 30px;
    }

    #fips_11001 {
        fill: transparent !important;
    }

    .medium {
        font-weight: 600;
    }

.destacados {
    padding: 1px 6px;
    background-color: #000;
    color: #fff;
}
    .bolitas {
        text-align:center;
        width: 100%;
        max-width: 400px;
        font-size: 15px;
        font-family: Roboto, sans-serif;
        font-weight: 300;
        margin: 0 auto;
    }

    .bolita_texto {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        text-align: right;
        font-size: 15px;
        line-height: 22px;
        margin-top: -10px;
        margin-right: 20px;
        max-width:555px;
    }
    .slide_graph1 {
        position:absolute;
        top:0;
        left:0;
        opacity: 1;
    }

    .slide_graph2 {
        position:absolute;
        top: 0;
        left:0;
        opacity:0;
    }

    .slide_graph3 {
        position:absolute;
        top: 0;
        left:0;
        opacity:0;
    }



/* DROP DOWN MENU */

.selector {
    margin: 20px auto 50px;
    max-width: 455px;
    padding: 0 0 0 0px;
}

.selector_texto {
    max-width: 455px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: -15px;
    font-family: Roboto, sans-serif;
    color: #85858A;
    font-size: 12px;
    text-transform: uppercase;
}
.selector_text {
    display: inline-block;
    font-weight: 300;
    max-width: 240px;
    font-size: 18px;
    line-height: 23px;
}

.selector_selector {
    display: inline-block;
}

div.drops span {
    vertical-align: top;
    padding-right: 5px;
}

.estado {
    cursor: pointer;
}

.estado text {
    pointer-events: none;
}

span.comp_nom {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comp_nom {
    pointer-events: none;
    color: #000;
    font-weight:500;
}

.drop_down {

    height: 30px;
    overflow: hidden;
    overflow-x: hidden !important;
    position: relative;
}

.options {
    position: absolute;
    top: 0;
    left: 0;
}

.drops {
    height: 40px;
}

/* DROP DOWN */

.drop_down,
.fec_drop_down {
    position: absolute;
    max-width: 800px;
    margin: 0 auto;
    height: 40px;
    background: #fff;
    overflow: hidden;
}

.drop_down.active {
    box-shadow: 0px 25px 30px -10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.options,
.fec_options {
    position: absolute;
    top: 40px;
}

.drops,
.boton,
.fec_drops,
.fec_boton {
    height: 40px;
    cursor: pointer;
    text-align: left;
    padding-top: 7px;
    padding-left: 8px;
    min-width: 238px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
}

.boton {
    padding-left: 5px;
}

.fec_drops span {
    text-transform: capitalize;
}

.arrow,
.fec_arrow {
    content: '';
    position: absolute;
    right: 12px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: transform .3s;
    border-top: 10px solid #000;
}

.dd,
.fec_dd {
    position: relative;
    width: 240px;
    margin-left: 0px;
    margin-bottom: -13px;
    border: 1px solid #d6d6d7;
    border-radius: 4px;
    padding-bottom: 41px;
    padding-top:1px;
}

/* FIN DE DROP DOWN MENU */

/*LEGEND*/
.infografia-container h3 {
    font-size: 19px;
    font-family: Roboto,sans-serif;
    line-height: 24px;
    font-weight: 600;
    margin: 0 auto;
}
.bolita_legend {
    max-width:550px;
    margin: 7px auto 0;
}

.paleta_bottext {
    font-weight: 700;
}
.bolita_legend img {
    max-width: 280px;
}

.hist_info {
    fill: #6D737B;
    font-weight: 300;
    font-size: 15px;
}

.parrafo {
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    padding-top: 20px;
    font-weight: 300;
    position: relative;
    z-index: 3;
}

.container_metodologia {
    padding: 6px 0px 6px 0px;
    font: normal 14px/1.4 'Roboto', sans-serif;
    color: #85858A;
    position: relative;
    max-width: 833px;
    margin: 10px auto 20px auto;

}

.container_metodologia:after {
    content: '';
    width: 200px;
    position: absolute;
    top: -14px;
    left: 0;
    border-top: 1px solid #85858A;
}

@media screen and (min-width: 780px) {

.ad_infographics {
    margin-bottom: 30px !important;
}

    .bolita_legend {
        margin: 15px auto 0;
    }
    .container_metodologia {
        padding: 0 !important;
    }
}