@charset "utf-8";

body{
    background: url(./Imágenes/Fondo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

h1{
    color: white;
}
h2{
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}
article{
    color: white;
    font-size: large;
}
.principal{
    display: flex;
    flex-direction: row;
    text-align: center;


}
.texto{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-basis: 50%;
    text-align: center;
    font-size: xx-large;
}
div{
    text-align: center;
    padding: 2em;
}
footer{
    color: white;
    position: fixed;
    bottom: 0;
    background-color: black;
    padding-right: 70em;
    display: flex;
    flex-direction: row;
}

header{
    background-color: black;
    display: flex;
    flex-direction: row;
    list-style-type: none;
}
img{
    margin-top: 10em;
}
.cabeza{
    display: block,flex;
    text-decoration: none;
    margin-left: 18em;
    color: white;
}
.sobre{
    font-size: 0.95em;
}
.Foot{
 list-style-type: none;
 display: flex;
 flex-direction: row;
 
}
.pie{color: rgb(10, 10, 10);
text-decoration: none;
display: block;
background-color: darkgrey;
padding-left: 1.85em;
padding-right: 1.85em;
padding-bottom: 2.5em;
padding-top: 1em;
margin-right: 5em;
margin-left: 5em;
}
a:hover{
    color: black;
    background-color: white;
}
aside{
    margin-left: 30em;
}
.pie2{
    text-decoration: none;
display: block;
background-color: darkgrey;
padding: 1em;
margin-right: 5em;
margin-left: 5em;
color: rgb(7, 7, 7);
}
.pie3{
    text-decoration: none;
display: block;
background-color: darkgrey;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 3.95em;
padding-top: 1em;
margin-right: 5em;
margin-left: 5em;
color: rgb(7, 7, 7);
}
a:hover{
    color:rgb(0, 0, 255);}
li{
    margin-left: 6.5em;
}
label{
    color: white;
}