@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;
    align-items: center;
    padding: 20px;
    position: relative;
}

p{
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
}
#navegador {
    display: flex; 
    position: absolute;
    flex-direction: column;
    left: 0;
    background-color: #000000;
    height:500px;
    width: 250px; 
    padding: 15px 0;
    background: url(Imagenes/Fondo3.jpg);
    background-repeat: no-repeat;

    background-size: cover;
}

ul {
    font-family: 'Times New Roman', Times, serif;
    font-size: medium;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    flex-basis: auto;
}

li {
    width: 100%;
}

.pie:link{color: #ffffff;}
.pie:hover{color: orange;}

.contenido{
    font-family: 'Times New Roman', Times, serif;
    font-size: medium;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
    background-color: #aaaaaa;
    margin-bottom: 3em;
    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: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
h2{
    text-align: center;
}

.pie{
    float: left;
    color: white;
    margin-top: 1em;
}
footer{    background-color: #000;
}

.principal{
    background: url(Imagenes/Fondo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
img{
    text-align: center;
}
aside{
     display: flex;
    flex-basis: 25%;
}
img{
    text-align: center;
            margin-top: 2em;
}
.d-block{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
}
h2{
    color: orange;
    font-family: 'Times New Roman', Times, serif;
}
a{
    display: flex;
   margin: 2em;
   flex-direction: column;
}
.botonera{
    display: flex;
   flex-direction: column;
   margin-top: 2em;
   text-align: left;
   color: orange;
       font-family: 'Times New Roman', Times, serif;
    font-size:xx-large;
}
.botonera:hover{color: rgb(255, 255, 255);}
.redes{
    color: orange;

}
table{
    width: 100%;
    color: white;
    background-color: #000;
}