@import url(reset-min.css);
@import url(reset-fonts.css);

html {
  text-align: center;
}

body {
  width: 760px;
  margin: 0 auto;
  text-align: left;
}

#branding {
  background: url(../img/ice-header.jpg) black no-repeat 50% 0;
}

h1 {
  padding: 0 1em;
  height: 82px;
  line-height: 80px;
}

#navigation {
  border-top: 1px #ccc solid;
  height: 52px;
  line-height: 52px;
  background: transparent;
  background: url(../img/ice-header.jpg) black no-repeat 50% 100%;
}

#navigation li {
  float: left;
  width: 8em;
}

#navigation a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 90%;
  font-weight: bolder;
}

#navigation a:hover {
  background: #fff;
  color: #000;
}
  

#content {
  float: left;
  padding: 2em 0;
  width: 100%;
}

#siteinfo {
  clear: both;
  border-top: 1px solid #ddd;
  padding: 1em 1em;
}

#siteinfo li {
  display: inline;
  margin-right: 2em;
}

#copyright {
  text-indent: 0;
}

#copyright img {
  position: relative;
  top: 0.3em;
}

#author {
  float: left;
  width: 49%;
}

#author .photo {
  float: right;
  margin-top: -2.4em;
  margin-right: 1em;
}

#website {
  float: right;
  width: 49%;
}

h3 {
  margin-top: 1em;
  text-decoration: underline;
}

p {
  margin: 1em 0;
  text-indent: 1em;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

dl {
  margin: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1em;
}

#content li {
  margin-left: 1em;
}

.formatos {
  margin-top: -1em;
}

/* font */

h1 {
  font-size: 196%;
}

h2 {
  font-size: 167%;
}

h3 {
  font-size: 131%;
}

#siteinfo {
  font-size: 77%;
}


/* color */

h1,
h1 a {
  color: #fff;
}

#content {
  background-color: #fff;
}
