/*  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 */
#titular{
    text-align: left;
    max-width: 590px;
    margin: 10px auto;
    position: relative;
    padding-top: 1px;
}
#titular .senefa{
    position: absolute;
    background-color: #dfdfdf;
    width: 155px;
    height: 10px;
    top: 0;
    left: 0;
}
#titular h1{
    margin: 11px 0;
    font-size: 24px;
    line-height: 25px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}
#titular p{
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    color: #6f6f6e;
    font-weight: 100;
    font-size: 14px;
}
footer{
    border-top: 1px solid #c4c4c4;
    padding-top: 4px;
}
footer p{
    color: #6d6d6d;
    font-size: 9px;
    font-weight: 600;
}
a, a:link, a:active, a:visited{text-decoration: none;}
#banner{
    text-align: left;
    padding: 15px 20px;
    color: white;
    background-color: rebeccapurple;
    transition: all ease 2s;
    cursor: pointer;
}
#banner:hover{color: black;background-color: dodgerblue;}
#obj360 .objData {
    max-width: 230px!important;
    border: 0;
}