*{
	margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body {
	background-color: #dfe6e5;
	color:  #d715ac;
	font-family: "Futura Bk BT Book", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;

  
  
}

main {
	background-color: #dfe6e5;
	color:  #d715ac;
	font-family: "Futura Bk BT Book", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

  
  
}
header nav ul li {
	list-style: none;
}
header nav ul li a {
    color: white;
    background-color: #15d7b0;
    text-decoration: none;
    text-align: center;
    display: block;
    margin:auto ;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px;
}
nav ul li a {
    color: white;
}
li {
    text-decoration: none;
}
img.dgpc {
	width: 100%;
	display: block;
    margin: auto;
    height: auto;image-orientation: center;
}

img.dgpc, img.ARIANA {
	image-orientation: center;
	width: 300px;
    height: auto;
	display: block;
    margin: auto;
}img.ilus{ image-orientation: center;
	width:  100px;
    height: auto;
	display: block;
    margin: auto;
}img.ilus, img.camara{
	image-orientation: center;
	width: 100px;
    height: auto;
	display: block;
    margin: auto;
}
img.camara;{
padding: 10px; margin: 10px; border: 2px solid black; float: center; width: 100px;}

h1, h2 {
	text-align: center;
}
h2 {
	display: block;
    margin: auto;
    margin-bottom: 5px;
    font-size: medium;
    
}
h3
{
    margin-top: 15px;
}
h1 {
    margin-top: 15px;
}
section {
 
 text-align: center;
}

footer {
    padding: 1em;
	margin-top: rem;
	background-color:  #15d7b0;
	color: white;
	text-align: center;
	font-size: 90%;
}
.uba {
        width: 40px;
    
}
.fadu {
    width: 60px;
}
p {
    font-size: x-small;
    text-align: justify;
}
#redes { display:flex;
    flex-direction: row;
    text-align: justify;
    align-content:space-between;
    flex-grow: 1em;
    
    
   }

    
    
