body {
  background: url(img/fundo.jpg) repeat-x;
  padding: 20px 10px 20px 10px;
}

body, table {
  font-family: arial;
  font-size: 12px;
}

h3 {
  font-family: century gothic;
  font-size: 15px;
  font-weight: normal;
  color: #555;
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
}

a, :visited {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #999;
}

.imgborder {
  border: 1px solid #000;
}
.imgborder:hover {
  opacity: 0.75;
  filter:alpha(opacity=75);
}

#main {
  margin: auto;
  padding: 0 20px 0 20px;
  width: 735px;
  background: #FFF url(img/sidebar.gif) repeat-y top left;
}

#esq {
  float: left;
  width: 255px;
}

#logo {
  width: 255px;
  height: 110px;
  background: #FFF;
  text-align: center;
  padding: 10px 0 10px 0;
}

#menu {
  width: 255px;
  height: 222px;
  background-color: #111;
}

#msg {
  width: 240px;
  padding: 10px 10px 10px 5px;
  line-height: 18px;
}

#msg p {
  text-align: left;
}

#dir {
  float: left;
  width: 480px;
}

#header {
  width: 480px;
  height: 90px;
}

#lang {
  text-align: right;
  padding-bottom: 5px;
}

#topo {
  width: 480px;
  height: 260px;
  background-color: #0C73B5;
}

#content {
  padding: 10px 0px 5px 10px;
}

#content p {
  padding: 0 30px 0 30px;
}


#footer {
  background: url(img/footer.gif) repeat-x;
  width: 735px;
  height: 28px;
  padding-top: 12px;
  clear: both;

  color: #FFF;
  text-align: center;
}

.txt {
  font-family: Verdana;
  font-size: 12px;
  color: #000;
  background-color: #EEE;
  border: #AAA solid 1px;
}

.txt:hover {
  background-color: #F7F7F7;
}

.txt:focus{
  background-color: #D8D9FC;
  border-color: #0303D3;
}

.but {
  font-family: Verdana;
  font-size: 10px;
  color: #FFF;
  background-color: #0C73B5;
  border: #010196 solid 1px;
	cursor: pointer;
	cursor: hand;
}