@charset "UTF-8";

body{
    margin: 0;
    padding: 0;
    max-width: 663px;
}
h1{
    font-family: 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: #6D6E70;
    text-transform: uppercase;
    margin: 0 12px;
    font-weight: 100;
}
p {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #B4B4B4;
    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;
}
#fuente{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d8d8d8;
    margin-top: 5px;
}
#complementos{
    width: 100%;
    margin: 10px 0;
}
#complementos .infos p{
    font-size: 12px;
    margin: 10px 5px;
}
.infos{
    display: inline-block;
    width: 320px;
    margin: 0 auto;
}
h3{
    font-size: 17px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin: 5px;
}
h4{
    font-size: 10px;
    color: #B4B4B4;
    margin: 10px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin: 5px;
}