/*  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 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/*  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,
article,
footer {
    max-width: 590px;
    margin: 10px auto;
}

h1 {
    color: #464646;
    margin: 11px 0;
}

h2 {
    font-size: 18px;
    color: #464646;
    margin: 11px 0;
}

h3 {
    font-size: 14px;
    color: #868686;
    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;
}

#mobile_view {
    display: none;
}


/*  ESTILOS DEFAULT - FIN PLANTILLA -  */


/*  ESTILOS CUSTOM */

#desktop_view,
#mobile_view {
    margin: 15px;
    0;
}

#desktop_view .wrapper {
    width: 590px;
    height: 690px;
    overflow: hidden;
}

.imageFull {
    width: 100%;
}

#mobile_view .wrapper {
    height: 400px;
    overflow: hidden;
}


/*  MEDIA QUERY AJUSTES MOBILE  */

@media (max-width: 400px) {
    #mobile_view {
        display: block;
    }
    #desktop_view {
        display: none;
    }
}

article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}

article table {
    margin: 0 auto;
    padding: 0;
    border: 0px;
    width: 100%;
    text-align: center;
}

article table tr.uno {
    height: 20px;
    background-color: #818181;
}

article table tr.uno td {
    width: 20%;
}

article table tr.uno {
    font-size: 12px;
    color: dimgrey;
    font-weight: 600;
    color: white;
}

article table tr.dos {
    height: 20px;
    /*vertical-align: text-top;*/
    background-color: #d0ff90;
}

article table tr.dos {
    font-size: 12px;
    color: black;
    font-weight: 200;
}



#wrapper {
    cursor: pointer;
    /*width: 100%;*/
    height: 64px;
    /*overflow: hidden;*/
    position: relative;
    /* margin-top: 20px;*/
    /*background-color: bisque;*/
}

#wrapper img {
    margin: 0 auto;
}

#hint {
    pointer-events: none;
}