/*_ESTILO LUCHO_*/

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



#cuerpo {background-color:rgb(255, 89, 81);
    background-image: url(imagenes/img_04.jpg);
     background-size:cover;
    background-blend-mode:soft-light;
    background-attachment:fixed;
    background
}
#cabecera{
    background-color: rgba(102, 153, 153);
    background-image: url(imagenes/img_04.jpg);
    padding: 1em;
    display: flex;
    justify-content: space-between;
}

nav {display: flex;
justify-content: center;
flex-wrap: wrap}

#botonera{list-style: none;
    display: flex;
    list-style: none;
    align-content: center;
    align-items: center;
    flex-wrap: wrap}

#botones {
    color: white;
    text-decoration:none;
    font-weight: bold;
    background-color: black;
    background-blend-mode:soft-light;
    display: flex;
    padding: 0.5em;
    font-family:sans-serif;
font-size:1em; }

#foto {display: flex;
      padding: .3em;
      margin: 1em;
     justify-content: center;
    width: 400px;
    height: 400px;
    margin: 2em;
    margin-bottom: 3em;
  
}


section ul li {
    list-style: none;
  
}

section ul li a{ 
    text-align: center;
    font-size: .9em;
     background-color: rgba(31, 193, 232, 0.51);
    text-decoration: none;
    color: white;
    width: 100%;
    height: 100%;
     margin: 1em;
     width:  6em;
     height: 3em;
     display: flex;
    align-items: center;
     justify-content: center}

section {display: flex;
    flex-direction:column;
    align-items: center;
    align-content: center;
}
main h1 {
    font-family: sans-serif;
    color: white;
    text-align: center;
}

main h2{ 
    font-family:sans-serif;
  text-align: center;
   
}

section a h3 {display: flex;
 justify-content: center;
margin-top: 1em;
text-align: center;
font-size: 1em; 

}

#materias{display: block;
      padding: .3em;
      margin: 1em }

#listado{ 
    background-color: none;
    margin: .2em;
    padding: .4em 3em;
    text-align: center;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-content:space-around

}
#items {
    background-color: rgba(102, 153, 153);
    margin: .2em;
    padding: .4em 3em;
    text-align: center;
    display: block;
font-size:2em }

#parrafo{
    text-align: left;
    background-color:rgb(255, 89, 81);
    padding: .3em;
    margin: 1em;
    display: flex;
    flex-direction: column;
text-align: center;
font-size: 2em}

a {font-size:2em;
font-family: sans-serif;
display: flex;
flex-direction: column;
align-content: center;}

#propuesta{background-color:rgb(73, 116, 123);
    background-image: url(imagenes/img_04.jpg);
    background-size:cover;
    background-blend-mode:soft-light;
    background-attachment:inherit;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end ;
}

#celulares {display: flex;
    flex-direction:column;
    justify-content:space-around;}
 


#titulopropuesta{color:white}

#integrantes{display: flex;
    flex-direction:row;
    justify-content:space-around;}


footer {font-style: normal;
    font-family: sans-serif;
    font-size: 0.9em;
    display: flex;
    flex-direction: row;
    justify-content: flex-end ;
    text-align: center;
    background-color: rgb(73, 116, 123);
    color: white;
    
}


/*_ESTILO LUCHO_*/