body
{
  font-family: "Ubuntu", "Source Sans Pro", sans-serif;
  background: #fff;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.logo
{
  text-align: center;
  padding-bottom: 20px;
}

.header
{
  margin: 20px auto 0 auto;
  width: 780px;
  position: relative;
}

#footer
{
  font-size: smaller;
  color: gray;
  text-align: center;
  margin: 2em auto 0 auto;
  width: 740px;
}

i.fa
{
  color: #21759b;
  margin-bottom: 0.25em;
}

#menu
{
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background: #21759b
}

ul.sidebar-nav
{
  list-style: none;
  margin: 0;
  padding: 0 auto 0 auto;
}

ul.sidebar-nav li
{
  float: left;
  margin: 0;
  padding: 0;
}

ul.sidebar-nav li a
{
  display: block;
  color: white;
  text-decoration: none;
  vertical-align: middle;
  padding: 10px 20px 10px 20px;
  max-width: 200px;
  transition: background 0.2s ease;
  font-weight: bold;
}

ul.sidebar-nav li a:hover
{
  background: grey;
}

.content
{
  width: 740px;
  position: relative;
  margin: 0 auto 0 auto;
}

.main-content
{
  margin: 0 auto 0 auto;
  width: 80%;
}

.featured-image
{
  margin-right: 1.5em;
}

.featured-image > img
{
  max-width: 250px;
}

#widgets
{
  position: relative;
  margin: 0 auto 0 auto;
}

#slider
{
  text-align: center;
  position: relative;
  margin: 1em auto;
}

#slides {
  position: relative;
  width: 100%;
  height: 340px;
}

#slides > div > img
{
  width: 100%;
}

#slides > div {
  position: absolute;
  /*top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;*/
  display: none;
}

div.noticias {
  margin: 20px auto 0 auto;
  position: relative;
  width: 740px;
  font-size: 90%;
}

div.noticias > span
{
  font-weight: bold;
}

div.contacto {
  margin: 20px auto 0 auto;
  position: relative;
  width: 300px;
  text-align: center;
  font-size: 75%;
}

div.noticias > div.noticia
{
  margin-left: 0.5em;
  margin-bottom: 1em;
}

div.noticia > span.description > span.date
{
}

div.noticia > span.description > span.title
{
  font-weight: bold;
}

div.noticia > span.description > div.summary
{
  padding-top: 0.5em;
  padding-left: 1em;
}

hr.widget-sep
{
  width: 700px;
  border: 0;
  height: 2px;
  background-color: #d0d0d0;
  margin-top: 2em;
}

div.papers
{
  margin-left: 1em;
}

div.papers > div.years > div.year
{
  font-weight: bold;
  font-size: large;
}

li.paper > span.description > a.title
{
  font-style: italic;
}

li.paper > span.description > div.links
{
  margin-top: 0.5em;
}

div.miembros
{
  margin-left: 2em;
}

div.miembro > span.image > img
{
  margin-bottom: 2em;
  border-radius: 5px;
}

div.miembro > span.description > div.name
{
  font-size: large;
  font-weight: bold;
}

div.miembro > span.description > div
{
  margin-bottom: 0.5em;
}

div.miembro > span.description > div > i.fa
{
  margin-right: 0.5em;
}

div.materias
{
  margin-left: 0.5em;
}

div.materia
{
}

div.materia > span.description > div.title
{
  font-weight: bold;
  margin-bottom: 0.5em;
}

div.proyectos
{
  margin-left: 2em;
}

div.proyecto 
{
}

div.proyecto > span.description > div.title
{
  font-weight: bold;
  margin-bottom: 0.5em;
}

div.separator
{
  margin-bottom: 2em;
}

figure > img
{
  max-width: 600px; 
}

figure.float_right
{
  float: right;
}
