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

ul {
    list-style: none;
}

section,
footer {
    max-width: 590px;
    margin: 10px auto;
}

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

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

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;
}


/*  ESTILOS DEFAULT - FIN PLANTILLA -  */

#contenedor {
    position: relative;
    overflow: auto;
}

#contenedor .items .item p,
#contenedor .items .item h2 {
    color: black;
}

#contenedor>.items {
    overflow: auto;
    height: 360px;
    position: relative;
}
/**/
#contenedor {
    overflow: auto;
}

#contenedor .items .item {
    position: absolute;
    top: 0;
    overflow: auto;
    height: auto;
}

#contenedor .items .item .full {
    width: 100%;
    display: block;
}

#contenedor .items .item .textos {
    /*background-color: rgba(0, 0, 0, 0.46);*/
    padding: 5px;
    /*position: absolute;*/
    left: 10px;
    bottom: 0;
    /*max-width: 580px;*/
    /*overflow: auto;*/
    height: auto;
}

/*#contenedor .items .item .textos .claros h2,
#contenedor .items .item .textos.claros p {
    color: white;
}*/

#contenedor .controls {
    position: absolute;
    width: 100%;
    top: 50%;
}

#contenedor .controls p {
    background-color: white;
    padding: 5px 7px;
    font-weight: 800;
}

#contenedor .controls li {
    transition: opacity ease 1s;
}

#contenedor .controls li.forward {
    float: right;
}

#contenedor .controls li.backward {
    float: left;
}

#contenedor .controls li:hover {
    opacity: 0.6;
    cursor: pointer;
}

#contenedor .tabs {
    text-align: center;
    margin: 5px;
}

#contenedor .tabs .area {
    text-align: left;
    min-height: 1px;
    max-width: 70px;
    background-color: #E4E4E4;
    padding: 1% 3%;
    display: inline-block;
    margin: 7px 0px 0px 0px;
    transition: all ease 1s;
}

#contenedor .tabs .area .info {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    font-weight: 400;
}

#contenedor .tabs .area:hover {
    opacity: 0.8;
    background-color: #B3C0CA;
    cursor: pointer;
}

#contenedor .tabs .current {
    background-color: #B3C0CA;
}


/*  MEDIA QUERY AJUSTES MOBILE  */

@media (max-width: 400px) {
    #contenedor .items {
        max-height: 330px;
    }
    #contenedor .items .item .textos {
        height: auto;
    }
}