@import url(http://fonts.googleapis.com/css?family=Asap:400,700,700italic,400italic);

/* Hoja de Estilos de JT08 */

body, html{
    width: 1080px;
    height: 100%;
    font-size: 100%;   
    margin: auto;
    background-image: url(tp/imagenes/01_fondo_textura_header.png);
    }


header {
        width: 1024px;
        background-color: #363636;
}

.texto_destacado1{ font-size: 18px;}
nav{
    margin-top: 50rem;
    }

nav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    }
nav ul li{
    width: 100%;
    margin-bottom: 0.5rem;
    }
nav ul li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    background-color: rgba(75, 116, 144, 0.5);
    }
nav ul li a:hover{
    color:rgba(255,255,255,1);
    background-color: rgba(255, 255, 255, 0.3);
}

section{
    width: 1080px;
}    

#sect

#nico,#nati, #yas{
    margin-top: 80px;
    width: 116px;
    height: 162px;
    background-color: rgba(75, 116, 144, 0.2);
    float: left;
    margin-right: 100px;
    font-size: 17px;
    color: rgb(75, 116, 144);
}

#nico a{
    
}
#nati a{
    background-image: url(imagenes/2a.png);
}
#yas a{
    background-image: url(imagenes/3a.png);
}

#nico a:hover{
    
}
#nati a:hover{
    background-image: url(imagenes/2.png)
}
#yas a:hover{
}
/*media queries*/
@media all and (min-width: 641px) {
    header{
        position: relative;
        width: 100%;
    }
    nav{
        position:absolute;
        bottom:0.1rem;
        right:0.1rem;
    }
    
    nav ul li{
        width:8rem;
        float:left;
        margin-right: 0.4rem;
}

}

@media all and (min-width: 321px) and (max-width: 640px){
dix#redes{ 
    width: 10rem;
    position: absolute;
    top: 8rem;
    right: 0.2rem;
    }

@media all and (min-width: 1px) and (max-width: 320px){
nav ul li{ 
    width: 8rem;
    float: left;
    }    
}
