



<link href='http://fonts.googleapis.com/css?family=Raleway:400,600,800' rel='stylesheet' type='text/css'>

* {

margin: 0;
padding: 0;
    text-decoration: none;
    list-style-type: none; 
    


}



body {


background-image: url(fondo.jpg);

width: 100%;



}



#contenedor {

    
width: 980px;
margin: 0 auto;
background-color: whitesmoke;
    height: 650px;
   


}


nav { 
    
    
    height: 50px;
    padding-top: 15px;
    margin: 0 auto;
    padding-left: 15px;
         


    
    }


nav ul  li {
     float: left;
     width: 24%;
        border: solid darkgrey 1px;
   
    height: 35px;
    text-underline-position: auto;
    line-height: 26px;
    text-decoration-style: none;
    list-style-type: none;
  
    }
    


nav ul  li a {
     
     text-align: center;
     font-family: sans-serif;
    display: block;
    text-decoration: none;
    color:black;
     border-top: solid darkorange  6px;
      color: grey;
 

    
}
 


main {


clear: both;
width: 320px;
padding: 15px;
position: absolute; 
    float: left;
    padding-left: 40px;
    border-right: dashed grey 2px; 
        
    margin-top: 30px;
    margin-: 30px;
}


h1  {

    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;
    color: grey;
    
    
    }


h2  {

    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    color:grey;
    
    
    }


h3  {

    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    color: grey;
    
    }




aside {

    float: left;
    width: 50%;
   
    position:absolute;
    
    margin-top: 90px;
    margin-left: 420px;
    margin-right:320px;
    margin-bottom: auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: grey;
  
   

    
    
    }


aside span  {
    
    font-weight: 600;
    
   
    
    
    
    }



aside ul li {


list-style-type: none;

}



aside p  {
    padding-left: 35px;
    
    }


#aprobadas {
    
    float: left;
        


}



#encurso {
    
    float: left;
    padding-left: 30px;
    

}


footer {


clear: both; 
    width: 950px;
    height: 50px;
    background-color: whitesmoke;
    margin: 0 auto;
    padding: 15px;

}


   footer p {
            font-size: 13px;

    color: darkslategray;
   text-align: left;
        display: block;
         padding-top: 10px;
         font-family: sans-serif
         
         
}



  
    





