/*--------------------------------------------------------------
body Config
--------------------------------------------------------------*/
body 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: url(../images/bg_geral.gif) repeat; 
	height: 100%
}

/*--------------------------------------------------------------
Global style´s
--------------------------------------------------------------*/
img 
{ 
	border: none; 
}

p, a:link, a:visited, span
{
	font: normal 11px Arial, Tahoma, Verdana;
	color: #7E7D7D;
	text-align: left;
}


a:link, a:visited
{ 
	color: #4A2828;
	text-decoration: none;
}

a:hover 
{
	color: #000;
	text-decoration: underline;
}

/*--------------------------------------------------------------
Div´s config
--------------------------------------------------------------*/
#principal 
{
	border: 5px solid #ffffff;
	margin: 0px auto;
	width: 771px;
	background: #ffffff;
	height: 100%;

}

#top 
{
	margin: 0 0 10px 0;
	width: 771px;
	height: 55px;
	/*background: url(../images/barra_menutop.jpg) 2px 3px no-repeat; */
}

#barra_titulo 
{
	width: 771px;
	height: 54px;
}

#home 
{
	padding: 0 0 0 0;
	width: 771px;
	height: 343px;
	background: url(../images/home_background.png) no-repeat; 
}

#conteudo_internas 
{
	overflow: auto;
	padding: 0 0 0 0;
	width: 771px;
	background: url(../images/principal_repeat.png) repeat; 
}

#conteudo_bottom 
{
	clear: both;
	width: 771px;
	height: 16px;
	background: url(../images/principal_bottom.png) no-repeat; 
}

#menu, #right, #internas_bg_apoio, #internas_box_textos
{
	float: left;
}


#menu 
{
	margin: 20px 0 0 20px;
	_margin: 20px 0 0 10px;
	width: 176px;
	height: 290px;
	background: url(../images/menu_background.png) no-repeat;
}

#menu ul 
{
	margin: 20px 0 0 10px;
	_margin: 20px 0 0 -5px;
	padding: 0;
	list-style: none;
	width: 150px;
	text-align: left;
}

#menu ul li 
{
	margin: 0 0 0 0;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #ccc;
}

#menu ul li a 
{ 
	font: normal 11px Verdana, Tahoma, Arial;
	color: #20385E;
}

#menu ul li a:hover
{ 
	color: #000;
	text-decoration: none;
}

#menu ul li:hover
{
	background: #F7F5F5;
}

#menu a.link_back, #menu a.link_home 
{
	float: left;
	margin: 10px 0 0 15px;
}

#menu a.link_home { margin: 10px 0 0 2px; }

#right, #internas_bg_apoio
{
	margin: 20px 0 0 20px;
	width: 530px;
}

#internas_box_textos
{
	width: 530px;
}

#right #animacao, #right #box_right 
{
	float: left;
}

#right #animacao 
{
	margin: 0 0 12px 0;
	width: 290px;
	height: 228px;
	background: url(../images/animacao.png) no-repeat;
}

#right #box_right 
{
	margin: 0 0 12px 20px;
	width: 219px;
	height: 236px;
	background: url(../images/box_right.png) no-repeat;
}

#right #box_right #texto 
{
	overflow: hidden;
	margin: 20px 10px 10px 17px;
	_margin: 20px 10px 10px 10px;
	padding: 0 10px 0 0;
	width: 180px;
	height: 190px;
}

#right #box_right #texto p 
{
	margin: 0 0 20px 0;
	font: normal 11px Verdana, Tahoma, Arial;
	color: #58595B;
}

#right #box_bottom 
{
	clear: both;
	width: 530px;
	height: 41px;
	background: url(../images/home_box_bottom.png) no-repeat;
}

#conteudo_internas #internas_bg_apoio 
{
	width: 531px;
	background: url(../images/conteudo_repeat.png) repeat;
}

#conteudo_internas #internas_box_textos 
{
	width: 531px;
	background: url(../images/conteudo_background.png) no-repeat;
}

#conteudo_internas #internas_box_textos p
{
	margin: 10px 20px 10px 22px;
}

#internas_bottom 
{
	float: right;
	margin: 0 24px 0 0;
	_margin: 0 12px 0 0;
	width: 531px;
	height: 18px;
	background: url(../images/conteudo_bottom.png) no-repeat;
}


/* Abas */
#barra_titulo.home { background: url(../images/home_aba.png) no-repeat; }


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
hr.footer 
{
	margin: 10px 0 10px 3px;
	_margin: 5px 0 5px 3px;
	width: 764px;
	border-bottom: 1px solid #5148B3;
}

#footer 
{
	clear: both;
	margin: 0 0 0 3px;
	width: 764px;
	height: 64px;
	background: #F2F2F2;
	text-align: center;
}

#footer ul 
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
}

#footer li
{
	display: inline;
	padding: 15px 2px 0 2px;
	font: normal 9px Verdana, Tahoma, Arial;
	color: #888;
}

#footer li a
{
	font: normal 9px Verdana, Tahoma, Arial;
	color: #888;
}

#footer li a:hover
{
	color: #333;
}


#footer p
{
	margin: 0 0 0 0;
	font: normal 10px Verdana, Tahoma, Arial;
	color: #B9B8B8;
	text-align: center;
}

#conteudo_popup
{
	clear: both;
	width: 500px;
	height: 450px;
	margin: -11px 0 0 10px;
	_margin: 10px 0 0 0;
}

