/* hoja de estilos index */

@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);

body,html{
    background-color: #142438;
    background-image: url(imagenes/grilla.png);
    background-repeat: no-repeat;
    max-height: 1280px;
    margin: 0px;

}

#pagina{
    max-width: 1045px;
    max-height: 1045px;
    margin: auto;
    margin-top: 15px;
    }

article{
    width: 140px;
    height: 140px;
    background-color: #142438;
    float: left;
    
}

header{
    width: 855px;
    height: 35px;
    float: right;
    }

nav#botonera{
    width: 855px;
    height: 22.5px;
    font-family: 'Pathway Gothic One';
    font-weight: 400;
    font-size: 16px;
    
}

nav#botonera ul{
     height: 35px;
    list-style: none;
    margin: 0px;
    padding: 0px;    
}

nav#botonera ul li{
    background-color: #f0484e;
    width: 10%;
    height: 18px;
    color: #142438;
    float: left;
    margin-left: 56px;

    
    }

nav#botonera ul li a{
    width: 76px;
    text-align: right;
    text-decoration: none;
    display: block;
    padding-right: 10px
}

nav#botonera ul li a:hover{
    background-image: url(imagenes/desplegable.png);
    color: #fff;
    width: 76px;
    height: 36px; 
    
}
nav#imagen{
    margin: 0px;
    padding: 0px;
    float: left;
}



section{
    width: 1045px;
    background-image: url(imagenes/imagen1.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 15px; 
}

nav#magen{
    width: 80%;
    float: left;
}

footer#tuvieja{
    clear: both;
    width: 100%;
    height: 45px;
        }

footer#tu{
    clear: both;
    width: 100%;
    height: 22px;
    background-image: url(imagenes/rotulo.png);
    border: 1px solid #fff
    }

 nav#redes{
    margin-top: 10px;
    height: 35px;
    float: none;
    clear: both;
}
     

nav#redes ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}

nav#redes ul li{
    width: 32px;
    height: 32px;
    float: right;
    background-color: #f0484e;
}

nav#redes ul li:hover{
    background-color: #0072bc;
}  