body{
    background: pink;
}
img{
    display: block;
}
.titulo{
    color: black;
    width: 200px;
    height: 75px;
    padding: 10px;
    text-align: center;
    border: 5px solid blue;
    margin: auto;
}
.caja1{
    background-color: yellow;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
    height: 300px;
    border: 10px solid green;
    width: 50%;
    margin-top: 400px;
    
}
.img1{
    float: left;
    padding-right: 25px;
}
.futbol{
    color: black;
    width: 200px;
    height: 33px;
    padding: 10px;
    text-align: center;
    border: 5px solid blue;
    margin: auto;
}
.caja2{
    background-color: violet;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
    height: 450px;
    border: 10px dotted white;
    width: 90%;
}
.caja3{
    background-color: yellowgreen;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
    height: 400px;
    border: 10px double blue;
    margin-top: 10px;
    margin-right: 100px;
    width: 95%;
}
.caja4{
    background-color: aqua;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
    height: 300px;
    border: 10px solid blueviolet;
    margin-top: 10px;
    border-radius: 15px;
    width: 40%;
    float: left;
    margin-right: 50px;
    
}
.img6{
    float: left;
}
.introduccion{
    float: right;

}
.caja5{
    background-color: aqua;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
    height: 100%;
    border: 10px double green;
    margin-top: 10px;
    float: left;
    margin-right: 100px;
    width: 95%;
}
.caja6{
    background-color: yellow;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
    margin-bottom: 30px;
    height: 100%;
    border: 10px double violet;
    margin-top: 10px;
    float: left;
    margin-right: 100px;
    width: 70%;
}
.natacion{
    color: black;
    width: 200px;
    height: 50px;
    padding: 10px;
    text-align: center;
    border: 5px solid blue;
    margin: auto;
    
}
.img2{
    float: left;
    padding-right: 10px;
    padding-top: 15px;
}
.img3{
    float: right;
    padding-right: 10px;
    padding-top: 15px;
    border-radius: 25px;
}
.Ronaldo{
    float: right;
    padding-right: 50px;
    border-radius: 15px;
}
table, th, td {
    border: 1px solid black;
  }
.Horario{
    background-color: wheat;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
    height: 300px;
    border: 10px double red;
    margin-top: 10px;
    border-radius: 15px;
    width: 40%;
    float: right;
    
}
.natacion1{
    float: right;
    padding-right: 25px;
}
.Autor{
    margin-top: 50 px;
    border: 5px solid blue;
    text-align: center;
}
.barcelona{
    float: right;
}
.Volver{
    float:right;
}
.historia{
    background-color: aqua;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
    margin-bottom: 30px;
    height: 100%;
    border: 10px double green;
    margin-top: 10px;
    float: left;
    margin-right: 100px;
    width: 90%;
    float: right;
}
