html{
    font-family: 'Roboto', sans-serif;
}

header p{
    text-align: center;
    color: #d7d7b1;
    font-size: 30px;
    margin-top: 17px;
}

header #avatar {
    width: 72px;
    border-radius: 60%;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}

body {
    background-image: url("../images/trama.png");
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75px;
    background-color: #323e49;
    border-top: 5px solid  #232c33;
}
#footer #last {
    margin-right: 0;
}

#footer img{
    margin-right: 60px;
    height: 59px;
}

#footer p{
    margin-top: 0;
    text-align: center;
}

#main {
    height: 100%;
    margin-bottom: 15px;
    margin-top: 120px;
}

#footer img:hover, .imgmateria:hover, #matematica:hover  {
    filter:alpha(opacity=700)3000;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* cronograma */

#mes {
    max-width: 88%;
    margin: auto;
    display: block;
    margin-top:40px;
    padding-bottom: 40px;
    cursor: pointer;
}
#mes-bot {
    max-width: 88%;
    margin: auto;
    display: block;
    padding-bottom: 40px;
}

/* contenidos */
.video p{
   text-align: center;
}

.video #last-video {
    padding-bottom: 120px;
}

.img-video {
    width: 363px;
}

#matematica {
    width: 363px;
    margin-bottom: 25px;
}

/* pool */
#poola, #poolb {
    max-width: 88%;
    margin: auto;
    display: block;
    margin-top:40px;
    cursor: pointer;
}

#ppool {
    text-align: center;
    font-size: 25px;
    color:#323e49;
}

/* materias */
.imgmateria {
    width: 90%;
    float: left;
    margin-top: 10px;
    max-width: 403px;
    margin-left: 18px;
}

/* login */

#login1 {
    max-width: 375px;
    width: 58%;
    margin: auto;
    display: block;
    margin-top: 12px;
}

#plataforma {
    text-align: center;
    font-size: 25px;
    margin-top: -11px;
    color: #323e49;
    margin-bottom: 16px;
}

.login-p {
    text-align: center;
    font-size: 23px;
    margin-bottom: 0px;
    color: #323e49;
    margin-top: 12px;
}

#input{
    text-align: center;
    margin-bottom: 0;
}

.inputs{
    max-width: 400px;
    height: 37px;
    margin-bottom: 9px;
    padding-left: 25px;
    border: none;
    font-size: 19px;
    width: 64%;
    color: #323e49;
}

#login2 {
    max-width: 375px;
    width: 58%;
    margin: auto;
    display: block;
    margin-top: 4px;
}

::-webkit-input-placeholder {
    color:    #b9b9b9;
}

a {
    text-decoration: none;
}

/* notas */


#notaspc {
    font-size: 25px;
    width: 88%;
}
#notas {
    text-align: center;
    display: none;
}

.mobilepc {
    display: none;
}

@media screen and (max-width: 1000px) {
    #notaspc {
        display: none;
        width: 88%;
    }
    #notas {
        width: 88%;
        max-width: 535px;
        display: inline-block;
    }
    #footer img{
        margin-right: 10px;
    }
    .mobilepc{
        display: inline-block;
    }
}
.imgmateriasPC {
    width: 90%;
    margin-top: 10px;
}
#notaspc p {
    text-align: center;
}
