*{
	margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body {
	background-color: gainsboro;
	color: cadetblue;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
header nav ul li {
	list-style: none;
}
header nav ul li a {
    color: white;
    background-color: cadetblue;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
}
nav ul li a {
    color: white;
}
li {
    text-decoration: none;
}
img.dgpc {
	width: 100%;
	display: block;
    margin: auto;
    height: auto;
	image-orientation: center;
}
img.agustin {
	image-orientation: center;
	idth: 300px;
    height: 300px;
	display: block;
    margin: auto;
}
img.logo {
    display: block;
    margin: auto;
}
h1, h2 {
	text-align: center;
}
h2 {
	display: block;
    margin: auto;
    margin-bottom: 15px;
    font-size: medium;
    
}
h3
{
    margin-top: 15px;
}
h1 {
    margin-top: 15px;
}
section {
    margin-left: 15px;
}

footer {
	margin-top: 2rem;
	background-color: cadetblue;
	color: white;
	text-align: center;
	font-size: 90%;
}
.uba {
        width: 40px;
}
.fadu {
    width: 60px;
}
p {
    font-size: x-small;
}
