/*Hoja de estilo del TP de DGPC, cátedra G.de Doberti*/
 
body{ font-family: 'Oxygen', sans-serif;
    background-color:rgb(241, 245, 241);
    margin:5%; margin-top:-5rem;  font-size: 10pt; 
    padding: 100px 100px 100px 100px;
}

@font-face {
    font-family: "Oxygen";
    src: url ("tipografia/Oxigen")
           }

    span.morfologia{font-weight:400; font-variant: bold; margin-top:100rem;  }
    

    h1{font-size:o,4rem; font-family: 'Oxygen', sans-serif; } 
    h2{font-size:2.5rem;  font-family: 'Oxygen', sans-serif;    }
h3{font-family:"Oxygen"; font-weight: 400; margin-top:-1rem; }

.morfologia{font-style:normal}   


div#redes{ 
    size: 0,1rem;
    float: left; }

.inscripcion a{ text-decoration: none;
              text-align: top;
              width: 2rem;
              background-color: #fff;
              color: grey;
              padding: 0.3rem;
              height::100%;
              border-color:#dddbdb;
              border-style:solid;
              }

.inscripcion a:hover{background:#627fa3; 
                     color:white; }

 
ul{ list-style-type: none;
    clear: both;
    
  }

header nav#botonera a{ float: left;
                        margin-right: 3rem;
                        margin-left: -2.5rem;
                       
   
                     }

header nav#pestanas a:hover {
  color: #ffe4c7;
  background: #6c6565;}

header nav#pestanas a{
    text-decoration: none;
    display: block;
    padding: 5px;
    padding-bottom:5px;
    float:left;
    width:6rem;
    font-size:19px;
    color: #c96206;
    margin-left:-2.8rem;
    margin-right:3rem;
                     }

section{; margin-top: 100px;
    bottom: 5;
    height: 50px;
       }

footer{font-size: 0,2rem; color: grey;
    margin-top: 200px;
    bottom: 5;
    height: 50px;
    clear:both;  }




h5{font-weight: 200;
   font-size: 0.8rem; }

h6{font-weight: 600;
    font-size: 11pt;
   color:#9f522a;
  padding-top: 100px;  
}

div#galtrabajos{}

h7{font-size: 11pt;
   color:#9f522a; 
   }

article nav#docentes a{
  
    text-decoration: none;
    width:5rem;  
                 }

div#ranking1{padding-bottom: 35; Float:left;padding-right: 35;   }

div#ranking2{ padding-bottom: 35;
}

div#comentarios{ padding-right: 100;}

#columna{
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
        /*Espacio entre columnas*/
    column-gap: 3em;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    -o-column-gap: 3em;
  
}


@media all and(min-width:1px)and (max-width:320px){ 
    

}
    
#portada{ width:100%;}

















 