/*  FUENTES DISPONIBLES POR NACION.COM  */
@font-face {
    font-family: 'Open Sans';
    font-weight: 100;
    src: url(http://www.nacion.com/static/LNCNacionBeta/fonts/opensans/opensans_regular.woff);
}
@font-face {
    font-family: 'Open Sans';
    src: url(http://www.nacion.com/static/LNCNacionBeta/fonts/opensans/opensans_semibold.woff);    
    font-weight: 300;
}
@font-face {
    font-family: 'Open Sans';
    src: url(http://www.nacion.com/static/LNCNacionBeta/fonts/opensans/opensans_bold.woff);
    font-weight: 600;
}
@font-face {
    font-family: 'Open Sans';
    src: url(http://www.nacion.com/static/LNCNacionBeta/fonts/opensans/opensans_extrabold.woff);
    font-weight: 800;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Light.ttf);
    font-weight: 100;
}
/*  END FUENTES */

/*  ESTILOS DEFAULT - INICIO PLANTILLA -  */
*{
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
section, footer{
    max-width: 590px;
    margin: 10px auto;
    position: relative;
}
h1{
    color: #464646;
    margin: 11px 0;
}
p{
    color: #6f6f6e;
    font-weight: 100;
    font-size: 14px;
}
#titular{
    position: relative;
    padding-top: 1px;
}
#titular .senefa{
    position: absolute;
    background-color: #dfdfdf;
    width: 155px;
    height: 10px;
    top: 0;
    left: 0;
}
#titular h1{
    font-size: 24px;
    line-height: 25px;
}
h3{
    font-size: 18px;
    font-weight: 100;
    color: #464646;
    /*display: inline-block;*/
}
footer{
    border-top: 1px solid #c4c4c4;
    padding-top: 4px;
}
footer p{
    color: #6d6d6d;
    font-size: 9px;
    font-weight: 600;
}
/*  ESTILOS DEFAULT - FIN PLANTILLA -  */

/* custom dropdown */
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
button, select {
    text-transform: none;
    user-focus: none;
    user-select: none;
    outline:none;
}
select:focus, button:focus, button::-moz-focus-inner, select::-moz-focus-inner {outline:none;}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.form-control{
    width: 280px;
    height: 34px;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6F6F6E;
    background-color: #fff;
    background-image: url(../img/select.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 5px 0 8px 0;
}
ul{list-style: none;}

/* SIMBOLOGIA */
#controladores{
    margin: 10px 0;
}
#controladores .simbologia {
    max-width: 200px;
    float: left;
    margin-left: 5px;
}
#controladores .simbologia .symbol{
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
}
#controladores .simbologia p{
    display: inline-block;
    font-weight: 13px;
    color: black;
    font-weight: 100;
}

/* CHART AREA */
#wrapper{
    cursor: pointer;
    width: 100%;
    height: 488px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    /*background-color: bisque;*/
}
#hint{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
} 
#fixData{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

/* FICHAS */
#detail{
    background-color: #d5d5d5;
    position: absolute;
    text-align: center;
    padding: 20px;
    bottom: 0;
    width: 100%;
    height: 488px;
    display: none;
}
#close{transition: all ease 1s;display: block;margin: auto;}
#close:hover{cursor: pointer;opacity: 0.5;transform: scale(0.8);}
#detail .chart{
    height: 345px;
    width: 230px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
    margin-top: 50px;
}
#detail .wrapper{
    display: inline-block; 
    max-width: 200px;
    vertical-align: top;
    margin-top: 50px;
}
#detail .wrapper h1{
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 170px;
    margin: auto;
}
#detail .wrapper h2{
    font-weight: 100;
    font-size: 50px;
    color: #6F6F6E;
    margin-top: 23px;
}

#detail .chart.pln{background-image: url(../img/chart_pln.png);}
#detail .chart.pase{background-image: url(../img/chart_pase.png);}
#detail .chart.pac{background-image: url(../img/chart_pac.png);}
#detail .chart.papsj{background-image: url(../img/chart_papsj.png);}
#detail .chart.csxxi{background-image: url(../img/chart_csxxi.png);}
#detail .chart.fa{background-image: url(../img/chart_fa.png);}
#detail .chart.pal{background-image: url(../img/chart_pal.png?hast0);}
#detail .chart.ml{background-image: url(../img/chart_ml.png);}
#detail .chart.prc{background-image: url(../img/chart_prc.png);}
#detail .chart.prsc{background-image: url(../img/chart_prsc.png);}
#detail .chart.pye{background-image: url(../img/chart_pye.png);}
#detail .chart.pusc{background-image: url(../img/chart_pusc.png);}
#detail .chart.prn{background-image: url(../img/chart_prn.png);}
#detail .chart.pin{background-image: url(../img/chart_pin.png);}
#detail .chart.png{background-image: url(../img/chart_png.png);}
#detail .chart.pap{background-image: url(../img/chart_pap.png);}

#detail .chart.capb{background-image: url(../img/chart_capb.png);}
#detail .chart.cgmo{background-image: url(../img/chart_cgmo.png);}
#detail .chart.cst{background-image: url(../img/chart_cst.png);}
#detail .chart.cpaf{background-image: url(../img/chart_cpaf.png);}
#detail .chart.cbu{background-image: url(../img/chart_cbu.png);}
#detail .chart.cas{background-image: url(../img/chart_cas.png);}

#detail .chart.pc_adc{background-image: url(../img/chart_pc_adc.png);}
#detail .chart.pc_vp{background-image: url(../img/chart_pc_vp.png);}

#detail .chart.es_0-1{background-image: url(../img/chart_0-1.png);}
#detail .chart.es_0-2{background-image: url(../img/chart_0-2.png);}
#detail .chart.es_1-0{background-image: url(../img/chart_1-0.png);}
#detail .chart.es_2-0{background-image: url(../img/chart_2-0.png);}

#detail .chart.pc_apsj{background-image: url(../img/chart_pc_apsj.png);}
#detail .chart.pc_al{background-image: url(../img/chart_pc_al.png);}
#detail .chart.pc_ds{background-image: url(../img/chart_pc_ds.png);}
#detail .chart.pc_lr{background-image: url(../img/chart_pc_lr.png);}
#detail .chart.pc_lc{background-image: url(../img/chart_pc_lc.png);}
#detail .chart.pc_as{background-image: url(../img/chart_pc_as.png);}

#pto_nacional, #pto_provincial, #pto_coalicion, #pto_cantonal{display: none;}
/*  MEDIA QUERY AJUSTES MOBILE  */
@media (max-width: 400px) {
    
}