

* {padding: 0;
margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    display: flex;
    
    flex-direction: column;
    
    justify-content: space-between;
   
   
}

header,
footer{
    flex-grow: 0;
}






img {
    /* para que una imagen nunca sea mayor
        que la caja que las contiene */
    max-width: 100%;
    height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5em;
}

header,
footer {
    background-color: #9a97ed;
    padding: .25em;
    flex-grow: 0;
}

header {
    height: 3em;
    
    width: 100%;
    
    /* caja flexible */
    display: flex;
    
    /* elementos colocados en los extremos del eje principal */
    justify-content:space-between;
    
    /* elementos centrados en el eje secundario */
    align-items: center;
   
}



header ul {
    list-style: none;
    
    /* caja flexible */
    display: flex;
}

header ul li {
    width: em;
    height: 2em;
    margin-left: .25em;
    
    /* caja flexible */
    display: flex;

}

header ul li a {
    width: 100%;
    height: 100%;
    background-color: rgba(232, 101, 101, 0.75);
    color: #2439d8;
    text-decoration: none;
    font-weight: bold;

    /* caja flexible */
    display: flex;
    
    /* centrado en la horizontal */
    justify-content: center;

    /* centrado en la vertical */
    align-items: center;
    

}
main{
    
    flex-grow: 1;
    
    display: flex;
    
    flex-wrap: wrap;
    
    flex-direction:column;
   
    
    justify-content: space-between;
}

h1{
    font-family: sans-serif;
    text-transform: uppercase;
    background-color: #fff9f9;
    border-bottom-color: #070807;
    width:100%;
    margin-top: 0.5em;
    padding: 0.4em;
    box-sizing: border-box;
    font-weight: bolder;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
    font-size: 1em;
    
    border-radius: 50em;
    
    
    display: flex;
    justify-content: center;
    
    align-items: center;
   
}

.blues{
    
    color: #0e0e10;
    font-weight: bolder;
}


main p{
    font-weight: inherit;
    
        
}


 h2{

    font-size: 1.5em;
    font-family: sans-serif;
    color: rgba(255, 87, 94, 0.96);
    background-color: none;
    text-transform: uppercase;
    margin: 1em;
    text-decoration: none;
     text-shadow:  0 .35em .5em rgba(232, 214, 214, 0.35) inset, 0 .35em .5em rgba(124, 78, 78, 0.35); 
    
   
    
    display: flex;
    
    justify-content: center;
    
   
    
    
   
}





header nav ul li a{
    text-decoration: none;
    border: .25em solid #344ee0;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
    font-size: 0.4em;
    color: #443ee5;
    font-family: sans-serif;
    font-weight: bold;
    border-radius: 1em;
    background-color: #f8f2f3;
    padding: 1em ;
    
    display: flex;
    
    
}

header nav ul{
    list-style: none;
    padding: 0em;
    margin: 0em;
}


main{
    
    flex-grow: 1;
    
    display: flex;
    
    flex-wrap: nowrap;
    
    flex-direction:column;
   
    

}
 

.caja{
    /* border: .25em solid #326df4;
    border-radius: 0.9em;
    margin: 0;
    padding:0;*/
   
    
}

main div{
    
    display: flex;
    
    flex-direction: row;
    
    justify-content: center;
    
    align-items: stretch;
    
    align-content: stretch;
    
    
 
    
     
}


    

h1{
    font-family: sans-serif;
    text-transform: uppercase;
    font-style: italic;
    background-color: none;
    border-bottom-color: #8793eb;
    width:100%;
    
    
   /* box-sizing: border-box;
    font-weight: bolder;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);*/
    
    margin:0.1;
    padding: 0.5em;
    border-radius: 0.9em;
    width: 100%;
    border: .25em solid #6f78a7;
    
    display: flex;
    justify-content: center;
    
    align-items: center;
    align-content: center;
    
}
.club{
    font-weight: bolder;
    color: darkblue;
    
    
    
    
}

 



.foto{
    border-radius: 50%;
   width: auto;
     height: auto;
    max-width: 30;
    max-height: 30;
    border: .25em solid grey;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
    
    
    
    
}



