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


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{ 
    background-image: url(imagenes/transp_bg.png);
    background-repeat: repeat;
    width:auto;
}

div.contenedor {
    max-width: 960px;
    margin: auto;
}

header{
    height:150px;
    width: 100%;
    border-bottom: 3px solid #495373;
}

#logo {
    height: 80%;
    float:left;
    padding:0.8em;
}

header nav {
    float: right;
    height: 50px;
    margin: 2.3em;
}

header nav ul li{
    float:left;
    margin-right: 25px;
    padding:12px;
    list-style: none;
    font-family: 'Lato', sans-serif;
    font-weight:700;
    font-kerning: normal;
}

header nav ul li a{
    text-decoration: none;
    color: #928370;
    transition: 1s;
}

header nav ul li a:hover{
    text-decoration: none;
    color: #ff8a00;
    transition: 1s;
}

body div.contenedor header div#barra {
    background-color: #495373;
    height: 30px;
    width: 100%;
}

body div.contenedor header div#barra h3 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 7px;
    padding-left: 8px;
    color: white;
    font-weight: 400;
    font-size: 0.9em;
    float: left;

}

body div.contenedor header div#barra ul {
    margin-bottom: 0px;
    margin-top: 0px;
}

body div.contenedor header div#barra ul li {
    list-style: none;
}

body div.contenedor header div#barra ul li img {
    height: 25px;
    width: 23px;
    float: right;
    margin-right: 8px;
    padding-top: 4px;
}

article {
    height:auto;
    width:100%;
    margin-top: 1em;
}

article div#datos {
    background-color: #928370;
    height: 280px;
    width: 65%;
    padding:12px;   
    line-height: 27px;
    float: left;
    color: black;
}

#foto {
    margin: 25px;
    height: 75%;
    float:left;
}

h3 { 
    font-family: "lato", sans-serif;
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 20px;
}

article div#materias {
    background-color: #495373;
    display: inline-block;
    width: 33%;
    height: 280px;
    padding: 12px;
    line-height: 27px;
    margin-left: 1em;
    color: white;
}

article div#historial {
    width: 100%;
    height: 200px;
    padding: 12px;
    line-height: 27px;
    margin-left: 1em;
}

article div{
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

footer {
    margin-top: 1em;
    background-color: #928370;
    height: 60px;
    clear: both;
}

footer p {
    font-family: "lato", sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    padding: 12px;
    color:azure;
}





article div#datospropuesta {
    background-color: #928370;
    height: 750px;
    width: 55%;
    padding:12px;   
    line-height: 27px;
    float: left;
    color: white;
}

article div#informacion {
    display: inline-block;
    width: 43%;
    height: 280px;
    padding: 12px;
    line-height: 27px;
    margin-left: 1em;
    color: black;
}

article div#imagenes {
    width: 100%;
    height: 800px;
    padding: 12px;
    padding-left: 100px;
    margin-left: 1em;
}

h3#imagenes {
    width: 100%;
    padding: 12px;

}