body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fundo_page.jpg);
	background-repeat:repeat-x;
	background-color:#A9A9A9;
	height: 100%;
}

html {
		height: 100%;
}


body,
.font {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body, 
.scrollbar{

	scrollbar-face-color: #62C2A1; 
	scrollbar-highlight-color: #89D1B8; 
	scrollbar-3dlight-color: #89D1B8;
	scrollbar-darkshadow-color: #386E5B;
	scrollbar-shadow-color: #386E5B;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #CCC;

}

#swf_top{
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -385px;
	width: 770px;
	height: 196px;
	z-index:2;
}

#main{
	position:absolute;
	top: 148px;
	left: 50%;
	margin-left: -385px;
	width: 770px;
	height: 324px;
	background-color:#FFFFFF;
	z-index:1;
}

#conteudo{
	position:absolute;
	top: 0;
	left: 123px;
	width: 647px;
	height: 324px;
	background-image:url(../images/fundo_home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#parceiros span{

}


#parceiros{
	border: 4px solid #B6DDC7;
	padding: 5px;
	position: absolute;
	top: 327px;
	left: 50%;
	width: 770px;
	background-color:#FFFFFF;
	z-index:1;
	margin: 0 0 10px -385px;
	text-align:center;
}


#parceiros a:link, #parceiros a:visited {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-style:normal;
}


#parceiros a:hover, #parceiros a:active {
  text-decoration: none;
  color: #F00;
  font-weight: bold;
  font-style: normal;
}

#menu{
	position:absolute;
	top: 0;
	left: 0;
	width: 123px;
}

#menu ul{ 
	margin: 0;
	padding: 0;
	list-style:none;
}

#menu ul li{ 
	margin: -3px 0 0 0;
}

#barra{ position:absolute; top: 20px; left: 125px; background-image:url(../images/titulo/barra.gif); width: 288px; height:12px; background-repeat:no-repeat; z-index:3;}

.center{ text-align:center; }


h4 { 

	color:#000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:oblique;

}

li {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;


}
/*
  @font-face {
    font-family: Arial, Helvetica, sans-serif;
    font-style:  normal;
    font-weight: normal;
    src: url(../fonts/BOOKANT0.eot);
  }


  @font-face {
    font-family: Arial, Helvetica, sans-serif;
    font-style:  oblique;
    font-weight: 700;
    src: url(../fonts/BOOKANT1.eot);
  }
*/

textarea,
input {
 border: 1px solid #CCC;
 width:100%;

}


#enquete{

/*	background-image:url(../images/menu/enquete.jpg);	*/
	background-image:url(../images/menu/enquete_fundo.jpg);	
	width: 125px;
	height: 107px;
	overflow:hidden;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding: 25px 4px 4px 4px;
	margin:-3px 0 0 0;
	
	

}


#enquete a:link, #enquete a:visited {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-style:normal;
}


#enquete a:hover, #enquete a:active {
  text-decoration: none;
  color:#FFFF00;
  font-weight: bold;
  font-style:normal;
}

#conteudo a:link, #conteudo a:visited {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-style:normal;
}


#conteudo a:hover, #conteudo a:active {
  text-decoration: none;
  color: #F00;
  font-weight: bold;
  font-style: normal;
}

.titulo{ text-align:center; font-weight: bold }

.float_r{float:right;}

.clear_r{ clear:right;}


