@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i';
*{
    margin: 0px;
    padding: 0px;
	font-family: 'Lato', sans-serif;
}
html{ 
	font-size: 15px;
    }

.contenido, .materias, .titulo, .encurso, .inte, .datos{
    width: 15%;
    display: inline-block;
    align-content: flex-end;
    margin: 2rem 1.3rem 2.5rem 1.5rem;
    align-content: center;
}

body {
    width: 100%;
	margin:auto;
    font-size: 14px;
    text-align: left;
    background-color: #003060;
}

header {
	margin:auto;
	width:900px;
    align-items:center;
        
}


header h1 {
    color:white;
    justify-content: center;
    display: flex;
    margin: 80px 10px 5px 80px;
    width: 80%;
   } 

h3{
    color: rgb(240, 239, 211);
}

h2{
    color:#ffffff;
    display: flex;
    justify-content: center;
    margin: 0 0 10px 5px;
    
}

.barra{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: #809cc1;
	text-decoration:none;	
}

main{
     width: 80%;
     margin: auto;  
     display: flex;
     background-color: #809cc1;
    border-radius: 15px;
}

.materias{
    font-size:0,5em;
    font-weight: 400;
    align-content: center;
    }

.datos{
    font-size:0,5em;
    font-weight: 400;
 }


footer{
    width:80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    background-color:rgba(221, 226, 96, 0.92);
    margin-top: 70px; }
    

.textofooter{
    display: flex;
    margin: 30px;
    text-align: left;
    color: black;
    font-family: sans-serif;
    font-size: 0,4em;
}

.fadudgpc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
}

a {
    font-family: sans-serif;
    text-decoration: none;
    color: #003060;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    
}
.interes {
    justify-content: left;
    color: rgb(240, 239, 211);
    
}

.inte { 
    background-color: rgba(0, 48, 96, 0.51);
    border-radius: 10px;
    padding:  10px 10px;
    
}