/* Hoja de estilos TP de DGPC - Cátedra Giordano de Doberti */
/* Equipo vm07-Alumna 3-Ana Maeder*/
body { 
            font-size: 11pt;
            background-color: rgb(255, 255, 255);
            width: 960px;
            margin: auto;
            color: rgb(255, 255, 255);
            }


header {
            background-image: url(logo-dgg.svg);
            background-size: 100%;
            margin-bottom: 3rem;
            background-repeat: no-repeat;
            height: 210px;
            }
header img { 
            margin-left: 850px;
            margin-top: 45px;
}

header h1 {
            font-family:'PT Sans Narrow', sans-serif; 
            color: rgb(0, 0, 0); 
            font-weight: 400;
            font-size: 1.8rem;
            margin-left: 15rem;
            margin-right:7rem;
            margin-top:-5rem;
            margin-bottom: 0.7rem;
            }

header h2 { font-family:'PT Sans Narrow', sans-serif;
            color: rgb(0, 0, 0);
            font-weight: 700;
            font-size: 1.4rem;
            margin-top: -1rem;
            margin-left: 15rem;
            margin-bottom: 3rem;
            }


article {
            background-color: rgb(0, 0, 0);
            margin-top:-3rem; 
            }

div#menu {
            background-color: rgb(0, 0, 0);
            height: 50px;
            width: 960px;
            }

div#menu h3{ 
            float: left;  
            margin-left: 200px;
            padding: 0px 10px ;
            font-family:'PT Sans Narrow', sans-serif; 
            color: rgb(255, 255, 255); 
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: -1rem;
            }


div#lateral{
            background-color: rgb(0, 0, 0);
            float: left;
            width: 175px;
            padding: 0px 10px ;
            }

div#lateral h3 { 
            font-family:'PT Sans Narrow', sans-serif; 
            color: rgb(0, 250, 250); 
            font-weight: 700;
            font-size: 1rem;
            }
div#lateral p {
            font-family: 'Muli', sans-serif;
            color: rgb(255, 255, 255); 
            font-weight: 300;
            font-size: 0.8rem;
            }
div#foto{ 
            width: 100px;
            float: left;
            padding: 0px 10px;
            margin-top: -30rem;
            }

footer {
            background-color: rgb(255, 255, 255);
            width: 960px;
            height: 70px;
            color: rgb(0,0,0);
            font-family: 'Muli', sans-serif;
            font-weight: 200;
            font-size: 0.8rem
            }



    