@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=BenchNine');
@font-face {
    font-family: 'pt_sansregular';
    src: url('../font/pt_sans-web-regular-webfont.eot');
    src: url('../font/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/pt_sans-web-regular-webfont.woff2') format('woff2'),
         url('../font/pt_sans-web-regular-webfont.woff') format('woff'),
         url('../font/pt_sans-web-regular-webfont.ttf') format('truetype'),
         url('../font/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
nav{
   margin-top: -140px; 
}
#sistema {
    font-family: 'Lato', sans-serif;
    font-size: 3em;
    text-align: center;
}
#carrera{
    text-align: center;
}
img.idpng{
    width: 235px; height: 235px;
}
input{
    margin: auto;
    display: block;
}

input[type=search] {
  border: 2px solid rgba(128, 128, 128, 0.86);
    background: rgba(128, 128, 128, 0.86);
  border-radius: 0;
-moz-border-radius: 5px; -webkit-border-radius: 5px; 
}

section{
    font-family: 'Lato', sans-serif;

}
img.chat{
    width: 75px; height: 75px;
}
#chat{
    color: rgba(128, 128, 128, 0.76);
    text-align: center;
}
#remember{
    text-align: center;
}
footer nav{
    background-color:  #009C78;
}
footer nav ul { 
     list-style: none;
     margin: none;
     padding: 10px;
     display: flex;
     flex-direction: row;
     align-content: space-around;
     justify-content: space-around;
}
div{
    width: 100%;
}
img{
    margin: auto;
    display: block;
}


