/**************************************
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 {
    font-size: 1.2em;
    line-height: 1.5em;
    border-bottom: 2px solid  var(--fresh);
    margin-bottom: 30px;
    padding: 10px 10px 20px 40px;
    min-height: 250px;
}

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

}

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

/***********************************************
CALENDARIO
***********************************************/
.year {
    width: 900px;
    margin: 10px auto;
}

.year p {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 10px auto;
    color: var(--fresh);
}

.calendario {
    width: 900px;
    margin: 10px auto;
}

.nombreMes {
    width: 200px;
}
.nombreMes p {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    padding: 5px;
    color: var(--fresh);
}
table.unMes {
    width: 200px;
    padding: 5px;
    font-size: 1em;
    border: 2px solid var(--fresh);  
}

td.diaSem {
    background: var(--clean);
    text-align: center;
    font-weight: bold;
    padding: 5px;
    font-size: 1em;
}

td.dia {
    text-align: right;
    padding: 5px;
    font-size: 1em;
    color: var(--clean);
}

td.dia a {
    font-weight: bold;
    text-decoration: none;
    color: var(--fresh);
}

#previusYear {
    float: left;
    width: 70px;
    /*margin-top: -40px;*/
}

#nextYear {
    float: right;
    width: 70px;
    /*margin-top: -40px;*/
}


#previusYear img,
#nextYear img {
    width: 30px;
}

/*
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
*/

