@charset "utf-8";

h1 {
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    color: orange;
    margin: 0;
    padding: 10px 0;
    flex-grow: 1; 
}


header {
    background-color: black;
    padding: 10px;
    position: relative;
}
.encabezado{
    display: flex;
    align-items: center;
    flex-direction: row;
}

#navegador {
    display: none; 
    position: absolute;
    top: 100%; 
    left: 0;
    background-color: #ffffff;
    width: 250px; 
    padding: 15px 0;
}

ul {
    font-family: 'Times New Roman', Times, serif;
    font-size: medium;
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

li {
    display: block;
     float: left;
    padding:100px;
    margin: 20px;
    background-color: #aaaaaa;
    border: 1px solid #000;
    border-radius: 24px;
    -moz-box-shadow: inset -5px -5px 5px #888;
    -webkit-box-shadow: inset -5px -5px 5px #888;
    box-shadow: inset -10px -10px 10px #888;
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
}

p {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: orange;
    text-align: justify;
    background-color: #000;
}
.contenido{
    font-family: 'Times New Roman', Times, serif;
    font-size: medium;
    text-align: center;
    flex-basis: 50%;
}
h2{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: orange;
    background-color: #000;
}
.pie>li{
    display: flex;
    background-color: #000000;
    margin-top: 20px;
    flex-direction: row;
    float: left;
}
.principal{
    display: flex;
    flex-direction: row;
    background: url(Imagenes/Fondo.jpg);
      background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
img{
    display: flex;
    flex-basis: 25%;
}
aside{
     display: flex;
    flex-basis: 25%;
}
a{
    text-align: center;
    color: #000;
    display: flex;
    flex-direction: column;
}
a:hover{background-color: #000;}
a:hover{color: white;}
table{
    background-color: #000;
    color: white;
    border-color: white;
    text-align: center;
}
th{
        padding: 1em;
}
article{
    text-align: justify;
    color:orange;
    margin: 1px;
    font-size: large;
}
.articulo{
    background: url(Imagenes/Fondo2.avif);
      background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.todo{
    background-color: #000;
}