.body_cont {
  background-image: url("../images/bg_site_cont.png");
  background-repeat: repeat-x;
  background-color: #ffffff;
  left: 0px;
  top: 0px;
  margin: 0px;
  font-family:sans-serif;
  font-size: 13px;
}

#container {
  position: absolute;
  width: 720px;
  left: 50%;
  margin-left: -350px;
}

.logo {
  position: relative;
  width: 720px;
  height: 51px; 
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  top: 35px;
}

.slider_container {
  position: relative;
  width: 900px;
  left: 50%;
  margin-left: -350px;
}

.last_bg {
  background-image: url("../images/last_bg.png");
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  font-size: 10px;
  color: #666666;
  font-weight: bold;
}

.last_bg ul {
  list-style: none;
}

.title {
  position: static;
  margin: 0;
  padding: 0;
  color: #deeff2;
  font-weight: bolder;
  text-align: center;
  padding-top: 162px;
}

.text {
  position: absolute; 
  margin: -240px 0 0 -320px; 
  margin-top: 40px;
  width: 664px;
  left: 50%;
  text-align: justify;
  color: #565757;
  font-size: 14px;
  letter-spacing: 1px;
}

.contato_form {}

.contato_form li {
  list-style: none;
}

.login_form {}

.login_form li {
  list-style: none;
}

.rotating {
  background-image: url("../images/loading.gif");
  position: absolute;
  width: 100px;
  height: 100px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -300px;
}

/* index table */

.table_title {
  font-size: 20px;
  font-weight: bolder;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_content_maior {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
}

.table_content {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
}


.col_style {
  background-image: url("../images/col_back.jpg");
  height: 176px;
  width: 326px;
  vertical-align: text-top;
  padding-top: 10px;
}
