html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    color: #000;
    font-family: 'Alegreya', serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    height: 100%;
    display: table;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Alegreya', sans-serif;
}
h1, h2 {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

h3 {
    line-height: 1;
    margin-top: 10px;
    font-size: 17px;

}

a {
    color: #000;
    text-decoration: none !important;
}

h3 a {
    border-bottom: 3px solid #000;
}

p a {
    border-bottom: 2px solid #000;
}

b, strong {
    font-weight: 700;
}
@media all and (max-width: 800px) {
.half {
    text-align: center;
    width: 100%;
    border-right: 0;
    border-bottom: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
}
img {
    float: none !important;
    display: block;
    margin: 0 auto !important;
}
    body {
    text-align: center;
}
}
      
@media all and (min-width: 800px) {
  .half {
    width: 330px;
    padding: 20px;
    float: left;
    text-align: left;
    border-right: 2px dashed #fff;
}     
}
.main-content {
    margin: 0 auto;
    max-width: 800px;
    display: table;
    margin-top: 30px;    
    display: table-cell;
    vertical-align: middle;
    background-image: url(/bg.jpg);
    background-size: cover;
    text-align: center;

}
footer.main-footer {
    position: relative;
    bottom: 0;
}
hr {
    border-bottom: 2px dashed #000 !important;
    border: 0;
    width: 100%;
    margin: 20px 0;
    display: inline-block;
}
.cabecera {
    max-width: 800px;
    height: auto;
    display: inline-table;
    background-color: #fff;
    padding: 50px;
}
.fa {
    margin-right: 4px;
    color: #bbbbbb;
}

.footer {
    background-color: #fff;
    width: 100%;
    font-size: 10px;
    margin: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 5px;
}