main img{
    margin: 2em;
    padding: 1em;

    display: flex;
   
}

main img.resize {
    width:25%; /* you can use % */
    height: auto;
}

main >p{
    color: #0b0b0b;
    font-size: 1em;
    margin: 1em;
    font-family: sans-serif;
    /* display: flex;
    justify-content: center;*/
    
    
}

main p a:visited{
    color: #e0f879;
    
}

main p a:hover{
    color: #f73c49;
    
}


h2{
    font-size: 25pt;
    text-align: center;
    text-decoration: underline;
    
    font-family: sans-serif;
    text-decoration: underline;
    color: rgba(12, 23, 149, 0.96);
    background-color: none;
    width: 70%;
    margin: em;
    text-decoration: none;
    text-transform:uppercase;
    text-shadow: 0 .35em .5em rgba(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
    
    
}


main section ol li{
     list-style:none;
     font-family: sans-serif;
     
    
    
    }

.posicion{
    
    position: relative;
    left:-200px;
}



main ol{
    
    
    
}


main ol li{
    
    

    
    
}





main section ol li a{
    text-decoration: none;
    text-align: center;
    font-size: 0.8em;
    color: darkblue;
    
    font-family: sans-serif;
    font-weight: bold;
    background-color: #ffffff;
    
    margin-left: 0.6em;
    margin-right: 1em;
    padding: 1em;
    border-radius: 0.9em;
    width: 95%;
    border: .25em solid #6f78a7;
    
    display: flex;
    justify-content:center;;
    
    
     }



.cajita{
    /*padding: 1em;
    margin: 1em;
    background-color: aliceblue;
    border: .25em solid #959dde;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
    border-radius: 6em;
    
    
    display: flex;
    
    flex-wrap: wrap;
    
    flex-direction: row;
    
    justify-content: center; */
    
    
    
    
    
}
.ficha
{
    border-radius: 50%;
    width: 25vw;
    height: 25vw;
    max-width: 15em;
    max-height: 15em;
    display: flex;
    justify-content: center;
    margin-bottom: 0,5em; 
    padding-top: 0,5em;
    
}


.inline{
    display: inline;
}



main section ol li a:hover{
    color:red;
    
}

main section ol li a:visited{
    color: #145f31;
}

.italico{
    font-style: italic;
    font-weight: bold;
    margin: 1em;
    padding: 1em;
}

main section ol l a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}



main img.resizez {
    width:25%; /* you can use % */
    height: auto;
}


.blue{
    color: #9a9775;
}

aside p{
    margin: 1em;
    padding: 1em;
}

aside p a{
    color:yellow;
}
.border{
    margin: 1em;
    padding: 1em;
}




.blanco{
    background-color: aliceblue;
    width: 100%;
    
}

.datos{
    font-size: 1em;
    
    text-transform:lowercase;
    font-family: sans-serif;
    text-decoration: underline;
    font-weight: lighter;
    margin: 1em;
    text-align: center;
    
}


.cuadrado{
    list-style: square;
}


aside section p{
    position: relative;
    bottom: 1.2em;
}

.pibe{
    margin: 1em;
    padding: 1em;
    width:80%; /* you can use % */
    height: auto;
}

.mapa{
    margin: 1em;
    padding: 1em;
    width: 75%; /* you can use % */
    height: auto;
    
}

.espacio{ 
 word-spacing: 1em;
}


.divo{    
    
    
    
    
}

.blue{
    
    background-color: aliceblue;
}



section div ul{
    
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
   
    
   
    
}

section div ul{
    
    padding: 1em;
    display: flex;
    
    
    justify-content: space-between;;
    
    flex-wrap: nowrap;
    color: gray
    
    
    
}



.list{
    display:flex;
    flex-direction: column;
}

.htres{
    display:flex;
    flex-direction: column;
    
}













footer{
    color: #141212;
    font-size: 0.8em;
    text-align: center;
    font-style: italic;
    font-family: sans-serif;
}




 














































