/* CSS Document */

* {
	margin:0;
	padding:0;
}

.tudo {
	width: 980px;
	margin:auto;			
	padding: 0px;
	display: table;
	text-align:left; 	
}
	
body {
	background: url('imagens/bg02.jpg');
}
	
.conteudo {
	padding: 0px;
}

.header
{
	background: url('imagens/banner02.jpg') no-repeat;
	height: 284px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0px;
}

.menu_faixa {
	width: 100%;
	height: 32px;
	background: url('imagens/bgmenu_01.jpg')
}

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:980px;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		background-color:#222222;
		color:#FFFFFF;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:10px;
		margin:-1px 0px 0px 0px;
		background-color:#2c2c2c;
		background-image:url(qmimages/gradient_11.gif);
		background-repeat:repeat-y;
		background-position:left center;
		border-width:1px;
		border-style:solid;
		border-color:#222222;
		z-index: 999999;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 20px 3px 2px;
		margin:0px;
		background-color: #2c2c2c;
		color:#EEEEEE;
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		color:#FFFFFF;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		color:#FFFFFF;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent, #qm0 ul .qmparent	
	{	
		background-image:url(qmimages/arrow_1.gif);
		background-repeat:no-repeat;
		background-position:97% 50%;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#FFFFFF;
		background-image:url(qmimages/arrow_0.gif);
		color:#000000;
		text-decoration:underline;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 0px 5px 0px;
		color:#222222;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px 4px 0px;
		border-color:#999999;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 a img	
	{	
		display:block;
		border-style:none;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-color:#FFFFFF;
		background-image:url(qmimages/arrow_0.gif);
		color:#000000;
		text-decoration:underline;
	}
	
.content {
	background: url('imagens/fundo_texto.jpg');
	height: 100%;
	width: 980px;
	display: table;
}
.marcadagua {
	background: url('imagens/marcadagua.jpg') no-repeat;
	height: 100%;
	width: 980px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 21px;
	color: #666;
	padding-top: 10px;
	padding-left: 100px;
	padding-bottom: 30px;
	width: 800px;
	display:table;
}
.texto p{
	padding-top: 7px;
	padding-bottom: 7px;
}
.texto a{
	color: #666;
	text-decoration: none;
}
.texto a:hover {
	color: #666;
	text-decoration: underline;
}
.texto h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.texto h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 21px;
	color: #666;
}
.pagina p{
	padding-top: 7px;
	padding-bottom: 7px;
}
.pagina a{
	color: #666;
	text-decoration: none;
}
.pagina a:hover {
	color: #666;
	text-decoration: underline;
}
.pagina h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
.pagina h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.caixas_wrap {
	width: 760px;
	margin:auto;			
	padding: auto;
	display: table;
}
.caixaesquerda_topo {
	background: url('imagens/esquerda_topo.png') no-repeat;
	height: 24px;
	width: 311px;
	border: 0px;
	float: left;
	display:table;
	position: relative;
}
.caixadireita_topo {
	background: url('imagens/direita_topo.png') no-repeat;
	height: 24px;
	width: 443px;
	border: 0px;
	display:table;
	position: relative;
}
.caixaesquerda_meio {
	background: url('imagens/esquerda_meio.png') repeat-y;
	height: 100%;
	width: 311px;
	border: 0px;
	display:table;
	float: left;
	position: relative;
}
.caixaesquerda_meio p {
	width: 280px;
	padding-left: 15px;
	color: #000;
}
.caixaesquerda_meio h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.caixaesquerda_meio h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.caixadireita_meio {
	background: url('imagens/direita_meio.png') repeat-y;
	height: 100%;
	width: 443px;
	border: 0px;
	display:table;
	position: relative;
}
.caixadireita_meio p {
	width: 410px;
	padding-left: 18px;
	color: #000;
}
.caixadireita_meio h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.caixadireita_meio h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.caixaesquerda_base {
	background: url('imagens/esquerda_base.png') no-repeat;
	height: 24px;
	width: 311px;
	border: 0px;
	float: left;
	display:table;
	position: relative;
	clear: both;
}
.caixadireita_base {
	background: url('imagens/direita_base.png') no-repeat;
	height: 24px;
	width: 443px;
	border: 0px;
	display:table;
	position: relative;
	
}


.rodape {
	background: url('imagens/rodape.jpg') no-repeat;
	height: 52px;
	width: 980px;
}
.rodape p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #fff;
	padding-top: 30px;
	text-align: center;
}
.rodape a{
	color: #666;
	text-decoration: none;
}
.rodape a:hover {
	color: #666;
	text-decoration: underline;
}

.flash {
	z-index: -99999999;
}