*{
  margin: 0;
  padding: 0;
}

body {
  text-align:center; /* Centralizar na horizontal no IE caso o site entre em Quirks mode */
  margin: 10px 0;
  background: #DDDCD4;
  font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#MOLDURA {
  margin: 0 auto;
  position: relative; /* Coloca o container frente ao elemento com o id distance */
  text-align: left;
  width: 1000px;
  clear: left;
}

#QUADRO {
  float: left;
  display: inline;
  width: 980px;
  background: #F0EFEB;
}

/*BARRA PORTAL*/
#TOP{
  float: left;
  display: inline;
  width: 960px;
  height: 140px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#BANNER{
  float: left;
  display: inline;
  width: 810px;
  height: 140px;
}

#TOP h1{
  float: right;
  display: inline;
  width: 128px;
  height: 140px;
  background: url('../img/marca_incubadora.png') no-repeat center center;
}

#TOP h1 span{
  display: none;
}

#MENU_TOP{
  float: left;
  display: inline;
  width: 960px;
  height: 40px;
  margin-left: 10px;
  margin-bottom: 10px;
  background: url('../img/bg_menu_top.png') repeat-x top left;
}

#MENU_TOP ul{
  width: 690px;
  list-style: none;
  float: right;
  display: inline;
  padding: 0;
  margin-right: 110px;
}

#MENU_TOP li{
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

#MENU_TOP a{
  float: left;
  display: inline;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 15px;
}

#MENU_TOP a:hover {color: #FDF431;}
#MENU_TOP #ativo  {background: #FFF100; color: #000;}

#CORPO{
  float: left;
  display: inline;
  width: 960px;
  margin-left: 10px;
}

/*COMEÇA MENUS LATERAIS*/

#menu_left h2, #menu_right h2 {
  float: left;
  display: inline;
  width: 200px;
  height: 62px;
  font-family: Arial;
  font-size: 18px;
  color: #FFF;
  margin: 0px;
  padding: 0px;
}

#menu_left h2 span, #menu_right h2 span {
  float: left;
  display: inline;
  width: 180px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  margin-left: 20px;
}

#menu_left .top_incubadora {background: url('../img/top_incubadora.png') no-repeat top center;}
#menu_left .top_empresas   {background: url('../img/top_empresas.png') no-repeat top center;}
#menu_left .top_docs       {background: url('../img/top_docs.png') no-repeat top center; color: #005331;}

#menu_right .top_parceiros  {background: url('../img/top_parceiros.png') no-repeat top center; color: #005230;}
#menu_right .top_links      {background: url('../img/top_links.png') no-repeat top center; color: #005230;}


#menu_left, #menu_right{
  float: left;
  display: inline;
  width: 200px;
  background: #CCC;
}

#menu_right{
  float: right;
}

#menu_left ul, #menu_right ul{
  float: left;
  display: inline;
  width: 200px;
  margin: 0px;
  padding: 0px;
}

#space{
  float: left;
  display: inline;
  width: 100%;
  height: 15px;
}

.menu_incubadora  { background: #005230;}
.menu_empresas    { background: #D0CFC7;}
.menu_docs        { background: #FFF;}

.menu_parceiros   { background: #6C6428;}
.menu_links       { background: #005230;}
.banner_parceiros {
  position:relative;
  float: left;
  display: inline;
  width: 200px;
  height: 180px;
  margin: 0px;
  padding: 0px;
  background: #D0CFC7 url('../img/top_banner_parceiros.png') no-repeat top center;
}

#slideshow DIV {
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  opacity:0.0;
  width: 175px;
  height: 86px;
  margin-left: 12px;
  margin-top: 80px;
  border: 1px solid #6C6428;
  cursor: pointer; cursor: hand;
  background-color: #FFF;
}

#slideshow DIV:hover {
  border: 1px solid #FFF000;
}


#slideshow DIV.active {
  z-index:10;
  opacity:1.0;
}

#slideshow DIV.last-active {
  z-index:9;
}

#slideshow DIV IMG {
  width: 175px;
  display: block;
  border: 0;
  margin-bottom: 10px;
}


