/*  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;
}
ul{
    list-style: none;
    text-align: center;
}
a {
    display: block;
    max-width: 70px;
    margin: 10px auto 0 auto;
}

/*  ESTILOS DEFAULT - FIN PLANTILLA -  */

/*  ESTILOS CUSTOM */
#map-canvas {
    width: 100%;
    height: 320px;
}
#mapCNT{
    width: 100%;
    border: 0;
    height: 350px;
    overflow: hidden;
    scrolling: no;
    margin: 15px 0; 
}

#btns{
    margin-top: 20px;
}

#btns li{
    width: 180px;
    display: inline-block;
    margin: 2px; auto;
    padding: 2px;
    text-align: center;
    vertical-align: top;
    
}

#btns li h1{
    height: 30px;
    text-transform: uppercase;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #5ebc48;
    line-height: 30px;
    color: #6f6f6e;
    font-size: 12px;
    font-weight: 200;
    cursor: pointer;
    transition: all .2s ease;
}

#btns li h1.current{
    background-color: #5ebc48;
    color: white;
    border: 1px solid #5ebc48;
    font-weight: 200;
}

#btns li h1:hover{
	background-color: #7ac967;
    color: white;
}
#btns li p{
    font-size: 12px;
}

/*CANDIDATOS*/

#candidatos{
    margin-top: 20px;
}

#candidatos li{
    width: 135px;
    display: inline-block;
    margin: 2px; auto;
    padding: 2px;
    text-align: left;
    vertical-align: top;
}

#candidatos img{
    width: 100%;
}

#candidatos li h1{
    text-align: center;
    border-bottom: 1px solid #5ebc48;
    margin: auto;
    padding: 5px;
    color: #6f6f6e;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
#candidatos li p.display{
    display: block;
    -webkit-animation: mymove 1s; /* Safari 4.0 - 8.0 */
    animation: mymove 1s;
}
#candidatos li p.nodisplay{
    display: none;
}
#candidatos li p{
    font-size: 12px;
    margin-top: 10px;
}
@-webkit-keyframes mymove {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes mymove {
    from {opacity: 0;}
    to {opacity: 1;}
}


/*PREGUNTAS*/


/*  MEDIA QUERY AJUSTES MOBILE  */
@media (max-width: 400px) {
    
}