/************ 
// GENERAL
//-------------------------------
************/
body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #600;
    font-size: 1em;
    line-height: 1.5em;
    background: url('images/fondo_nuevo.jpg') center center fixed;
}

h1 {
    font-size: 2.3em;
    line-height: 1.3em;
    margin: 15px 0;
    text-align: center;
    font-weight: 300;
}

img {
    max-width: 100%;
    height: auto;
}
/************ 
// GENERAL
//-------------------------------
************/
body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 1em;
    line-height: 1.5em;
    background: url('images/fondo_nuevo.jpg') center center fixed;
}

h1 {
    font-size: 2.3em;
    line-height: 1.3em;
    margin: 15px 0;
    text-align: center;
    font-weight: 300;
}

img {
    max-width: 100%;
    height: auto;
}

/************ 
//-------------------------------
// CABECERA
//-------------------------------
************/
#main-header {
    background: #3e9099;
    color: white;
    height: 80px;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 1000;
    border: 1px solid #778899;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main-header a {
    color: white;
}

#logo-header {
    padding: 15px;
    text-decoration: none;
}

#logo-header .site-name {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
    font-weight: bold;
}

#logo-header .site-desc {
    display: block;
    font-weight: bold;
    font-size: 1em;
    color: #999;
}

nav {
    z-index: 2;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

nav ul li {
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: white;
}

/************ 
//------------------------------
// CONTENIDO
//------------------------------
************/
#main-content {
    background: white;
    width: 90%;
    max-width: 800px;
    margin: 120px auto 20px; /* Se agrega un margen superior para dejar espacio para el nav */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

/************
//-----------------------------
// PIE PÁGINA
//-----------------------------
************/
#main-footer {
    background: #3e9099;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
    font-weight: bold;
    border: 1px solid #778899;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#main-footer p {
    margin: 0;
}
