/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  color: #58595b;
  line-height: 1.1em;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  background: url(../images/background.png) 0 0 repeat-x;
  background-color: #e2e6e2;
  line-height: 150%;
}


/* Normal link */
a {
  color: #006699;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #333333;
  text-decoration: underline;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

li {
  margin-top: 14px;
  margin-left: -10px;
}

li ul li {
  margin: 0;
}

/*****************************************/

div#container {
  position: relative;
  left: 0;
  top: 0;
  float: top;
  width: 100%;
  vertical-align:top;
}

div#headercontainer {
 float: top;
  margin-left: auto ;
  margin-right: auto ;
  width: 901px;
  height: 348px;
  background-color: white;
}

div#header {
  width: 901px;
  height: 348px;
}

div#logo {
  position:relative;
  float: top;
  width: 901px;
  height: 348px;
  margin-left: auto ;
  margin-right: auto ;
  padding:0;
}

div#logotipo {
  position: absolute;
  width: 325px;
  height: 116px;
  margin: 0;
  padding: 0;
  left: 31px;
/*  top: 18px; */
  top: 3px;
}

div#texto_encontro_pg {
  position: absolute;
  text-align:left;
  width: 328px;
  height: 20px;
  margin: 0;
  padding: 0;
  left: 36px;
  top: 128px;
  font-family: sans-serif;
  font-size: 14px; 
  font-weight: bold;
  text-transform: uppercase; 
  color:#586d56;
  line-height: 100%;
  letter-spacing:1px;
}

div#logodata {
  position: absolute;
  width: 180px;
  height: 24px;
  margin: 0;
  padding: 0;
  left: 692px;
  top: 71px;
  font-family: sans-serif;
  font-size: 12px; 
  font-weight: bold; 
  color:#477a57;
}

div#logorp {
  position: absolute;
  width: 200px;
  height: 24px;
  margin: 0;
  padding: 0;
  left: 692px;
  top: 55px;
  font-family: sans-serif;
  font-size: 16px; 
  font-weight: bold; 
  color:#586d56;
}

div#logoseparador {
  position: absolute;
  width: 10px;
  height: 24px;
  margin: 0;
  padding: 0;
  left: 724px;
  top: 121px;
  font-family: sans-serif;
  font-size: 14px; 
  font-weight: normal; 
  color:#586d56;
}

div#logoinformacoes {
  position: absolute;
  width: 180px;
  height: 24px;
  margin: 0;
  padding: 0;
  left: 529px;
  top: 104px;
  font-family: sans-serif;
  font-size: 10px; 
  font-weight: normal; 
  color:#477a57;
}

div#logofiguras {
  background: url(../images/logofiguras.jpg) 0 0 no-repeat;
  position: absolute;
  width: 900px;
  height: 186px;
  margin: 0;
  padding: 0;
  left: 0px;
  top: 163px;
}

div#logo_html {
  position: absolute;
  float: top;
  width: 360px;
  height: 30px;
  margin: 0;
  padding: 0;
  left: 530px;
  top: 121px;
}

div#middle {
  position:relative;
  width:901px;
  margin-top: 0;
  margin-left: auto ;
  margin-right: auto ;
  background-color: white;
}

div#left {
  position:relative;
  float: left;
  width:201px;
  margin-left: 0;
}

div#menu {
  margin-top:0;
  padding-top: 0;
  position: static;
  margin-left: 23px;
  width:201px;
  background: url(../images/menu_bg.png) 0 0 repeat-y;
}

div#menucontents {
  float: top;
  text-align: left;
  width: 174px;
}

div#menubottom {
  float: top;
  width: 178px;
  height: 13px;
  background: url(../images/menu_bottom.png) 0 0 no-repeat;
}

div#right {
  width:690px;
  margin-top:0;
  margin-left: 208px;
}

div#contents {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 0px;
}

div#bottom {
  position: relative;
  float: top;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  width:901px;
  height:207px;
}

div#bottomspace {
  position: relative;
  float: top;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  width:901px;
  height:400px;
}




/*****************************************/

/* sombra em imagens */

.imagedropshadow {
  display: block;
  width: 335px;
  height: 240px;
  background: url("../images/logotipo.png") no-repeat 0 0;


}

a:hover img.imagedropshadow {
  background-position: 0 -120px;
}




/*****************************************/

div#clear {
  /* alinha floats - colocar apos os divs flutuantes */
  clear: both;
}

/*****************************************/

/* titulos  */
.componentheading, .contentheading {
  margin: 0;
  letter-spacing: 1px;
  font-family: sans-serif;
  color: #426049;
  font-size: 14px;
  padding-left: 0px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}

strong {
  margin: 0;
  color: #426049;
}

a.category {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}


/*****************************************/

/* menu */

.menu ul {
  margin: 0;
  padding: 0; 
}

.menu li {
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 14px 0 0 0;
}

.menu li a {
  display: block;
  font-family: Sans-serif;
  font-size: 11px;
  color: white;  
  border-bottom: 1px solid #586d56;
  white-space: nowrap;
  margin-left: -25px;
}

.menu li a:hover {
  display: block;
  font-family: Sans-serif;
  font-size: 11px;
  color: #ceefca;  
  text-decoration: none;
  border-bottom: 1px solid #ceefca;
  white-space: nowrap;
  margin-left: -25px;
}


/*****************************************/

/* stilo dos links cabecalho */

a.header_link {
  color: #4d855e;
  font-family: sans-serif;
  font-size: 12px;
}

