 @import 'https://fonts.googleapis.com/css?family=Exo+2:200,400,700';
*
{
  background-color: black;
    align-content: center; 
    align-items: center; 
    align-self: center;
    justify-content: center; 
}

body{ 
font-family: "Exo 2", Arial, sans-serif; 
    color: white;
}

header {
    width: 100%;
    color: black;
    display: inline-flex;
    border-bottom-color: gold;
    border-bottom-style: inset; 
}

#logodgpc {
    width: 50%
}
#logodgpc img{
    max-width: 80%;
}

nav {
    width: 50%;
text-align: right; 
}

nav ul li a {
    text-decoration: none;
    border-width: 1rem;
    border-color: gold;
    border-right: 1px solid gold;
    color: gold;
    text-decoration: none;
}

nav ul li { 
    display: inline-flex;
    letter-spacing: 0.1rem; 
    margin-top: 1rem;
    margin-right: 1rem; 
    } 
 
}

main {
    width: 100%;
   color:gold;
}

h1{
    color: white;
    text-align: center
}
.contenedor {
    display: flex;
    flex-direction: row;
    padding-left: 3rem; 
    padding-right: 3rem; 
}
.texto {
    width: 50%; 
    text-align: justify; 
}
.foto { width: 50%; 
padding: 1rem;}
.foto img{ width: 100%}

.destacado { 
color: whitesmoke; 

} 
.visita {
    color: gold;
text-decoration: none;
    cursor: auto;
    text-decoration: none;
    text-align: center; 
}

.contenedor2 {
    display: flex;
    flex-direction: row; 
    padding-left: 3rem; 
    padding-right: 3rem; 
    
}

.gif {
    padding: 1rem;
    text-align: center; 
}

.gif img {
    width: 70%
}

.equipo {
    font-size: 1rem;
text-align: center}

.academico {
    border-top-style: inset;
    border-top-color: gold;
    border-top-width: thin;
    font-weight: 200;
    font-size: 0.9rem;
    border-bottom-style: ridge;
    border-bottom-color: gold;
    border-bottom-width: thin;
    text-align: center
    }

.bold { 
    font-weight: 400; 
} 

a { text-decoration: none}
footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 10px;