@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700,400);
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    background-image: url(imagenes/fondo.jpg);
    background-size: 1500px;
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
header {
    float: auto;
    width: 900px;
    height: 170px;
    margin-top: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url(imagenes/portada.svg);
    background-repeat: no-repeat;
}
p {
    font-size: 0.7rem;
    font-weight: 300;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 0.1rem;
    }
div#botonera {
    float: right;
    margin-top: 102px;
    padding-right: 8px;
}
div#botonera a {
    font-size: 0.8rem;
    font-weight: 300;
    text-decoration: none;
    color: #605e5e;
    display: inline-block;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}
div#botonera a:hover {
    display: inline-block;
    background-color: #d1d1d1;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
main {
    margin-top: 10px;
    display: block;
    width: 230px;
    height: 260px;
    float: left;
    background-color: #ebebeb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
main nav {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    height: 260px;
}
h3 {
    font-size: 0.7rem;
    font-weight: 300;
}
input {
    width: 200px;
}
textarea {
    width: 200px;
    height: 50px;
}
main nav ul {
    padding-top: 15px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    }
main nav ul a {
    padding-right: 5px;
}
div#referente {
    margin-top: 8px;
    width: 230px;
    height: 476px;
    background-color: #ebebeb;;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
div#referente nav{
    width: 190px;
    height: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}
div#referente nav a{
    list-style: none;
    text-decoration: none;
    color: #3f9b83;
}
aside {
    width: 645px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    height: auto;
}
aside nav {
    padding-left: 7px;
    background-color: #e2e0e0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: auto;
}
aside nav ul {
    width: 420px;
    float: right;
    text-align: left;
    margin-right: 5px;
    height: 90px;
}
aside nav li {
    width: 645px;
    float: left;
    text-align: left;
    height: auto;
    text-decoration: none;
    list-style: none;
    margin-top: 5px;
}
h1 {
    font-size: 1.1rem;
    font-weight: 300;
    width: 550px;
    padding-top: 3px;
    padding-left: 3px;
}
h2 {
    font-size: 0.9rem;
    font-weight: 300;
    width: 627px;
    background-color: #84e0c0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 5px;
    margin-top: 5px;
}
h2 a {
    text-decoration: none;
    color: #363434;
}
h5 a {
    text-decoration: none;
    color: #29906d;
}
.destacado1 { 
    font-size: 1rem;
    font-weight: 400;
    width: 627px;
}
footer {
    width: 900px;
    clear: both;
    text-align: center;
    float: left;
    margin-bottom: 10px;
}
h4 {
    padding-top: 5px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #363434;
    text-align: center;
}
h5 {
    padding-top: 5px;
    font-size: 0.7rem;
    font-weight: 300;
    color: #020202;
    text-align: left;
}
h6 {
    font-size: 0.8rem;
    font-weight: 300;
    color: #020202;
    text-align: left;
    padding-left: 3px;
}
h7 {
    font-size: 0.8rem;
    font-weight: 400;
    color: #020202;
    text-align: left;
    padding-left: 3px;
    padding-top: 3px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #363434;
}
h8 {
    font-size: 1.1rem;
    font-weight: 400;
    padding-left: 10px;
    margin-top: 10px;
    color: #fff;
    float: left;
}
h9 {
    font-size: 0.8rem;
    font-weight: 400;
    width: 360px;
    padding-left: 10px;
    margin-top: 5px;
    float: left;
    color: #efefef;
}
.destacado2 { 
    font-size: 0.7rem;
    font-weight: 400;
}
.destacado3 { 
    font-size: 0.8rem;
    font-weight: 400;
    padding-left: 3px;
}
div#comentarios {
    margin-top: 8px;
    width: 230px;
    height: auto;
    background-color: #ebebeb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    padding-left: 3px;
}
div#ficha {
    margin-top: 5px;
    float: left;
    margin-left: 5px;
    background-color: #87d0b7;
    width:200px;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
div#trabajos {
    background-image: url(imagenes/trabajos.svg);
    background-repeat: no-repeat;
    float: left;
    width: 800px;
    height: 120px;
    margin-left: 3px;
    margin-top: 10px;
}
div#trabajos li {
    text-decoration: none;
    list-style: none;
    margin-left: 30px;
    margin-top: 15px;
}
div#trabajos li a {
    text-decoration: none;
    margin-right: 40px;
    list-style: none;
}
div#datos {
    width: 600px;
    height: auto;
    float: left;
    margin-top: 10px;
}
div#catedra {
    float: left;
    width: 380px;
    height: 475px;
    margin-left: 3px;
    margin-top: 10px;
    background-color: #87d0b7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 20px;
}
div#docentes {
    background-color: #bee5d8;
    float: left;
    width: 200px;
    height: 475px;
    margin-top: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
div#docentes2 {
    float: left;
    width: 190px;
    height: auto;
    margin-right: auto;
    margin-left: 18px;
    margin-top: 10px;
}
{ }
{ }