/*  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;}
#contenedor .items .item p, #contenedor .items .item h2{color: black;}
#contenedor .items{
    overflow: hidden;
    height: 490px;
}
#contenedor .items .item{
    position: relative;
}
#contenedor .items .item .full{
        width: 100%;
}
#contenedor .items .item:after{
    position: absolute;
    bottom: -30px;
    z-index: 1;
    left: 0;
    content: url('');
    width: 100%;
    height: 25%;
    
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 50%, rgba(0,0,0,1) 51%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0.98)), color-stop(51%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 50%, rgba(0,0,0,1) 51%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 50%, rgba(0,0,0,1) 51%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 50%, rgba(0,0,0,1) 51%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 50%, rgba(0,0,0,1) 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    
}
#contenedor .items .item .textos{
    position: absolute;
    z-index: 3;
    left: 5%;
    bottom: 0%;
    width: 90%;
}
#contenedor .items .item p{color: #b9b9b9;}
#contenedor .items .item p b{color: #e3e3e3;font-weight: 600;}
#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;
    margin-right: 5%;
    background-image: url('../img/arrow.png');
    width: 38px;height: 58px;
    background-position: center;
    background-repeat: no-repeat;
}
#contenedor .controls li.backward{
    float: left;
    margin-left: 5%;
    background-image: url('../img/arrow.png');
    width: 38px;height: 58px;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(-1);
    -moz-transform: scale(-1);
    -webkit-transform: scale(-1);
}
#contenedor .controls li:hover{
    opacity: 0.6;
    cursor: pointer;
}
#contenedor .tabs{text-align: center; margin: 5px;}
#contenedor .tabs li.current {
    background-color: #c43500;
}
#contenedor .tabs li {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: rgba(70, 70, 70, 0.64);
    display: inline-block;
    margin: 0 5px;
}
/*  MEDIA QUERY AJUSTES MOBILE  */
@media (max-width: 400px) {
    #contenedor .items{max-height:290px;}
}