*{
  margin: 0;
  padding: 0;
}

*
body {
  background: #FFFFFF;
  color: #333333;
  font: 12px/1.8em Arial, Sans-Serif;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align: center;
  width: 800px;
}

a {
  /*background: inherit;*/
  color: #4379AC;
  text-decoration: none;
}

a:hover {
  /*background: inherit;*/
  color: #225588;
  text-decoration: underline;
}

fieldset {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #333333;
  margin: 0 0 8px 0;
  padding: 10px 8px;
}

fieldset legend {
  font-weight: bold;
}

h1 {
  clear: both;
  border-bottom: 1px solid #EEEEEE;
  margin: 6px 0 15px;
  padding: 0 0 3px;
  font-size: 16px;
}

h2 {
  border-bottom: 1px solid #EEEEEE;
  margin: 6px 0 10px;
  padding: 0 0 3px;
  font-size: 18px;
}

h3 {
  /*background: inherit;*/
  color: #444444;
  font-size: 13px;
  margin: 0 0 10px;
}

h4 {
  /*background: inherit;*/
  color: #444444;
  margin: 0 0 10px;
  font-size: 16px;
}

h5 {
  /*background: inherit;*/
  color: #444444;
  margin: 30px 0 10px;
  font-size: 14px;
}

img {
  border: 0px;
}

input {
  padding: 2px;
}

input[type=text],
input[type=password],
textarea {
  border: 1px solid #AAAAAA;
  padding: 0.1em;
}

select {
  border: 1px solid #AAAAAA;
  padding: 0em;
}

li {
  list-style-type: none;
}

p {
  margin: 5px 0 10px 0;
}

textarea {
  padding: 3px;
  width: 97%;
}

.page {
  clear: both;
  position: relative;
  float: left;
  width: 520px;
  display: block;
}

.article {
  clear: both;
  display: block;
}

.articleDate {
  position: relative;
  float: left;
  display: block;
  width: 60px;
}

.articleDate p {
  background-color: #FFFFFF;
  font-size: 18px;
  color: #4379AC;
  text-align: center;
  margin: 10px 20px 0 0;
  padding: 3px 0px 0px;
  border: 1px solid #4379AC;
}

.articleDate span {
  background-color: #4379AC;
  font-size: 9px;
  line-height: 18px;
  color: #FFFFFF;
  margin: 5px 0 0;
  padding: 0 7px 0;
  display: block;
}

.articleText {
  position: relative;
  float: left;
  width: 520px;
  display: block;
}

.articleInfo {
  clear: both;
  border-top: 1px solid #EEEEEE;
  font-size: 11px;
  display: block;
  margin: 0 0 60px 0;
}

.readmore {
  position: relative;
  float: left;
}

.articleComments {
  position: relative;
  float: right;
}

.commentsbox {
  margin: 0 0 10px 0;
  padding: 10px;
  clear: both;
}

.comment {
  clear: both;
  border-top: 1px solid #CCCCCC;
  margin: 0 0 10px 0;
  padding: 10px;
}

.edit {
  font-size: 10px;
}

.block {
  border: 1px solid #CCCCCC;
  padding: 10px;
  text-align: left;
  font-size: 11px;
  margin-bottom: 10px;
}

.navegador {
  list-style: none;
  margin: 0;
  padding-bottom: 10px;
}

.navegador li {
  border-bottom: 1px dotted #C0C0C0;
  border-top: 1px dotted #C0C0C0;
  margin-bottom: 0px;
  margin-top: -1px;
  padding-bottom: 1px;
  padding-top: 1px;
}

.navegador li a {
  display: block;
  text-decoration: none;
}

.navegador li a:hover {
  background-color: #EEEEEE;
}

#wrap {
  margin: 30px auto;
  text-align: left;
  width: 800px;
}

#breadcrumbs {
  float: left;
  margin: 5px 0 0;
}

#footer {
  border-top: 1px solid #CCCCCC;
  clear: both;
  font-size: 10px;
  padding: 0;
  margin: 30px 0 0 0;
}

#left {
  float: left;
  position: relative;
  width: 590px;
}

#left ul {
  margin-left: 30px;
  margin-bottom: 10px;
}

#left li {
  list-style-type: disc;
}

#logo {
  float: left;
  margin: 0 0 15px;
}

/* MENU */

div#menu {
  float: left;
  clear: both;
  list-style-type: none;
  margin: -1.2em 0 20px 0;
  text-transform: lowercase;
  border-bottom: 1px solid #C0C0C0;
  width: 100%;
}

div#menu a {
  font-size: 12px;
  font-weight: bold;
  padding: 0.2em 0.5em;
}

div#menu ul {
  margin: 0 0 30px;
  padding: 0;
}

div#menu li {
  float: left;
}

div#menu li.access {
  float: right;
}

div#menu li.separated {
  border-left: 1px solid #C0C0C0;
}

#right {
  float: right;
  position: relative;
  width: 185px;
}

#right h3
{
  /*background: inherit;*/
  color: #444444;
  font-size: 12px;
  margin: 0 0 10px;
}

#rss {
  float: right;
  text-align: right;
}

#rss li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

#search {
  position: relative;
  float: right;
  font-size: small;
}

#search p {
  margin: 0;
  padding: 0;
}

.searchfield {
  font-size: inherit;
  font-family: inherit;
  color: #C0C0C0;
  width: 105px;
}

.searchfield:focus {
  color: inherit;
}

.searchbutton {
  font-size: inherit;
  font-family: inherit;
  height: 24px;
}

#subheader {
  /* background: #DDDDDD; */
  border-top: 2px solid #4379AC;
  clear: both;
  color: #000000;
  font-size: medium;
  font-weight: bold;
  height: 25px;
  letter-spacing: 0.1em;
  line-height: 15px;
  margin: 5px 0 10px 0;
  padding: 4px 10px;
}

#subheader h1 {
  clear: none;
  margin: 5px 0px;
  padding: 0;
  float: left;
  position: relative;
  border: 0;
  font-size: 18px;
}

.webtitle {
  position: relative;
  float: left;
  width: 50%;
}

.webtitleValue {
  width: 90%;
}

.webSEF {
  position: relative;
  float: left;
  width: 50%;
}

.weblogo {
  position: relative;
  float: left;
  width: 33%;
}

.weblogoValue {
  width: 90%;
}

.imagesdir {
  position: relative;
  float: left;
  width: 33%;
}

.imagesdirValue {
  width: 90%;
}

.downloadsdir {
  position: relative;
  float: left;
  width: 33%;
}

.we {
  position: relative;
  float: left;
  width: 30%;
}

.cs {
  position: relative;
  float: left;
  width: 70%;
}

.weValue {
  width: 90%;
}

.lang {
  position: relative;
  float: left;
  width: 33%;
}

.langValue {
  width: 90%;
}

.char {
  position: relative;
  float: left;
  width: 33%;
}

.charValue {
  width: 90%;
}

.dt {
  position: relative;
  float: left;
  width: 33%;
}

.wff {
  position: relative;
  float: left;
  width: 50%;
}

.wffValue {
  width: 90%;
}

.wfc {
  position: relative;
  float: left;
  width: 50%;
}

#left .delPost {
  margin-bottom: 10px;
}

.formatButton {
  background-repeat: no-repeat;
  width: 22px;
  height: 21px;
  border: 0;
  margin-right: 5px;
  position: relative;
  float: left;
}
