Menú alternativo
Toggle preferences menu
Menú alternativo personal
No has accedido
Tu dirección IP será visible si haces alguna edición
Revisión del 09:46 24 ago 2026 de Aromeo (discusión | contribs.) (Página creada con «========================================== PLANTILLA ESBOZO — Cordobapedia ==========================================: .esbozo-box { margin: 1.5rem 0 2rem; overflow: hidden; background: #fbf8f2; border: 1px solid #d8d1c4; border-left: 4px solid #093E78; border-radius: 2px; color: #242424; font-family: inherit; font-size: 0.94rem; line-height: 1.5; box-shadow: 0 8px 24px rgba(9, 62, 120, 0.08); } .esbozo-box…»)
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)
/* ==========================================
   PLANTILLA ESBOZO — Cordobapedia
   ========================================== */

.esbozo-box {
    margin: 1.5rem 0 2rem;
    overflow: hidden;

    background: #fbf8f2;
    border: 1px solid #d8d1c4;
    border-left: 4px solid #093E78;
    border-radius: 2px;

    color: #242424;
    font-family: inherit;
    font-size: 0.94rem;
    line-height: 1.5;

    box-shadow: 0 8px 24px rgba(9, 62, 120, 0.08);
}

.esbozo-box__cabecera {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.95rem 1.2rem;
    background: #f2ede4;
    border-bottom: 1px solid #d8d1c4;
}

.esbozo-box__logo img {
    display: block;
    width: 64px;
    height: auto;
}

.esbozo-box__titulo {
    color: #093E78;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
}

.esbozo-box__subtitulo {
    margin-top: 0.25rem;
    color: #5a6b7d;
    font-size: 0.82rem;
    font-weight: 600;
}

.esbozo-box__cuerpo {
    padding: 0.95rem 1.2rem 1.1rem;
}

.esbozo-box__boton a,
.esbozo-box__boton a.external {
    display: inline-block;
    padding: 0.35rem 1.1rem;
    background: #093E78;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.esbozo-box__boton a:hover {
    background: #2C9ED8;
    color: #fff;
    text-decoration: none;
}

.esbozo-box__fuentes {
    margin-top: 0.9rem;
    background: #fff;
    border: 1px solid #e5dfd5;
    border-radius: 2px;
    padding: 0.8rem 1.1rem 0.9rem;
}

.esbozo-box__fuentes-titulo {
    margin-bottom: 0.5rem;
    color: #093E78;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 1px solid #e5dfd5;
    padding-bottom: 0.35rem;
}

.esbozo-box__fuentes ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0.8rem;
    border-left: 1px solid #cfd8e3;
}

.esbozo-box__fuentes li {
    margin: 0;
    padding: 0.3rem 0 0.3rem 0.65rem;
}

.esbozo-box__nota {
    color: #606870;
    font-size: 0.9em;
}

.esbozo-box a {
    color: #093E78;
}

.esbozo-box a:hover {
    color: #2C9ED8;
}

/* TABLETS Y MÓVILES */
@media screen and (max-width: 720px) {

    .esbozo-box__cabecera {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
    }

    .esbozo-box__titulo {
        font-size: 1.05rem;
    }
}