/* 2012-09-05 17:49:18 ./css/home_header.css */
/* Generated by LESS PHP v0.3.8 */

#top {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url(../img/header-degradado.png) repeat-x;
  margin-bottom: 10px;
  position: relative;
  padding-top: 10px;
}
#logo {
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  padding: 0;
  margin: 0;
}
#logo a {
  width: 541px;
  height: 58px;
  display: inline-block;
  background: url(../img/logUAM.png) no-repeat;
  text-indent: -99999px;
  white-space: nowrap;
}

#sub-logo {
  position: absolute;
  right: 10px;
  top: 20px;
}
