body {
background-image: url(fondo.png);
width=100%;
height=100%;
background-position: center center;	  
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
header h1{
    color:whitesmoke;
    text-align: center;
    font-size: 3em;
}

header h2 {
    margin 10px;
    padding: 160px;
    background-color: white;
    background-image: url(https://as01.epimg.net/futbol/imagenes/2019/05/27/champions/1558936886_306072_1558937370_noticia_normal.jpg);
    color: black;
    opacity: 0.7;
    border-radius: 20px;
    text-align: center;
    font-variant: small-caps;
}

header h3 {
    margin 60px;
    padding: 10px;
    background-color: white;
    border-radius: 20px;
    opacity: 0.6;
    text-align: center;
    color: rebeccapurple;
    
}



#introduccion h4 {
    margin: 40px;
    padding: 10px;
    text-align: center;
    color: whitesmoke;
    font-size: 2em;
}

#lista {
    margin-left: 40px;
    /*margin: 0 auto;*/
}

#lista ol {
    list-style-type: upper-roman;
    font-size: 110%;
    line-height: 130%;
    text-align: justify;
    margin-left: 40px;
    padding: 10px;
}

#Tour h5 {
    color: yellow;
    text-align: center;
    font-size: 2em;
}

#maillots {
    border: 10px solid black;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
    opacity:0.9;
    
}

p {
    margin-left: 40px;
    padding: 10px;
    font-style: normal;
    
}

#Tour table {
    background-color:white;
    opacity:0.8;
    border-radius: 20px;
    width: 300px;
    padding: 15px;
    text-align: center;
    color:darkred;
    display: block;
    margin: 0 auto;
   
}

#Tour th{
    font-size: 1.5em;
    color: black;
}

#Tour caption{
    background-color:white;
    border-radius: 20px;
    font-size: 1.5em;
    color: blue;
}



footer {
    background-color: yellowgreen;
    margin: 20px;
    border-radius: 20px;
    height: 2em;
    
}



footer p {
    text-align: center;
    font-size: 100%;
}


