html, body {
    height: 100%;
}
body {
    margin-top: 0;
}
section hr {
    width: 100px;
    border-color: #2c3156;
    margin-left: auto;
    margin-right: auto;
}
#inicio {
    background-image: url('../../images/inicio/fondo.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
#inicio .display-tablecell {
    padding-top: 200px;
}
#inicio h1 {
    padding: 40px 0;
    letter-spacing: 2px;
}
#empresa,
#prensa {
    padding: 80px 0;
}
#empresa-cont2 {
    display: none;
}
#prensa {
    background-color: #2c3156;
    color: white;
}
#prensa hr {
    border-color: white;
}
#cifras {
    padding: 80px 0;
    background-image: url('../../images/inicio/fondo-cifras.jpg');
    background-size: cover;
    background-position: center top;
}
#cifras h2 {
    margin-bottom: 0;
}
#servicios {
    padding: 80px 0;
}
#certificados {
    padding: 80px 0;
    background-image: url('../../images/inicio/fondo-certificaciones.jpg');
    background-size: cover;
    background-position: center top;
}
#certificados hr {
    border-color: white;
}
#obras {
    padding: 80px 0;
}
#obras img {
    margin: 0 auto;
}
#obras a .absolute {
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#obras a:hover .absolute {
    display: block;
}
#obras a .absolute .display-table {
    background-color: rgba(44,49,86,0.5);
}
#actualidad #actualidad-top {
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
}
#actualidad #actualidad-top hr {
    border-color: white;
}
#actualidad #actualidad-middle hr {
    width: 100%;
    border-color: #1a171c;
}