/* Concurso de Palos - Familia Navarro */
/* Página creada en 2006, "actualizada" en 2015 */

body {
    font-family: "Times New Roman", Times, serif;
    background-color: #f5f0e8;
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
}

#pagina {
    max-width: 850px;
    margin: 0 auto;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    min-height: 100vh;
}

/* HEADER */
header {
    background: #4a3520;
    color: #f5e6c8;
    text-align: center;
    padding: 25px 15px;
    border-bottom: 4px solid #8b6914;
}

.logo-img {
    width: 90px;
    height: auto;
    margin-bottom: 10px;
}

header h1 {
    font-family: Georgia, serif;
    font-size: 32px;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.subtitulo {
    margin: 8px 0 0;
    font-size: 13px;
    color: #d4c4a0;
}

/* NAVEGACION */
#menu {
    background: #5c4a32;
    padding: 0;
    text-align: center;
    border-bottom: 2px solid #8b6914;
}

#menu a {
    display: inline-block;
    color: #f5e6c8;
    text-decoration: none;
    padding: 10px 18px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#menu a:hover {
    background: #7a5f3a;
}

#menu a.activo {
    background: #8b6914;
    font-weight: bold;
}

/* CONTENIDO */
main {
    padding: 25px 35px;
}

.seccion {
    display: none;
}

.seccion.activa {
    display: block;
}

h2 {
    font-family: Georgia, serif;
    color: #4a3520;
    font-size: 24px;
    border-bottom: 2px solid #8b6914;
    padding-bottom: 8px;
    margin-top: 0;
}

h3 {
    font-family: Georgia, serif;
    color: #5c4a32;
    font-size: 17px;
    margin-top: 20px;
}

p {
    margin: 10px 0;
}

a {
    color: #8b6914;
}

a:visited {
    color: #5c4a32;
}

.nota {
    background: #fff8e8;
    border: 1px dashed #8b6914;
    padding: 10px 15px;
    font-size: 13px;
    margin-top: 20px;
}

/* PRUEBAS */
.prueba {
    background: #faf7f0;
    border: 1px solid #e0d8c8;
    padding: 12px 18px;
    margin: 15px 0;
}

.prueba h3 {
    margin-top: 0;
    color: #4a3520;
}

/* TABLA PALMARES */
#tabla-palmares {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 14px;
}

#tabla-palmares th {
    background: #4a3520;
    color: #f5e6c8;
    padding: 8px 12px;
    text-align: left;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

#tabla-palmares td {
    padding: 8px 12px;
    border-bottom: 1px solid #e0d8c8;
}

#tabla-palmares tr:nth-child(even) {
    background: #faf7f0;
}

#tabla-palmares tr:hover {
    background: #f0e8d8;
}

.placeholder-foto {
    width: 50px;
    height: 50px;
    background: #e8e0d0;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* REGLAS */
ul {
    padding-left: 25px;
}

ul li {
    margin: 6px 0;
}

/* FOOTER */
footer {
    background: #4a3520;
    color: #d4c4a0;
    text-align: center;
    padding: 15px;
    font-size: 11px;
    border-top: 4px solid #8b6914;
}

footer p {
    margin: 3px 0;
}

.visitas {
    font-family: "Courier New", monospace;
    color: #8b6914;
    font-size: 12px;
    margin-top: 8px !important;
}


/* DOCUMENTO COMPLETO */
.documento-completo {
    background: #faf7f0;
    border: 1px solid #e0d8c8;
    padding: 20px 25px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
}

.documento-completo h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-top: 25px;
}

.documento-completo ol {
    padding-left: 25px;
}

.documento-completo ol li {
    margin: 4px 0;
}

.juramento {
    background: #fff8e8;
    border-left: 4px solid #8b6914;
    padding: 10px 15px;
    margin: 10px 0;
}

.lema {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    letter-spacing: 3px;
    color: #4a3520;
}
