@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4 {margin:0; padding:0;}

body
{
	background-color:#333333;
	margin: 16px auto 35px auto;
}

#main
{
	clear:both;
	margin:auto;
	padding-bottom:15px;
	width:758px;
	height:auto;
	overflow:hidden;
	background-color:#f3f3f3;
	background-image:url(../imgs/geral/detalhe_rodape.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:50px;
}

#footer
{
	margin:auto; 
	_margin-top:-5px; 
	width:758px;
	height:43px;
	clear:both;
	background-color:#bdc0c5;
}

#pagesBoxEsq
{
	float:left;
	background-image:url(../imgs/geral/pattern_submenu2.gif);
	background-position:right;
	background-repeat:repeat-y;
	width:581px;
	margin-right:-11px;
}

#pagesBoxDir
{
	float:left;
	width:188px;
}

/*--- LINKS ------------------------------------------------------------------*/

a:link
{
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#315d86;
	font-weight:normal;
	text-decoration:none;
}

a:visited
{
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#315d86;
	font-weight:normal;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

/*--- LISTAS -----------------------------------------------------------------*/
.lista1
{
	clear:both;
	line-height:200%;
	list-style-image:url(../imgs/geral/bullet.gif);	
}

.lista2
{
	clear:both;
	list-style-image:url(../imgs/geral/bullet2.gif);	
}

.lista3
{
	clear:both;
	list-style-image:url(../imgs/geral/bullet3.gif);	
}

.enfase1
{
	font-weight:bold;
	color:#333333;
}

/*--- BOTÕES ----------------------------------------------------------------*/
.btn1
{
	float:right; 
	margin:10px auto 20px auto;
}

.btn2
{
	clear:both; 
	margin:0px auto 10px 130px;
}

.btn3
{
	float:left;
	margin-top:25px;
}

.btn4
{
	float:left;
	margin:10px auto auto 20px;
}

/*--- MENUS -------------------------------------------------------------*/
#submenu
{
	float:left;
	_margin-top:-4px;
	_padding-top:2px;
	background-image:url(../imgs/geral/detalhe_lateral.jpg);
	background-repeat:no-repeat;
}

#submenuInside
{
	float:left;
	margin-left:13px; 
	_margin-left:6px;
}

/*--- GERAIS ----------------------------------------------------------------*/
.left
{
	float:left;
}

.right
{
	float:right;
}
.clear
{
	clear:both;
}
.margemTopo20
{
	margin-top:20px;
}

.margemTopo40
{
	margin-top:40px;
}

.margemLateral10
{
	float:left;
	margin-left:10px;
}

.margemLateral20
{
	float:left;
	margin-left:20px;
}

.textoNormal
{
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#676363;
	font-weight:normal;
}
.margens
{
	margin: 10px;
}