#menu_right .bottom_links, #menu_left .bottom_docs{
  float: left;
  display: inline;
  width: 200px;
  height: 62px;
  background: url('../img/bottom_links.png') no-repeat top center;
}
#menu_left .bottom_docs{background: url('../img/bottom_docs.png') no-repeat top center;}

#menu_left li, #menu_right li{
  float: left;
  display: inline;
  width: 200px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu_left a, #menu_right a{
  display: block;
  padding: 0px;
  margin: 0px;
  padding-top: 7px;
  padding-bottom: 10px;
  margin: 2px 20px;
  text-align: left;
  color: #FFF;
  text-decoration: none;
  background: url('../img/border_bottom.png') no-repeat bottom left;
}

#menu_left .menu_incubadora a       {color: #FFF;}
#menu_left .menu_incubadora a:hover { color: #D0CFC7;}

#menu_left .menu_empresas a       {color: #005230; font-weight: bold;}
#menu_left .menu_empresas a:hover { color: #FFF;}

#menu_left .menu_docs a       {color: #005230; font-weight: bold; background: url('../img/border_bottomCCC.png') no-repeat bottom left;}
#menu_left .menu_docs a:hover { color: #6C6428; }

#menu_right .menu_parceiros a       {color: #FFF; font-weight: bold;}
#menu_right .menu_parceiros a:hover { color: #FFF100; }

#menu_right .menu_links a       {color: #FFF; font-weight: bold;}
#menu_right .menu_links a:hover { color: #D0CFC7; }

#CONTEUDO{
  float: left;
  display: inline;
  width: 540px;
  margin-left: 10px;
  background: #FFF;
}

#margem{
  float: left;
  display: inline;
  width: 520px;
  margin-left: 10px;
  margin-top: 20px;
  line-height: 20px;
}

#CONTEUDO h3{
  float: left;
  display: inline;
  width: 520px;
  height: 40px;
  line-height: 45px;
  margin-left: 10px;
  font-family: Arial;
  font-size: 18px;
  text-align: center;
  color: #6C6428;
  border-bottom: 2px solid #6C6428;
}

#CONTEUDO h4{
  width: 520px;
  font-size: 14px;
  text-align: left;
  margin-top: 15px;
  padding: 3px 0px;
}

#CONTEUDO ul{
  width: 500px;
  text-align: left;
  margin-top: 10px;
  margin-left: 25px;
  padding: 0;
}

#CONTEUDO .perguntas, #CONTEUDO .links, #CONTEUDO .documentos{
  float: left;
  display: inline;
  width: 520px;
  margin: 0;
  margin-top: 10px;
}

#CONTEUDO .perguntas li, #CONTEUDO .links li, #CONTEUDO .documentos li{
  list-style: none;
  padding: 0;
  margin: 0;
}

#CONTEUDO .perguntas li a, #CONTEUDO .links li a, #CONTEUDO .documentos li a{
  display: block;
  padding: 3px 5px;
  margin: 0;
  text-decoration: none;
}

#CONTEUDO .perguntas li a:hover, #CONTEUDO .links li a:hover, #CONTEUDO .documentos li a:hover{
  background: #F2F2F2;
}

#CONTEUDO #voltar{
  float: left;
  display: inline;
  width: 520px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
}

#noticias, #agenda, #mensagens{
  float: left;
  display: inline;
  width: 520px;
  margin-left: 10px;
  background: #F1f2f3;
}

#noticias ul, #agenda ul, #mensagens ul{
  float: left;
  display: inline;
  width: 500px;
  margin: 10px;
  padding: 0;
}

#noticias ul li, #agenda ul li, #mensagens ul li{
  float: left;
  display: inline;
  width: 500px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#noticias ul li a, #agenda ul li a, #mensagens ul li a{
  display: block;
  padding: 5px;
  margin: 1px 0; 
  color: #000;
  background: #E6E6E6;
}

#noticias ul li a:hover, #agenda ul li a:hover, #mensagens ul li a:hover{
  display: block;
  padding: 5px;
  margin: 1px 0; 
  background: #FFF;
}

#veja_todas{
  float: left;
  display: inline;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

#veja_todas span{
  margin: 0 10px;
  color: #6C6428;
  font-weight: bold;
}

