*{
        margin-right: 4px;
        margin-top: 10px;
        padding-top: 2px;
        padding-bottom: 5px;
}


body{
    background: #cecece; 
    font-family: 'Roboto', sans-serif;
    text-align: center;
}



header{
}



nav{
    background: #fff;
    text-align: center;
    font-size: 0.8rem;
}

nav ul li{
    list-style-type: none;
}

nav ul li a{
    color: #000000;
    text-decoration: none;
   }

h1{text-align: center;
    color: aliceblue;
    font-size: 4rem;
}
h2{
    color: #000;       
}

h3 a{
     color: #210029;
    text-decoration: none;
}


.integrantes ul li{
    text-decoration: :none;
    display: inline;
    color: #000;
    padding: 2rem;
    padding-top: 2rem;

}


.datos {
    background-color: #fff;
    text-align: center;
}

.datos ul li{
    text-decoration: :none;
    display: inline;
    color: #000;
    padding: 6rem;

}

.footer {
    padding-top: 30px;
    font-size: 10PT;
    }

.titulos {
    position: relative !important;
    top: 160px;    
    color:#000;
}

.headerimg {
    position: relative;
    top: -60px;    
    color:#000;
}


.tp {
   margin-top: 15px;
}



