body{
    margin: 0;
}
h1{
    font-family: Arial, sans-serif;
    font-size: 36px;
    color: #000;
    margin: 0 12px;
    line-height: 29px;
    font-weight: 900;
}
h2{
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #6C8192;
    text-transform: uppercase;
    margin: 0 0 8px 12px;
    font-weight: 100;
}
p {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #5f5f5f;
    margin: 10px;
    font-weight: 100;
}
#titulares{
    width: 100%;
    margin: 0;
    padding: 21px 0 19px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d8d8d8;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d8d8d8;
    position: relative;
}
.senefa{
    width: 200px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}
#bajada{
    width: 100%;
    margin: 10px 0 0 0;
}
#fuente{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d8d8d8;
    margin-top: 5px;
}
#fuente p{
    text-transform: uppercase;
    font-size: 10px;
    margin: 2px;
    color: #383838;
}
#fuente p span{
    color: #818181;
}