body {
  margin: 0px;
  padding: 0px;
  background: #4D4D4D;
  font-family: Arial, Liberation Sans, sans-serif;
  font-size: 14px;
}

#wrapper {
  background: #FFF url(bg-top.jpg) repeat-x;
  position: relative;
  overflow: hidden; /* workarround bug for msie */
}

#cab {
  background: url(theme-top.jpg) 50% 0px no-repeat;
  height: 211px;
}

#cab h1 {
  margin: 0px;
}
#cab span {
  position: relative;
  top: -200px;
}

#menu {
  margin: 0px;
  padding: 0px;
  text-align: center;
  position: absolute;
  top: 185px;
  width: 100%;
  z-index: 10;
}

#menu li {
  margin: 0px;
  padding: 0px 20px;
  list-style: none;
  display: inline;
  font-size: 16px;
  font-weight: bold;
}
.docSize-LT-900 #menu li {
  font-size: 14px;
}
.docSize-GT-1200 #menu li {
  font-size: 17px;
}

#menu a {
  text-decoration: none;
  color: #FFF;
  text-shadow: #A50 2px 2px 5px;
}
#menu a:hover {
  text-decoration: none;
  color: #FFF;
  text-shadow: #FB0 0px 0px 8px;
}

#extra {
  position: absolute;
  width: 20%;
  top: 180px;
  right: 0px;
  background: url(conector.jpg) 100% 0% no-repeat;
}
#extra-inner {
  padding: 120px 10px 10px 5px;
  text-align: center;
}

#noticias {
  float: left;
  width: 20%;
}
#noticias ul{
  margin: 0px;
  padding: 10px 0px 0px 0px;
}
#noticias li {
  margin: 0px;
  padding: 5px 0px 0px 10px;
  list-style: none;
}
#noticias a {
  display: block;
  text-align: left;
  padding: 5px 2px;
  text-decoration: none;
  color: #69C;
}
#noticias a:hover {
  text-decoration: underline;
}

#lista-noticias li {
  margin: 10px 0px 0px 50px;
}

#link-noticias {
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 20px 0px 0px 20px;
}

#add-this-button {
  clear: both;
  text-align: right;
}

#cont-borda1 {
  float: right;
  width: 60%;
  margin: 0% 20% 0% 0%;
  background: url(borda-content-O.png) repeat-y;
}
#cont-borda2 { background: url(borda-content-L.png) 100% 0% repeat-y }
#cont-borda3 { background: url(borda-content-NO.png) 0% 0% no-repeat }
#cont-borda4 { background: url(borda-content-NL.png) 100% 0% no-repeat }
#cont-borda5 { background: url(borda-content-SO.png) 0% 100% no-repeat }
#cont-borda6 { background: url(borda-content-SL.png) 100% 100% no-repeat }

#cont {
  min-height: 600px; /* 450px */
  padding: 5px 5%;
  text-align: justify;
  position: relative;
  z-index: 20;
}
#cont p {
  margin: 15px 0px;
}

a {
  color: #059;
}
a:hover {
  color: #09D;
}

h1, h2, h3, h4, h5, h6 {
  color: #47A;
}
h1 { font-size: 22px }
h2 { font-size: 20px }
h3 { font-size: 18px }
h4 { font-size: 16px }
h5 { font-size: 14px }
h6 { font-size: 12px }

#banners,
#banners li {
  margin: 0px;
  padding: 8px 0px;
  list-style: none;
}

textarea {
  display: block;
}

#banners textarea {
  width: 100%;
  border: 1px solid #CCC;
}

#agenda td {
  padding: 10px 5px;
  border-top: 1px dotted #BBB;
}
#agenda tr:first-child td {
  border-top: none;
}
#agenda td:first-child {
  text-align: center;
}
#agenda strong:first-child {
  color: #888;
}

#rodape {
  background: #4D4D4D url(bg-rodape.png) repeat-x;
  clear: both;
  color: #888;
  text-align: center;
  font-size: 10px;
  height: 105px;
}

#rodape-inner {
  width: 60%;
  margin: auto;
  padding: 20px 0px 5px 0px;
  position: relative;
}

#org-nacional {
  width: 240px;
  float: left;
  white-space: nowrap;
}
#org-nacional a {
  margin-right: 10px;
}

#org-internacional {
  width: 150px;
  float: right;
}

#apoio {
  width: 130px;
  text-align: center;
  margin-left: 250px;
}
#apoio div {
  margin-top: 4px;
  overflow: hidden;
  background: #FFF;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #333;
}
#apoio a {
  display: block;
  width: 130px;
  height: 55px;
}

.left {
  width: 47%;
  float: left;
}

.right {
  width: 47%;
  float: right;
}

.submitted,
.field-field-fonte,
.field-field-autor,
.field-field-veiculo-de-imprensa {
  display: none;
}

.field-field-data-de-criacao {
  font-size: 11px;
  color: #999;
  /* margin: -33px 0px 40px 0px; */
  text-align: right;
}

#imgs {
  margin: 0px;
  padding: 0px;
}

#imgs li {
  margin: 5px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 62px;
  height: 47px;
  overflow: hidden;
  position: relative;
}

#imgs img {
  width: 60px;
  height: 45px;
  border: 1px solid #444;
}

#imgs strong {
  display: block;
  width: 50px;
  color: #050;
  position: absolute;
  left: 5px;
  top: 15px;
  text-align: center;
  background: #FFF;
  opacity: 0.7;
}

#puzzle {
  clear: left;
}
