body{
    margin:0px;
    }

/* Rótulo con imagen de la cátedra */
header#header1{
            display:flex;
            background-color: black;
            justify-content: space-between;
            font-family: 'Lora', serif;
            font-size: 0.5em;
            color: white;
            }
figure {
    display: flex; justify-content: center;
    margin: 10px;
    
    } 
figcaption{
    float:right;
    margin:5px;
}

/* Barra de navegación */
header#header2{ 
            display: flex;               
            background-color: deepskyblue; 
            font-family: 'Josefin Sans', sans-serif;
            font-size: 15px; 
            color: black;
            margin:0px
            }

ul#ul1{
    display: flex; justify-content: center;
    
    margin: 0.5em;
    display: flex; 
    list-style-type: none;
    justify-content:;
    padding: 0em;
    }

a#nav{
  padding: 1em;
  text-decoration: none; 
  font-size: 15px; 
  color: black;
 }

/*Página Principal*/
main{
    background-color: lightblue;
    background-size: contain;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px; 
    color:black;
    margin: auto; 
    padding: 2em 2em 20em 0em;
    }

h1{
    display: flex; justify-content: center;
    padding: 0.2em;
    margin: 2em;
   
    font-family: Josefin Sans', sans-serif;
    font-size: 11px; 
    color: mediumblue;
    margin: 20px;
    

    
    
}

h2{
    display: flex; justify-content: center; 
    letter-spacing: 10px;
}


ul{
    display: flex; justify-content: center;
    
}
p#pimg2{
    display: flex; justify-content: center;
    width:50%;
    padding: 1em;
    margin-top: 2em;
    margin-left: 20em;
    float: none;
    display: flex; justify-content: center;
    justify-content:space-between
    font-size: 15px;
    color: black;
    
   
    
}
p#pimg3{
    display: flex; justify-content: center;
    width:100%;
    padding: 1em;
    margin-top: 2em;
    margin-left: 20em;
    float: none;
    display: flex; justify-content: center;
    justify-content:space-between
    font-size: 15px;
    color: black;

    }

h3#registrate{
    display:flex;
    justify-content: center;
    background-color: rgba(2, 0, 5, 0.52);
    width: 30%;
    padding-top: .5em;
    padding-bottom: .5em;
    color:white;
    margin-left: 32em;
}

h3{
    display: flex; justify-content: center;
    text-decoration-line: overline;
    
    
}
li.li1{ 
    background-color: white;
    padding:.5em .5em .5em 1em ;
    font-size: 0.7em;
    margin:1em;
    border-radius: 1em;
}

footer{
    background-color: grey;
    background-size: contain;
    margin-bottom: 0px;
    padding: 5px 10px 5px 10px;
    font-family: 'Lora', serif;
    font-size: 0.5em;
    color:white;
    }


