*{margin: 5px;
    padding: 5px;}

html {

font-family: sans-serif;}

#teoria {
    
    width: 170px;
    float: left;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#muestrafotos {
    width: 90%;
    float: left;
}

#catedra {
    width: 90%;
    float: left;
}

#home {
    width: 90%;
    float: left;
}


#logo_uba {
    width: 100px;
    }

#logo_fadu {
    
    width: 150px;
    float: left;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

nav ul {
list-style:none;
    margin-bottom: 25px;
    margin-top: 10px;
}

nav ul li {
    float:left;
    margin-right: 15px;
}

nav ul li a {
    text-decoration: none;
   
}


#contenedor, header, main, aside, footer {
    
    margin:10px;
    padding:30px;
   
}

body {
    background-color: rgb(9, 49, 85);
}

header {
    margin-bottom: 10px;
    background-color: rgb(107, 179, 248);
    
}

main {
    width: 60%;
    float:left;
    background-color: rgb(143, 196, 248);
}

aside {
    width: 20%;
    float:right;
    background-color: rgb(176, 231, 232);
}

footer { 
    width: auto;
    background-color: rgb(107, 179, 248);

    clear:both;
}


.destacado1 {
     background-color: currentColor rgb(50, 252, 13);
     color:rgb(245, 241, 241);

}


header ul li:hover{
    background-color: rgba(11, 122, 222, 0.79);
}


.destacado2 {
    background-color: currentColor rgb(8, 8, 8);
    
}

#home {
    width: 100%
}

.pantalla {
    width: 90%; }

li {list-style: none;
    display: inline;}



#mapa ul li {
    margin:0px;
    padding: 0px;
    float:none;
    display: block;
}

#mapa ul li a {
    text-decoration: none;
    color: #000;
   
}

#mapa ul li a:hover {    
    color: #fff;
   
}