body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(../img/fondoinicio3.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}

header {

    color: black;
    padding: em;
    text-align: center;
    font-size: 25px;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4), 0px -1px 1px rgba(0, 0, 0, 0.6);
}


ul {
    list-style-type: none;
    text-align: right;
}

li {
    display: inline;
    font-size: 15px;
    margin-left: 15px
}

nav {
    background-color: black;
    padding: 0.45em;
    text-align: center;
}

nav a {
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    padding: 1em 2em;
    margin: 0 0.2em;
    border-radius: 5px;
    background-color: black;

}

nav a:hover {
    background-color: gray;
}



nav img {
    float: left;
    margin-right: 10px;
    width: auto;
    height: 90px;

}


main {
    display: flex;
    justify-content: flex-start; 
    align-items: center; 
    height: 30vh; 
    color: aliceblue;
    padding: 8em;
    font-size: 35px;
   
}

#informacion{
    background-color: transparent;
    padding: 2px;  
    margin-top: 40px;
    float: left;
    margin-left: 20px;
    text-align: center;
}

footer {
    width: 100%;
    height: 90px;
    background-color: black;
    color: white;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.50px;
    position: sticky;
    text-align: center;
}

.ex-info-contacto {
    margin-bottom: 0;
}

.ex-info-contacto ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ex-info-contacto li {
    background-color: black;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ex-info-contacto strong {
    font-weight: bold;
}

.ex-info-legal {
    margin-bottom: 0;
    background-color: black;
    
    
}

.ex-info-legal ul {
    list-style: none;
    padding: 0;
    margin: 0;
   
}

.ex-info-legal li {
    display: block;
    margin-bottom: 10px;
}
.ex-info-legal li a{
    text-decoration: none;
    color: white;
}

.ex-info-derechos-autor {
    font-size: 0.8rem;
}

.ex-info-accesibilidad {
    font-size: 0.6rem;
}

