html, body{
background: none;
background-image: none;
width: 100%;
height: 100%;
color: #FFF;
}
.cuerpo, #pjax{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.laminagrp{
display: flex;
justify-content: center;
}

.info{
max-width: 270px;
margin-left: 15px;
padding-top: 20%;
}

.lamina{
max-width: 670px;
}
.tomo{
font-size: 12px;
}
.titulo{
font-size: 17px;
font-weight: bold;
}
.lugar, .fecha{
color: #C54832;
font-size: 14px;
}
.flecha{
display: flex;
align-items: center;
}
.leftarr{
margin-right: 10px;
}
.rightarr{
margin-left: 10px;
}