@media screen and (max-width: 1000px){
header{
    background-image:url("../ImagenesClasesMini/tabla.webp");
    background-size: 120%;
    background-position: auto;
    margin-bottom: 20px;
}
header>img:nth-of-type(1){
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
}
ol{
    font-size: 0px;
    text-align: center;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
li{
    font-family: "kings";
    font-size: 32px;
    color: rgb(216, 130, 18);
    text-align: center;
    margin-bottom: 50px;
}
li>p:nth-of-type(odd){
    color: rgb(155, 155, 155);
    width: 100%;
    background-image: url("../ImagenesClasesMini/tabla.webp");
    border-radius: 5px;
    box-shadow: 3px 3px 3px black;
}
li>p:nth-of-type(even){
    color: rgb(26, 26, 26);
}
li>p:nth-of-type(odd):hover{
    color: rgb(255, 166, 0);
    width: 100%;
    position: relative;
    left: 3px;
    top: 3px;
    background-image: url("../ImagenesClasesMini/tabla.webp");
    border-radius: 5px;
    box-shadow: none;
}
a{
    color: inherit;
    text-decoration: none;
}
body{
    background-image: url("../ImagenesClasesMini/Mapa-de-fondo.webp");
    background-size: 100%;
    background-position: auto;
}
section>article:nth-of-type(1){
    background-image: url("../ImagenesClasesMini/tabla.webp");
    background-size: 100%;
    background-position: auto;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
article{
    color: white;
    font-size: 30px;
    font-family: "Macondo Swash Caps";
    text-align: center;
}
article>img{
        padding: 2%;
        width: 96%;
}
footer{
    background-image: url("../ImagenesClasesMini/tabla.webp");
    background-size: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
footer p{
    color: red;
    font-size: 60px;
    font-family: "Macondo Swash Caps";
}
}
@media screen and (min-width: 1000px){
header{
    background-image:url("../ImagenesClasesMini/tabla.webp");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: auto;
    margin-bottom: 20px;
}
header>img:nth-of-type(1){
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
}
ol{
    font-size: 0px;
    display: flex;
    flex-direction: row;
}
li{
    display: inline-block;
    font-family: "kings";
    font-size: 32px;
    width: 100%;
    color: rgb(216, 130, 18);
    text-align: center;
    margin-bottom: 50px;
}
li>p{
    display: inline-block;
    width: 15%;
}
li>p:nth-of-type(odd){
    color: rgb(155, 155, 155);
    width: 20%;
    background-image: url("../ImagenesClasesMini/tabla.webp");
    border-radius: 5px;
    box-shadow: 3px 3px 3px black;
}
li>p:nth-of-type(even){
    color: rgb(26, 26, 26);
}
li>p:nth-of-type(odd):hover{
    color: rgb(255, 166, 0);
    width: 20%;
    position: relative;
    left: 3px;
    top: 3px;
    background-image: url("../ImagenesClasesMini/tabla.webp");
    border-radius: 5px;
    box-shadow: none;
}
a{
    color: inherit;
    text-decoration: none;
}
body{
    background-image: url("../ImagenesClasesMini/Mapa-de-fondo.webp");
    background-size: 100%;
    background-position: auto;
}
section>article:nth-of-type(1){
    background-image: url("../ImagenesClasesMini/tabla.webp");
    background-size: 100%;
    background-position: auto;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
article{
    color: white;
    font-size: 30px;
    font-family: "Macondo Swash Caps";
    text-align: center;
}
article>img{
        padding: 2%;
        width: 96%;
}
footer{
    background-image: url("../ImagenesClasesMini/tabla.webp");
    background-size: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
footer p{
    color: red;
    font-size: 60px;
    font-family: "Macondo Swash Caps";
}
}