* {
  margin:0;
  padding:0;
  text-decoration:none;
  list-style:none;
}

.clear {
  height:1px;
  clear:both;
  overflow:hidden;
}
body {
  position:relative;
}

body.home {
    background: url("/img/bg_body.gif ") repeat-x scroll 0 0 transparent;
}

a {
  color:#89c52f;
  font-weight:normal;
  text-decoration:underline;
}

.main {
}

.header {
  height:63px;
  position:relative;
  background: url("/img/bg_header.png") bottom no-repeat;
}

.header h2 {
  height: 28px;
  left: 18px;
  position: absolute;
  top: 11px;
  width: 113px;
  width:113px;
  height:28px;
  background:url("/img/logo_intelimen.gif") bottom no-repeat;
}

.content h1 {
    background: url("/img/label_criacao_tec_web.gif") no-repeat scroll 0 0 transparent;
    height: 98px;
    text-align: center;
}

.text-hidden {
    overflow: hidden;
    text-indent: -5000em;
}





