/**************************************
Colores:

fresh: #4ABDAC;
vermillion: #FC4A1A;
sunshine: #F7B733;
clean: #DFDCE3;

Texto: black;

**************************************/

/***********************************************
CONTENIDO
***********************************************/
#contenido {
    width: 980px;
    margin: 10px auto;
    min-height: 600px;
}

#contenido h1 {
    font-size: 30px;
    text-align: center;
    color: var(--fresh);
    font-weight: bold;
    border-bottom: 2px solid var(--fresh);
    padding: 10px 0px;
    margin: 10px 0px;
}

#contenido img#volver {
    width: 40px;
    float: left;
}

/***********************************************
INFORMACIÓN
***********************************************/
#contenido img#info {
    float: right;
    width: 40px;
}

#contenido #informacion {
    position: relative;
    height: 200px;
    overflow: hidden;
    font-size: 1.2em;
    line-height: 1.5em;
    border-bottom: 2px solid  var(--fresh);
    margin-bottom: 30px;
    padding: 10px 10px 20px 40px;
}

#contenido #informacion p {
    margin: 20px 0px;
    text-align: justify;
}

#contenido #informacion img {
    max-width: 200px;
    float: right;
    margin: 15px;
}

#contenido #informacion #verMas {
    height: 30px;
    text-align: center;
    background: RGBA(250, 250, 250, 0.8);
    width: 100%;
    position: absolute;
    top: 200px;
}
#contenido #informacion #verMenos {
    height: 30px;
    text-align: center;
    background: RGBA(250, 250, 250, 0.8);
    width: 100%;
    position: absolute;
    top: auto;
    display: none;
    margin-top: -10px;
}

#contenido #informacion #verMas p,
#contenido #informacion #verMenos p {
    text-align: center;
    margin: 5px;
    font-size: 0.8em;
}

#contenido #informacion #verMas a,
#contenido #informacion #verMenos a{
    color: var(--fresh);
    text-decoration: none;
    font-weight: bold;
}

#contenido h2 {
    text-align: center;
    font-weight: normal;
    margin: 40px 10px 10px;
    padding: 5px;
    line-height: 1.5em;
    border-bottom: 1px solid var(--fresh);
    font-size: 1.2em;
}

#contenido #coleccionesPublicas {
    border: 2px solid var(--fresh);
    border-radius: 10px;
}

#contenido #informacion ol {
    margin-left: 30px;
}

#contenido #informacion li {
    padding-left: 10px;
    margin: 20px 0px;
    text-align: justify;
}

/***********************************************
OPCIONES
***********************************************/
#opciones {
    padding: 10px auto;
}

#contenido #opciones #ver {
    float: right;
    width: 330px;
    display: table;
}
#contenido #opciones #ver p {
    text-align: right;
    font-size: 1.3em;
    color: black;
    display: table-row;
    width: 350px;
    text-align: right;
}

#contenido #opciones #ver p a {
    text-decoration: none;
    color: black;
    min-height: 50px;
    display: table;
    font-weight: bold;

}

#contenido #opciones #ver p a > img {
    max-height: 50px;
    display: table-cell;
    vertical-align: middle;
}

#contenido #opciones #ver p a > span {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    width: 240px;
}


contenido #opciones #pedirCodigos {
    float: left;
    width: 630px;
    display: table;
}

#contenido #opciones #pedirCodigos p {
    text-align: right;
    font-size: 1.3em;
    color: black;
    display: table-row;
    width: 630px;
}

#contenido #opciones #pedirCodigos p a {
    text-decoration: none;
    color: black;
    min-height: 50px;
    display: table;
    font-weight: bold;

}

#contenido #opciones #pedirCodigos p a > img {
    max-height: 50px;
    display: table-cell;
    vertical-align: middle;


}
#contenido #opciones #pedirCodigos p a > span {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    width: 540px;
    text-align: left;
    padding-left: 5px;
}

#opciones #formVer p {
    text-align: right;
    font-size: 1.3em;
    font-weight: bold;
}

#opciones input {
    font-size: 1.3em;
    height: 30px;
}

#opciones #correoCodigos {
    display: none;
}

#opciones #correoCodigos p {
    text-align: left;
    font-size: 1.3em;
    font-weight: bold;
}

#opciones form .submit {
    background: var(--fresh);
    font-weight: bold;
    color: white;
    font-size: 1.3em;
    height: 30px;
}

#opciones form .submit:hover {
    background: var(--clean);
    font-weight: bold;
    color: var(--fresh);
}

#opciones .formulario {
    border: 1px dotted var(--fresh);
    width: 900px;
    padding: 10px;
    margin: 10px auto;
}
/***********************************************
NUEVA COLECCION
***********************************************/

#contenido #nuevaColeccion {
    width: 980px;
    margin: 20px auto;
    text-align: center;
    background: var(--clean);
    margin: 15px auto;
    padding: 10px;
}

#contenido #nuevaColeccion a {
    text-decoration: none;
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: bold;
    color: var(--fresh);
}

/***********************************************
TAPA
***********************************************/
body div#tapa {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(105, 172, 154, 0.75);
}

body #code {
    background: white;
    border: 20px solid var(--fresh);
    background-clip: padding-box;
    position: absolute;
    width: 350px;
    height: 250px;
    margin: auto auto;
    padding: 10px;
    z-index: 100;
    text-align: center;
}

body #code a {
    display: block;
    margin: 0px 0px 10px 330px
}

body #code img#cerrar {
    width: 30px;
}

body div#code p {
    clear: both;
    padding: 40px 40px 15px 40px;
    display: block;
    text-align: center;
    font-weight: bold;
}

body div#code h1 {
    padding: 50px auto;
    text-align: center;
    font-size: 50px;
    font-family: 'Century Gothic', Verdana, Geneva, sans-serif;
    font-weight: bold;
    line-height: 2em;
}

body div#code h1 {
    padding: 50px auto;
    text-align: center;
    font-size: 30px;
    font-family: 'Century Gothic', Verdana, Geneva, sans-serif;
    font-weight: bold;
    line-height: 1.5em;
}

/***********************************************
PAGINACIÓN
***********************************************/

#paginacion {
    margin: 10px;
    padding: 1px;
    text-align: center;
    font-family: 'Century Gothic', Verdana, Geneva, sans-serif;
    font-size: 1em;
    border-top: 1px solid var(--fresh);
    border-bottom: 1px solid var(--fresh);
    line-height: 34px;
}

#paginacion a,
#paginacion a:visited {
    text-decoration: none;
    margin: 0px;
    font-weight: bold;
    color: var(--vermillion);
    background: white;
    padding: 10px;
}


#paginacion a:hover {
    background: var(--vermillion);
    color: white;
}

#paginacion strong {
    margin: 0px 8px;
    color: var(--fresh);
    border-left: 1px solid var(--fresh);
    border-right: 1px solid var(--fresh);
    padding: 10px 5px;
    background: var(--clean);
}



/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 11-ago-2023, 18:39:11
    Author     : angel
*/

