
h1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 1.5em;
    text-shadow: 2px 2px 2px rgb(250, 173, 142); 
    color: black;
    margin: auto;
    background-color: lightblue;
    width: 75%;

}
.nav-enlace{
    background-color: white;
    color: black;
    width: 100px;
    display: flex;
    margin: 10px;
    font-size: 1.4em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-variant: small-caps;
    flex-shrink: 1;
    flex-grow: 1;
    justify-content: center;
    border: 1px solid black;
       
}
.nav-enlace:hover{
    background-color:rgb(255, 180, 151);
}
nav{
    background-color: lightblue;
    width: 75%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    margin: auto;

}
.contenedora{
    margin: auto;
    width: 75%;
    background-color: lightblue;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;


}
.contenedora>div{
    border: 1px solid black;

}
.menu{

    background-color: rgb(255, 180, 151);
    width: 40%;
    margin: 10px;
    display: flex;
    padding: 5px;
    font-size: 1em;
    font-family: cursive;
    flex-shrink: 1;
    flex-grow: 1;
        
}

.contvideo{

    background-color: rgb(255, 180, 151);
    width: 40%;
    margin: 10px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    font-size: 1em;
    flex-shrink: 1;
    flex-grow: 1;
        
}
iframe{
    width: 80%;
    height: 120%;
    align-content: center;
    margin: auto;
}

.contaudio{
    background-color:white;
    width: 40%;
    height: auto;
    margin: 10px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    font-size: 1em;
    flex-shrink: 1;
    flex-grow: 1;
}

audio{
    margin:auto; 
    width: 75%; 
    height: 25px; 
    border-color: darkcyan; 
    border-style: solid; 
    border-radius: 20px; 
    border-width: 2px;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    flex-grow: 1;}

.tabla{
    background-color: white;
    width: 96.9%;
    margin: auto;
    display: flex;
    padding: 5px;
    flex-shrink: 1;
    
}
table{
    width: 90%;
    margin: auto;
    align-content: center; 
    text-justify: distribute-all-lines; 
    text-align: center; 
    border-color: gray; 
}
table tbody th{background-color: gainsboro; font-size: 15px;}
table tbody tr{font-size: 15px;}
tfoot{color: gainsboro;}

.momentos{
    background-color: white;
    width: 96.9%;
    margin: auto;
    display: flex;
    flex-direction: row;
    padding: 5px;
    flex-shrink: 1;
}

.fotomomentos{
    width: 40%;
    display: flex;
    flex-direction: row;
    padding: 5px;
    flex-shrink: 1;

}

ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: auto;
    width: 100%;
}
.lista{
    justify-content: center;
    color: black;
    width: 100px;
    display: block;
    flex-shrink: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    margin: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-variant: small-caps;
    font-size: 1.2em;
}
.contenido{
    background-color:white;
    width: 40%;
    height: auto;
    margin: 10px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    font-size: 1em;
    flex-shrink: 1;
    flex-grow: 1;
}
h2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.1em;
    text-align: center;
}
h3{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1em;
    text-align: center;
}
h4{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 0.9em;
    text-align: center;
}
p{
    display: flex;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 0.9em;
    text-align: center;
    margin: auto;
}

.imagen{
    display: flex;
    width: 50%;
    clear: both;
    justify-content: center;
    margin: auto;

}
img{
    display: flex;
    width: 100%;
    justify-items: center;
    vertical-align: bottom;

}
footer{
    background-color: rgb(185, 255, 185);
    width: 75%;
    height: 50px;
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
    margin: auto;
    text-align: center;

}
.pie{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 0.7em;
    justify-content: center;
    padding-top: 8px;

}

@media screen and (max-width:1300px) {
    body{background-color:white;}
    
}
@media screen and (max-width:680px) {
    body{background-color: greenyellow}    
}
@media screen and (max-width:480px) {
    body{background-color: black;}
    h1{color: black;}
}