body {
    background: #f8f8f8;
    color: #222;
    font-family: 'Georgia', serif;
    margin: 0;
    padding: 0;
}
header {
    background: #900;
    color: #fff;
    padding: 1em 0;
    text-align: center;
}
h2 {
    padding-left: 5em;
}
nav {
    background: #eee;
    padding: 0.5em 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
nav a {
    color: #900;
    text-decoration: none;
    margin: 0 1em;
    font-weight: bold;
}
.container {
    max-width: 80vw;
    margin: 2em auto;
    background: #fff;
    padding: 2em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-radius: 4px;
}
.container-works {
    display: flex; 
    flex-direction: row; 
    gap: 2em;
    max-width: 80vw;
    margin: 2em auto;
    background: #fff;
    padding: 2em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-radius: 4px;
}
h1 {
    font-size: 2.5em;
    margin-bottom: 0.2em;
}
.work {
    border-bottom: 1px solid #eee;
    padding: 1em 0;
    flex: 1; 
    display: flex; 
    flex-direction: column; 
    position: relative;
}
.work:last-child {
    border-bottom: none;
}
.work-title {
    font-size: 1.3em;
    color: #900;
    margin: 0;
}
.work-meta {
    font-size: 0.95em;
    color: #555;
    margin-bottom: 0.5em;
}
.tags {
    margin: 0.5em 0;
    font-size: 0.95em;
}
.tag {
    background: #eee;
    color: #900;
    border-radius: 2px;
    padding: 0.1em 0.5em;
    margin-right: 0.3em;
    margin-bottom: 0.3em;;
    display: inline-block;
}
footer {
    text-align: center;
    color: #888;
    font-size: 0.9em;
    margin: 2em 0 1em 0;
}
.container-subir {
    max-width: 500px;
    margin: 2em auto;
    background: #f9f9f9;
    padding: 2em;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.upload-form {
    display: flex;
    flex-direction: column;
    gap: 1.2em;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group label {
    font-weight: bold;
}
.form-group input[type="text"],
.form-group input[type="file"],
.form-group input[type="email"],
.form-group textarea {
    padding: 0.5em;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.form-group textarea {
    resize: vertical;
}
.submit-btn {
    padding: 1em;
    background: #900;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
option {
    background: #fff; 
    color: #333;
}
select {
    padding: 0.5em; 
    border-radius: 4px; 
    border: 1px solid #ccc; 
    font-size: 1em;
}
.buscador {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 10px;
    outline: none;
    box-shadow: none;
    color: #222;
    font-size: 1em;
}
.error {
    flex: 1; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    color: #b00; 
    font-weight: bold; 
    font-size: 1.2em; 
    text-align: center;
}
.generos-container {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}
.generos-columns {
    display: flex;
    gap: 3em;
}
.generos-column {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.nom-usuario {
    margin-left:5em;
    color:#900; 
    font-weight:bold;
}
.imagen-busc {
    width:24px; 
    height:24px; 
    vertical-align: middle;
}
.icono-fav {
    position: absolute; 
    top: 20px; 
    left: 140px;
    z-index: 2;
}
.imagen-fav {
    width:24px; 
    height:24px;
    z-index: 2;
}
.blank-btn {
    background: none; 
    border: none; 
    cursor: pointer;
    z-index: 2;
}
.portada {
    width:175px; 
    height:auto; 
    margin-bottom:1em;
}
.contacto-span {
    float:right; 
    font-size:0.95em; 
    padding-right:50px;
}
.contacto-link {
    color:#555; 
    text-decoration:underline;
}