main{
    padding-top: 60px;
    padding-bottom: 90px;
}
.content-header h4{
    margin-bottom: 20px;
    color: #771732;
    font-size: 17px;
    font-family: 'Franklin Book';
}
.content-header h3{
    max-width: 440px;
    margin: 0 auto;
    color: #771732;
    font-family: 'Joane Stencil SemiBold';
    font-size: 35px;
}
.content-body{
    background: url(../img/watermark.jpg) no-repeat;
    background-position: center;
    padding-top: 60px;
	margin-bottom: 60px;
}
.content-body.without-watermark{
    background: none;
    padding-top: 60px;
}
.content-body .entrada{
    text-align: center;
    margin-bottom: 40px;
}
.content-body .entrada p{
    max-width: 300px;
    margin: 0 auto;
}
.content-body .entrada a{
    color: #00274A;
    font-family: 'EB Garamond Italic';
}
.fecha{
    font-family: 'EB Garamond Bold';
    font-size: 16px;
    margin-bottom: 0;
}
.evento{
    font-family: 'EB Garamond Regular';
    font-size: 18px;
}
.evento i{
    font-family: 'EB Garamond Italic';
}