/* hoja de estilos academica */

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

body,html{
    background-color: #142438;
    background-image: url(imagenes/grilla2.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/botonavegador.png);
    color: #fff;
    width: 76px;
    height: 18px; 
    
}
nav#imagen{
    margin: 0px;
    padding: 0px;
    float: left;
}



h1{font-size: 14px; 
   font-weight: 150;
   font-family: 'Pathway Gothic One';
    color: #fff;
    margin-top: 20;
    border: 2px solid #f0484e;
    letter-spacing: 1px;
    padding-left: 2px; 
    width: 150px;
    }

section#columna{
    width: 250px;
    float: left;
    margin-bottom: 0px;
    height: 370px;
    margin-top: 150px;
    color: #fff;
    font-family: 'Pathway Gothic One';
    letter-spacing: 0.3px;
    }

section#registro {
    width: 290px;
    float: left;
    margin-left: 100px;
    margin-bottom:0px;
    height: 390px;
    margin-top: 165px;
    color: #fff;
    font-family: 'Pathway Gothic One';
    letter-spacing: 0.3px;
}


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

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

   
   nav#logo ul{
    height: 140px;
    width: 140px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    
      }

nav#logo ul li{
    width: 140px;
    height: 140px;
    float: left;
    margin-left: 5px;
     background-color: #142438;
    }

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

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

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

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


nav#logo ul li a{
    width: 140px;
    height: 140px;
    text-align: right;
    text-decoration: none;
    display:block
}

   nav#logo ul li a:hover{
   background-image: url(imagenes/botonlogo.png);
   width: 140px;
   height: 140px;
}

