body{
    background-color: wheat;
}

nav{
    font-family: 'Raleway';
}

nav ul {
    display: flex;
    text-align: center;
    padding: 10px;
    list-style: none;
    width: 100%;
    margin: auto;
}

nav li {
    list-style: none;
    margin-left: 10%;
}
  
nav li a {
    text-decoration: none;
    color: white;
}

.nav_fondo {
    background-color: green;
    width: 90%;
    height: 40px;
    margin: auto;
    margin-bottom: 25px;
}

header {
    background-image: url("../Imagenes/botanico-gijon.png");
    background-repeat: no-repeat;
    font-family: 'Dancing Script';
    color: rgb(255, 0, 0);
}

div.Titulo{
    text-align: center;
    padding-top: 25px;
    width: 100%;
    height: 450px;
    font-size: 200px;
}

.separador{
    background-color: green;
    color: white;
    width: 100%;
    padding: 2px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

main{
    width: 90%;
    margin: auto;
    text-align: justify;
}

.titulo1{
    font-size: 30px;
    font-family: 'Raleway';
    margin-bottom: 10px;
    margin-top: 10px;
}

.titulo2{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Raleway';
    margin-top: 10px;
}

.texto{
    font-family: 'Open Sans', serif;
}

#botanico1{
    float: left;
    height: 300px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#botanico2{
    float: right;
    height: 300px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#horario{
    float: right;
    height: 300px;
}

#horario table{
    border: 2px solid black;
    border-collapse: collapse;
    text-align: center;
}

#horario tr{
    border: 2px solid black;
    border-collapse: collapse;
}

#horario td{
    border: 2px solid black;
    border-collapse: collapse;
    padding: 4px;
}

#subir img{
    width: 16px;
    height: 16px;
    position: fixed;
    top: 95%;
}

footer{
    margin-top: 25px;
    height: 200px;
    background-color: green;
    text-align: center;
    font-family: 'Dancing Script';
    color: white;
    font-size: 50px;
    padding-top: 50px;
}