@charset "utf-8";
@font-face {
    font-family: 'latoregular';
    src: url('lato-light-webfont.eot');
    src: url('lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-light-webfont.woff2') format('woff2'),
         url('lato-light-webfont.woff') format('woff'),
         url('lato-light-webfont.ttf') format('truetype'),
         url('lato-light-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

    }

*{  
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin:0;
}

body {
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;

}

header {
    
background-color: #f7671b;
        
}
#uba {
      
   
    display: flex;
    justify-content: flex-start;
   background-color: #ffffff;

  
    
}


img {
  margin-top: 1em;
    margin-right: 0.5em;
    
}

h1{
    font-family: sans-serif;
  background-color: #f7671b;
 
    color: black;
  
    padding: 0.5em;
    text-align: center;
    font-size: 3em;
    margin-bottom: -0.2em;
  padding-top: 0.8em;
}



h4 {
    font-family: sans-serif;
    font-size: 1em;
}

header nav {
background-color: black;
    

    padding: 0.1em;

    
}
header nav ul {

    list-style: none;

     margin-top: 1em;

    list-style: none;
    display: flex;
    justify-content: center;
    margin-left: 2.5em;

}

header nav ul li a {
    text-decoration: none;
    color: white;
    display: flex;
  margin-right: 3em;
    padding-bottom: 1em;


    
}
header nav ul li a:hover {
    color:#f7671b;
    border: none;


}



}
.espacio li {

    text-decoration: none;
    list-style: none;
  
     margin-left: -2.5em;
    
    
}

.espacio a {
    text-decoration: none;
    list-style: none;
    color: #f7671b;
    margin-bottom: 3em;
    line-height: 1.5em;

}
.espacio a:hover {
    border-bottom: #f7671b solid 2px; 
}



    footer {
    background-color: #f7671b;
     font-family: sans-serif; color: white;
        margin-top: 17em;
    font-size: 70%;

        padding: 1%;
  text-align: center;
    clear: both;
        
    }

.integrantes{
  
     display: flex;
    flex-wrap: wrap;
   justify-content: center;
    margin-top: 3em;
  align-content: flex-start;
 font-size: 10pt;
   
}

.integrantes article{

 padding: 2em;
   
    
    }


a {
    color: #f7671b;
   
    
}
a:hover {
    border-bottom: #f7671b solid 2px; 
}
.carta{
    display: flex;
    flex-wrap: wrap;
 justify-content: center;
    margin-top: 3em;
 
 font-size: 10pt;
    
}
.carta article{

    text-align: left;
    width: 50%;

    
}
.carta article p {
    text-indent: 15px;
}

    
