@charset "utf-8" 
    
html{
    height: 100%;
    
}

body{
    background-color: white;
}

#logodgpc {
    margin: 0;
    padding: 0;
    max-width: 3em;
}

h1{
    border-style: solid;
    background-color: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: orange;
    color: orange;
    font-size: 1.7em;
    display: block;
    text-align: center;
    font-family: Montserrat;
    font-weight: bold;
    
}
h3 {
    border-style: solid;
    background-color: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: orange;
    color: orange;
    font-size: 1.2em;
    display: block;
    text-align: center;
    font-family: Montserrat;
    font-weight: semi-bold;
    
}

h4 {
    border-style: solid;
    background-color: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    color: orangered;
    font-size: 1em;
    display: block;
    text-align: center;
    font-family: Montserrat;
    font-weight: normal;
}

#inicio ul {
   list-style: none;
   text-align: center;
}

#inicio li{
   display: inline;
   text-align: center;
   margin: 0 30px 0 0;
}

#inicio li a {
    text-decoration: none;
    font-family: montserrat;
    font-weight: normal;
    color: orangered;
    font-size: 01.2em;
}

#equipo ol{
    list-style: none;
    text-align: center;
}

#equipo li{
    display: inline;
    text-align: center;
    margin: 0px 50px 0px 0px;
    
}
    
#equipo li a {
    background-color: antiquewhite;
    color: #2F4F4F;
    font-size: 0em;
}

#quipo li a:hover{
    color: black;
}

main section img{
    background-color: antiquewhite;
    text-align: center;
    margin: 0px 30px 0px 0px;
}

main p{
    color: orangered;
    font-family: montserrat;
    font-weight: normal;
    text-align: center;
    margin: 0px 15px 0px 0px; 
    font-size: 15px;
}

#avatar{
    background-color: antiquewhite;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.primerosbocetos {
    display: flex;
    justify-content:center;
    flex-direction: row;
    align-content: center;
}

.primerobocetos img{
    padding: 0 0 0 0;
    margin: 15px;
    
}

#boceto {
    max-width: auto;
    max-height: 300px;
}

#analisis {
    background-color: antiquewhite;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 300px;
}

#analisis{
    max-width: 30em;
}


main div ul {
    list-style: none;
    text-align: center;
    font-family: montserrat;
    font-weight: normal;
    font-size: 0.8em;

}

#logofadu{
    max-width: 10em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer {
    background-color: snow;
    font-family: montserrat;
    font-size: 0.8em;
}