/*  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;
}
/*  END FUENTES */

/*  ESTILOS DEFAULT - INICIO PLANTILLA -  */
*{
    text-rendering: optimizeLegibility;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
section, footer{
    max-width: 590px;
    margin: 10px auto;
}
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;
}
footer{
    border-top: 1px solid #c4c4c4;
    padding-top: 4px;
}
footer p{
    color: #6d6d6d;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
}
ul{list-style: none;}
/*  ESTILOS DEFAULT - FIN PLANTILLA -  */

/*  BEFORE / AFTER */
.ba-slider {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}
.ba-slider img {
    width: 100%;
    display: block
}
.ba-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    background-color: #f0f0f0;
}
.ba-slider .handle {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
    background: rgba(0, 0, 0, .5);
    cursor: ew-resize
}
.ba-slider .handle:after {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    content: '\21d4';
    color: #464646;
    font-weight: 200;
    font-size: 22px;
    text-align: center;
    line-height: 37px;
    background: #464646;
    border: 1px solid #6d6d6d;
    border-radius: 50%;
    transition: all .3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3), inset 0 2px 0 rgba(255, 255, 255, .5), inset 0 60px 50px -30px #dfdfdf;
}
.ba-slider .handle.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 200;
    color: #1e6474;
}

/*   CONTROLS  */
#controls{
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    width: 100%; 
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#controls h2{
    text-transform: uppercase;
    font-weight: 100;
    color: #c4c4c4;
    font-size: 15px;
    margin-top: 10px;
}
#controls li{
    display: inline-block;
    width: 18%;
    padding: 15px;
    height: 90px;
    background-color: #FFF;
    vertical-align: top;
    cursor: pointer;
    transition: all ease 1s;
}
#controls li:hover{
    background-color: #dfdfdf;
}
#controls li .square{
    width: 85%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 630%;
    background-color: #dfdfdf;
    border: 6px solid #dfdfdf;
    background-blend-mode: darken;
    mix-blend-mode: darken;
    opacity: 0.4;
    cursor: pointer;
}
#controls li.current p{color: black; font-weight: 800;}
#controls li.current .square{opacity: 1;}
#controls li .square.pac{background-image: url(../svg/PAC2016.svg);}
#controls li .square.fa{background-image: url(../svg/FA2016.svg);}
#controls li .square.ml{background-image: url(../svg/ML2010.svg);}
#controls li .square.pusc{background-image: url(../svg/PUSC2016.svg);}
/*  MEDIA QUERY AJUSTES MOBILE  */
@media (max-width: 400px) {
   
}