@charset "utf-8";

.contenedor-600 {
  background-color:#333333 !important;
}

.hipotesis-lectura {
  margin-left: 5px;
  text-align: justify;
}

#hp {
  text-align: center;
}

.celula {
  text-align: center;
}

.celula img {
  max-width: 100%;
  height: auto;
}

.volver {
  text-align: right;
  margin-top: 5px;
}


.cita-lateral {
    width: 150px;
    margin: 0 auto 15px auto;
    padding: 6px;

    background: #111;
    border: 1px solid #5b5b5b;

    color: #d9d9d9;

    font-family: Georgia, "Times New Roman", serif;
      font-size: 11px;
    line-height: 1.3;

    text-align: left;

    box-sizing: border-box;

    box-shadow:
        inset 0 0 10px rgba(255,255,255,0.04),
        0 0 8px rgba(214,184,92,0.15);
}

.cita-lateral-img {
    display: block;
    width: 136px;
    height: auto;

    margin: 0 auto 8px auto;

    border: 1px solid #666;

    box-shadow:
        0 0 4px rgba(0,0,0,0.8),
        0 0 6px rgba(214,184,92,0.25);
}

.cita-lateral h3 {
    margin: 0 0 8px 0;
    padding-bottom: 4px;

    text-align: center;

    color: #d6b85c;

       font-size: 14px;
    font-weight: bold;

    border-bottom: 1px solid #555;

    text-shadow:
        0 0 2px rgba(214,184,92,0.5);
}

.cita-lateral p {
    margin: 0 0 8px 0;
    font-size: 11px;
    line-height: 1.3;
}

.cita-lateral p:last-child {
    margin-bottom: 0;
}

.cita-lateral strong,
.cita-lateral em {
    font-size: inherit;
}

.epigrafe-lateral{
    margin-top:6px;
    margin-bottom:8px;

    color:#b9b9b9;

    font-family:Georgia,"Times New Roman",serif;
    font-size: 9px;
    line-height: 1.15;

    text-align:center;
    font-style:italic;
}