*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

header{
    width: 100%;
    height: 60px;
    /*background: #227FBC; /*cambiar para cada página */
}


article{
    padding: 20px;
    text-align: justify;
}

article h1{
    font-size: 50px;
    text-align: center;
    padding: 20px;
    background: antiquewhite;
}

article h2{
    font-size: 30px;
    text-align: center;
    padding: 10px;
    background: antiquewhite;
}

article h3{
    font-size: 20px;
    margin-top: 20px;
    margin-left: 30%;
    margin-right: 30px;
    margin-bottom: 10px;
}

article h4{
    font-size: 25px;
    text-align: left;
    padding-top: 45px;
    padding-bottom: 20px;
}

article h5{
    font-size: 25px;
    text-align: left;
    padding-bottom: 20px;
    }


article p{
    line-height: 25px;
    font-size: 20px;
    margin-top: 20px;
    color: black;
    padding-left: 30px;
    padding-right: 30px;
 }

article hr{
    width: 300px;
    height: 3px;
    margin: auto; 
    border-style: none;
    background: brown;    
}


article a{
    text-decoration: none;
    color: black;
    cursor: pointer;
}

 article a:hover{
   /* font-size: 1.1em; */
    text-decoration: none;
    color: brown;
    cursor:pointer;
}

article p k{
  font: small-caps 100%/200% serif;
    font-size: 1.1em;
} 

.volver{
    background: antiquewhite;
    color: white;
    text-align: center;
    line-height: 10px;
    margin: 10px;
}

.volver p{
    font-size: 18px;
}

.volver a p{
    color: brown;    
}

.volver a:hover p{
    background: brown;
    color: antiquewhite;
}

.instituciones{
    width: inherit;
    text-decoration: none;
    background: antiquewhite;
}

.instituciones .universidad h6{
    padding-top: 10px;
    font-size: 25px;
}

.instituciones .universidad h7{
    font-size: 20px;
}

.instituciones .universidad ul{
    list-style: none;
    padding-left: 30%;
    padding-right: 30px;
    text-decoration: none;
    padding-bottom: 10px;
}

.instituciones .universidad ul, li{
    padding-bottom: 10px;
    padding-top: 10px;
}

.instituciones .universidad ul, ol a{
    padding-bottom: 10px;
}

.instituciones ul li a:hover{
    padding: 10px;
    font-size: 1.1em;
    color: antiquewhite;
    background: brown;
}


li{
    text-decoration: none;
}
    
.instituciones .universidad img{
    max-width: 15%;
    } 

.instituciones .universidad h6{
    text-align: auto;
    font-size: 20px;
    text-align: left;
}








