@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700');


body { background-color: #020e40 }
/*Brra de navegacion*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0a475d;
    font-family: 'rubik';
    width: 1000px;
}

li {
    float: left;
}

li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: background-color 0.5s ease;
    
}

/*Cambio de color al pasar*/

li a:hover {
    background-color: #07032f;
    text-emphasis-color: #ffffff;
}

h1{ 
   color: #ffffff;
   font-family: 'Rubik';
   font-weight: 700;
   font-size: 45px;
   padding-left: 30px;
   padding-top: 30px;
   background-color: #e3a927;
   width: 770px;
   border-radius: 20px;
}

img.alineadoTextoImagenArriba {vertical-align: middle;
                               padding-right: 30px;
}

h2{ 
   color: #e3a927;
   font-family: 'Rubik';
   font-weight: 700;
    font-size: 30px;
   margin: 275px;
   margin-top: -20px;
    margin-bottom: 50px;
    
}


h3 {
    font-family: 'Rubik';
    font-size: 22px;
    color: #e3a927;
    text-decoration: underline;
    background-color: #0a475d;
    width: 180px;
    height: 30px;
    padding-bottom: 10px;
}
h5 {
    font-family: 'Rubik';
    font-size: 20px;
    color: black;
    margin-top: -40px;
    margin-bottom: -10px;
}
.cursadas{
    margin-left: 250px;
}
.Materias {
    font-family: 'Rubik';
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    padding: 30px;
    margin-left: 10px;
    background-color: #0a475d;
    width: 250px;
    border-radius: 20px;
    
}

footer {
    font-family: 'Rubik';
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    width: 1000px;
}


