/* hoja de estilos de mi rotulo individual */

/*body*/
body{
    background-image: url("img/fondo.jpg");
}

/*INFO GENERAL*/
#barra-navegador{
    background:none;
    
}

#barra-navegador li{
    text-align: left;
    display:inline-block;
    flex-direction: row;
    justify-content: flex-start;
}

#barra-navegador  a{
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
    font-family: sans-serif;
    color: #0d0d0d;
}


/*BARRA DE NAVEGADOR*/
header{
     background-color:rgba(158, 81, 191, 0.67);
    border-radius: 29px 29px 29px 29px;
-moz-border-radius: 29px 29px 29px 29px;
-webkit-border-radius: 29px 29px 29px 29px;
border: 0px solid #000000;
}
header nav ul  {
    padding: 1.5rem; 
    width:50%;
    margin:auto;
    display: flex ;
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
    font-size: 1.6em;
    list-style:none;
}


header nav ul li a {
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
    color:#000000;
    font-weight: bold;
}



/*MI INFORMACION*/
#materias{
    background:rgba(16, 16, 16, 0.89);
    margin: auto;
    width: 12cm;
    height:24cm;
    margin-top: 30px;
    border-radius: 29px 29px 29px 29px;
    -moz-border-radius: 29px 29px 29px 29px;
    -webkit-border-radius: 29px 29px 29px 29px;
    border: 0px solid #000000;
    
}

h1{
    font-family: 'Josefin Sans', sans-serif;
    color:#9e51bf;
    text-align:center;
    background:none;
    list-style-type:none;
    justify-content: center;
    width:100%;
    font-size: 50px;
    margin-bottom: 1px;
    padding:30px;
    width: 10.4cm;
    height:1cm; 
    
}
h2{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #a5dce0;
    text-align:center;
    background:none;
    font-size: 30px;
    
 
   
}
h3{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #a5dce0;
    text-align:center;
    background:none;
    font-size: 18pt;
}

 #materias ul{ 
    padding:inherit; 
    list-style-type:none;
    color: #ffffff;
    text-align:center;
   }



#materias ul li{ 
     font-family: 'Josefin Sans', sans-serif;
     display:list-item;
     color:white;
     text-align: center;
}


/*Foto*/
figure { 
    padding:0rem; 
    margin:auto;
    display: flex;
    justify-content: center; 
}
#foto{
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
}

/*footer*/
footer{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    Color:#000000;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    
 }
 






