body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    max-width: 880px;
}
h1 {
    font-size: 36px;
    color: #000;
    margin: 0  0 0 12px;
    line-height: 29px;
    font-weight: 900;
}
h2 {
    font-size: 14px;
    color: #6C8192;
    text-transform: uppercase;
    margin: 0 0 8px 12px;
    font-weight: 100;
}
p {
    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;
}
#cierre {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d8d8d8;
    margin-top: 5px;
}
#cierre p {
    text-transform: uppercase;
    font-size: 10px;
    margin: 2px;
    color: #383838;
}
#cierre p span {
    color: #818181;
}
#pesoinfoMonitor {
    position: relative;
}
#pesoinfoMovil {
    width: 100%;
    display: none;
}
#credito {
    float: left;
}
#fuente {
    float: right;
}
#simbologia {
    bottom: 0;
}
#simbologia-m {
    position: fixed;
    top: 340px;
    bottom: 0;
}
.ficha {
    width: 98%;
    height: auto;
    margin: 10px;
    padding: 15px 0px 40px 0;
    overflow: hidden;
    border-bottom: 1px solid #c6c6c6;
}
.foto {
    float: left;
    display: inline;
    width: 30%;
    height: 300px;
    min-width: 150px;
    text-align: center;
}
.foto img {
    max-height: 100%;
    padding: 0.2rem;
    max-width: 180px;
    margin: 0 auto;
}
.causa,
.causa_b,
.causa_c {
    padding-top: 30px;
    float: right;
    display: inline;
    width: 70%;
}
.causa p,
.causa_b p,
.causa_c p {
    font-size: 15px;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-right: 10px;
}
.causa span,
.causa_b span,
.causa_c span {
    color: #6c6c6c;
    font-size: 15px;
    line-height: 12px;
    font-weight: 400;
}
ul {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    text-align: center;
}
#controladores {
    width: 100%;
    text-align: center;
}
#controladores ul.botones li {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-color: #c6c6c6;
    border-radius: 16px;
}
#controladores ul.botones li.current {
    background-color: #6f6f6f;
}
#titulomenu {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #E87878;
}
.candidatos {
    text-align: center;
    font-weight: 100;
    color: #000;
    padding: 0;
    height: 210px;
    overflow: hidden;
}
.candidatos * {
    box-sizing: border-box;
    transition: all 0.35s ease;
}
.candidatos li {
    display: inline-block;
    list-style: outside none none;
    margin: 0.5rem 1rem;
    overflow: hidden;
    width: 13%;
    padding: 4px;
    box-sizing: content-box;
}
.candidatos li.current {
    border: #c6c6c6 solid 1px;
    border-radius: 40px 0px 0px 0px;
    background-color: rgba(199, 199, 199, 0.1);
}
.candidatos li img {
    max-width: 130px;
    text-align: center;
}
.candidatos a {
    padding: 0.3em 0;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
}
.candidatos a:before,
.candidatos a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.candidatos a:before {
    bottom: 100%;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
}
.candidatos a:after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    <!--content: attr(data-hover);
    --> color: white;
    white-space: nowrap;
}
.candidatos li:hover a,
.candidatos .current a {
    <!--transform: translateY(100%);
    --> border-bottom: 5px solid #ADADAD;
}
.boton1,
.boton2,
.boton3 {
    position: absolute;
    border: 1px solid #b7b7b7;
    top: 5px;
    margin: 50px 30px;
    padding: 3px 10px;
    border-radius: 25px;
}
.boton1:hover,
.boton2:hover,
.boton3:hover {
    background-color: #E87878;
    cursor: pointer;
}
.boton1 {right: 100px;}
.boton2 {right: 65px;}
.boton3 {right: 30px;}
#control {
    position: absolute;
    bottom: 170px;
    width: 100%;
}
#control .control {
    position: absolute;
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.png);
    background-color: transparent;
    transition: all ease 1s;
    border-radius: 18px;
}
#control .control.fw {right: 10px;}
#control .control.rw {
    left: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
#control .control:hover {
    background-color: #d8d8d8;
    cursor: pointer;
}
.authors {
    text-align: center;
    color: #7a8699;
    display: block;
    font-size: 1.6em;
    font-weight: 300;
    margin-top: 80px;
    font-size: 300;
}
.clear {
    height: 10px;
    position: relative;
    display: inline-block;
}
@media screen and (max-width: 720px) {
    .causa p {
        font-size: 12px;
    }
    .causa span {
        font-size: 12px;
    }
    .candidatos{height: 160px}
    .candidatos li {width: 13%;}
    h1 {
        font-size: 26px;
    }
}
@media screen and (max-width: 570px) {
    #pesoinfoMonitor {
        display: none;
    }
    #pesoinfoMovil {
        display: inline;
    }
}