@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700italic,500,300);



body {
    background-image:url(imagenes/fadu.jpg);
}
    
    

img { 
    
    float: left;
    margin-top: 4rem;
    margin-left: 6rem;
    margin-bottom: 2rem;
    
}


#contenedor {
    border: 6px solid #ffffff;
    width: 42rem;
    clear: both;
    float: right;
    margin-right:20rem;
    weight:5re
    

}


#titulo {
float:left;
    margin-left: 3rem;
    
   
}


#titulo h1{
    
    font-family: Roboto Mono;
font-weight: 700;
   color: #ffffff;
    font-size: 3rem;
    font-style: italic;
    letter-spacing: 0.8rem;
    


}
    
#titulo h3{
    
    font-family: Roboto mono;
font-weight:500;
    margin-top: -1.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
    color:#00ff80;
    
}

#guion {
    clear: both;
    float:left;
    margin-left: 2.5rem;
    margin-top: -9rem;



}

#guion h2{
    font-family: Roboto Mono;
font-weight: 700;
   color: #ffffff;
    font-size: 7rem;
    width: 73rem;
    font-style:italic;
    

}


#tema{
    clear: both;
    float:left;
    margin-left: 3rem;
    margin-top: -5rem;
   
}

#tema h2{ 
    
    font-family: Roboto mono;
font-weight:500;
    margin-top: -2rem;
    font-size: 1rem;
    letter-spacing: 0.5rem;
     color:#00ff80;
}

#tema h3{
    
    font-family: Roboto mono;
font-weight:400;
    font-size: 1rem;
     color:#ffffff;
    margin-top: -0.2rem;
    
   
}


.menutp{
    clear: both;
  margin-bottom: 3rem;
    
    
}


.menutp nav ul {
    margin: 0 auto;
    text-align: center;
    font-family: Roboto Mono;
    font-weight:500;
    letter-spacing: 0.4rem;
  
}



.menutp nav ul li {
    
    list-style: none;
    display: inline-block;
    padding: 1.9rem 1.9rem 1.9rem 1.9rem;
    

}

.menutp nav ul li a {
    
    text-decoration: none;
    color: #ffe200;
    border: 3px solid aqua;
   padding: 1rem;
}


 nav ul li a:hover {
    background-color: #ffffff;
    color:black;
    border: 3px solid #ebff00;
    

} 


#contenedoralumnos{
    float: right;
    margin-right: 6rem;
    margin-top: -42rem;

}



#alumnos nav ul {
    font-family: Roboto Mono;
    font-weight:400;
    font-size: 3rem;
    font-style: italic;
   
    
}


#alumnos ul li {
    list-style: none;
    display: inline-block;
    

}



#alumnos nav ul li a {
    
    text-decoration: none;
    color: #000000;
    border: 3px solid #ffe200;
    background-color: aqua;
   padding: 2rem 2rem 2rem 2rem;
}


 #contenedoralumnos nav ul li a:hover {
    background-color: #ffffff;
    color: #00ff80;
    border: 3px solid  aqua;
 }


aside {
    clear: both;
    margin-left: 25rem;
    float: left;
    margin-top: 3rem;
    

}


h3 {
    color:#ffba00;
    letter-spacing: 0.3rem;
    

}



ul {
    list-style: none;
    font-family: Roboto mono;
    font-weight: 300;
    color:aliceblue;
    letter-spacing: 0.1rem;
    margin-top: 1.7rem;
    margin-bottom: 13.5rem;

}

 h5 {
     color:#71cbcb;
     margin-top: 1.7rem;

}

li strong {
    color:#ffba00;
    letter-spacing: 0.2rem;
    margin-top: 1rem;
    
    
}


footer {
    clear: both;
    font-family: Roboto mono;
    font-weight: 300;
    color:#beb7ae;
    font-style: italic;
    font-size: 0.8rem;
    margin-bottom: 9rem;
    margin-left: 16rem;
    margin-right: 8rem;
    margin-top: 5rem;
   
    
    


}