#contato{
  float: left;
  display: inline;
  width: 365px;
  margin-left: 85px;
}

.input_text, .input_text_obrigatorio{
  border: 1px solid #D0CEC8;
  height: 25px;
  margin-bottom: 5px;
  margin-top: 2px;
  background: #FFF;
}

.input_button{
  width: 100px;
  height: 30px;
  border: none;
  margin-left: 100px;
  background: #DE7B3C;
  color: #FFF;
  cursor: pointer;
}

.input_text_obrigatorio{
  border: 1px solid #FF7E7E;
}

/*** GALERIA DE FOTOS ***/
#IMAGENS{
  float: left;
  display: inline;
  width: 500px;
  margin-left: 35px;
}
 
#ALBUM{
  float: left;
  display: inline;
  width: 130px;
  margin: 10px;
  cursor: pointer;
}

#ALBUM img{
  float: left;
  display: inline;
  width: 130px;
  height: 100px;
  margin: 0;
  border: 1px solid #B9B5AC;
}

#ALBUM span{
  float: left;
  display: inline;
  width: 130px;
  text-align: center;
  font-weight: bold;
  color: #49258A;
  text-decoration: none;
  text-transform: uppercase;
}

#FOTO{
  float: left;
  display: inline;
  width: 140px;
  height: 140px;
  margin: 8px 0 0 8px;
  background: url('../img/moldura_foto.png') no-repeat center center;
  cursor: pointer;
}

#FOTO img{
  float: left;
  display: inline;
  width: 110px;
  height: 90px;
  margin: 15px;
  border: 1px solid #000;
}

/*** TERMINA GALERIA DE FOTOS ***/

#PAGINACAO{
  float: left;
  display: inline;
  clear: both;
  width: 100%;
  height: 20px;
  margin-left: 10px;
  margin-top: 20px;
}
		
#ANTERIOR, #PROXIMO{ float: left; display: inline; }
#PROXIMO {margin-left: 10px;}

#ANTERIOR a, #PROXIMO a{
  display: block;
  width: 100px;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background: #B9B5AC;
}
#ANTERIOR .inativo, #PROXIMO .inativo{background: #F2F2F2; color: #CCC;}
#ANTERIOR .inativo:hover, #PROXIMO .inativo:hover{background: #F2F2F2; color: #CCC; cursor: default;}

#ANTERIOR a:hover, #PROXIMO a:hover{
  width: 100px;
  background: #D0CEC8;
}

#OCORRENCIAS{
  float: right;
  display: inline;
  padding-right: 20px;
  text-align: right;
  line-height: 20px;
}

#OCORRENCIAS a{
  margin: 0 2px;
  padding: 2px 5px;
  color: #FFF000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: 1px solid #6C6428;
  background: #6C6428;
}

#OCORRENCIAS a:hover{
  background: #857F4B;
}

#OCORRENCIAS span{
  margin: 0 2px;
  padding: 2px 5px;
  color: #FFF;
  font-weight: bold;
  border: 1px solid #005230;
  text-align: center;
  background: #005230;
}

iframe{
  border: 1px solid #CCC;
  margin-left: 10px;
}

.link_mapa{
  width: 520px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
}

#RODAPE{
  float: left;
  display: inline;
  width: 960px;
  height: 100px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url('../img/bg_rodape.png') repeat-x top left;
}

#RODAPE #rodape_esq{
  float: left;
  display: inline;
  width: 213px;
  height: 100px;
  background: url('../img/marca_rodape.png') repeat-x top left;
}

#RODAPE #rodape_dir{
  float: right;
  display: inline;
  width: 95px;
  height: 40px;
  margin-top: 50px;
  margin-right: 10px;
  background: url('../img/marca_frg.png') no-repeat top left;
}

#RODAPE #rodape_centro{
  float: left;
  display: inline;
  width: 540px;
  text-align: center;
}

#RODAPE #rodape_centro h4{
  float: left;
  display: inline;
  width: 540px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
}

#RODAPE #rodape_centro p{
  float: left;
  display: inline;
  width: 540px;
  height: 50px;
  font-weight: bold;
  font-size: 12px;
  color: #FFF;
  margin-top: 10px;
}
