*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#Cabecera{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: white;
}
#opciones{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 35%;
    position: absolute;
    right:1%
}
#opciones a{
    color: black;
    font-size: 17px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: Normal;
    text-decoration: none;
    transition: color 0.3s ease; 
}
#opciones a:hover{
    color: cornflowerblue;
}
#enlaces{
    position: absolute;
    left: 3%
}
#enlaces a{
    font-size: 40px;
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}
#enlaces a:hover{
    color: cornflowerblue;
}
#Titulo h1{
    font-family: "Radley", serif;
    font-weight: 700;
    font-style: normal;
}
#Contenido{
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: Normal;
    margin-top: 0;
}
.Estructuras{
    display: flex;
    flex-direction: row;
    height: 900px;
    margin-bottom: 60px;
}
.texto{
    width: 50%;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: Normal;
}
.texto h2{
    margin-top: 20px;
    margin-bottom: 20px;
}
.texto p{
    margin-bottom: 20px;
}
.texto.a,.texto.c,.texto.e,.texto.g {
    padding-left: 120px;
    padding-right: 60px;
}
.texto.b,.texto.d,.texto.f {
    padding-left: 60px;
    padding-right: 120px;
}
#a{
    width: 50%;
    background-image: url(img/1.webp);
    background-size: cover;
    background-position: center;
}
#b{
    width: 50%;
    background-image: url(img/2.webp);
    background-size: cover;
    background-position: center;
}
#c{
    width: 50%;
    background-image: url(img/3.webp);
    background-size: cover;
    background-position: center;
}
#d{
    width: 50%;
    background-image: url(img/4.webp);
    background-size: cover;
    background-position:center;
}
#e{
    width: 50%;
    background-image: url(img/5.png);
    background-size: cover;
    background-position: center;
}
#f{
    width: 50%;
    background-image: url(img/6.webp);
    background-size: cover;
    background-position: center;
}
#g{
    width: 50%;
    background-image: url(img/7.webp);
    background-size: cover;
    background-position: center;
}