/* Hoja de Estilos del TP de DGPC - Catedra Zachin */
/* Equipo vm34 */


body{
    background-image: url(imagenes/fondo.jpg);
    width: 100%;
    
}

#pagina{
    position: relative;
    width: 90%;
    margin: auto;
    background-color: #fff;
    margin-top: 2rem;
    border-radius: 3rem;
    margin-bottom: 2rem;
}

/*---------------------header---------------------------*/

header{
    width: 100%;
    height: 13rem;
    border-bottom-style: solid; 
    border-bottom-color: #000;
    margin-bottom: 2rem;
}

#logo{
    margin: auto;
    text-align: center;   
}

#logo a{
    text-decoration: none;
}

#logo h1{
    font-family: 'Bitter', serif; font-weight: 700;
    color: #000;
}

#logo h2{
    font-family: 'Bitter', serif; font-weight: 400; 
    
}

.dest1{
    color: #009FE3;
}
.dest2{
    color: #E6007E;
}
.dest3{
    color: #FFED00;
}
.dest4{
    color: #000;
}


/*----------------------menu---------------------*/


#main-menu {
		position:relative;
		z-index:9999;
        margin: auto;
    margin-bottom: -2.5rem;
     
	}

#main-menu ul {
		width:12em;
    
    }

#main-menu li a{
    font-family: 'PT Sans', sans-serif; font-weight: 700; 
    color: #000;
    
}


#main-menu li a:hover {
    background-color: #e5e4e4; 
}


/*---------------------tabla---------------------------*/

#tabla h1{
    font-family: 'Bitter', serif; font-weight: 400; 
    color: #fff;
    text-align: center;
    background-color: #E6007E;
    padding: 0.3rem;
    border-radius: 0.7rem;
}

#tabla{
    width: 60%;
    margin: auto;
    position: relative;
    
}

table{
    margin: auto;
    
}

table tr td img{
    border-radius: 0.6rem;
    padding: 0.1rem;
}

/*-------------------footer-----------------------------*/
#redes{
    float: right;
    
    
    
}
aside{
    margin: auto;
    background-color: #fff;
    margin-top: 4rem;
    overflow: auto;
}

aside img{
    float: ;
    margin-left: 0.5rem;
    
}

footer{
    margin: auto;
    font-family: 'PT Sans Narrow', sans-serif; font-weight: 400;
    margin-top: -0.3rem;
    overflow: auto;
    
}

footer p{
    padding: 0.3rem;
    text-align: center;
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
    color: #fff;
    background-color: #000;
    

}


/* -------------------------media 1px-------------------- */


@media all and (min-width:1px){
#logo img{
        width: 6rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    
    #logo h1{
        margin-left: rem;
        margin-top: -2rem;
        font-size: 24pt;
    }
    #logo h2{
       
        font-size: 12pt;
        margin-top: -1.5rem;
        
    }

 
#menu{
    width: 90%;
    margin: auto;
}

#main-menu li a{
    font-size: 9.3pt;   
}    
    
#tabla h1{
    font-size: 9pt;
    margin-top: 3rem;
    margin-bottom: 1rem;   
}

#tabla{
    margin-bottom: 3rem;
    margin-top: 1rem;
    
}    
    
table img{
    width: 4rem;
    
}
    
#redes{
    margin-top: -1.3rem;
    margin-right: 0.4rem;
}    

    
aside{
    height: 1.8rem;
    width: 92%;
    
}

aside img{
    width: 6.5rem;
    
}
footer{
    width: 92%;
    
}
    footer p{
    font-size:5pt;
     
    }    
    
    
 /* -------------------------media 640px-------------------- */   
    
@media all and (min-width:640px){
    #logo img{
        width: 6.5rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    
    #logo h1{
        margin-left: rem;
        margin-top: -2rem;
        font-size: 34pt;
    }
    #logo h2{
       
        font-size: 17pt;
        margin-top: -2.5rem;
        
    }

 #menu {
    width: 34.4rem;    
}
    
#main-menu li a{
    font-size: 6pt;
        
}      


#tabla h1{
    font-size: 13pt;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 2rem;
    padding: 0.3rem;   
}

table img{
    width: 9rem;
    
}

#redes{
    margin-top: 0.8rem;
    margin-right: 0.4rem;
}    

aside{
    height: 2.2rem;
    width: 98%;
   
}

aside img{
    width: 8rem;
    
}
footer{
    width: 98%;
}
footer p {
    font-size: 6pt;
   
    
}
    
/* -------------------------media 800px-------------------- */
    
@media all and (min-width:800px){
    header{
    border-bottom-width: 0.5rem;
}    
    
    #logo img{
        width: 10rem;
        margin-top: 1.5rem;
        margin-left: -31rem;
    }
    
    #logo h1{
        margin-left: 11rem;
        margin-top: -10rem;
        font-size: 40pt;
    }
    #logo h2{
        margin-left: 11.3rem;
        font-size: 20pt;
        margin-top: -2.8rem;
        
    }

   #menu {
    width: 38rem;    
}

#main-menu li a{
    font-size: 7.5pt;    
}

#tabla h1{
    margin: auto;
    width: 100%;
    font-size: 16pt;
    margin-top: 6rem;
    margin-bottom: 2rem;
    
}

#tabla{
    margin-bottom: 6rem;
    
}
    
table img{
    width: 12rem;
    
    
}
    
aside{
    width: 98%;
    height: 2.2rem;
    
}

aside img{
    width: 8rem;
    
}
footer{
    width: 98%;
}
footer p{
    font-size: 6.5pt;
        
}
    
 
}

