@charset "utf-8";
/* Tag's ------------------------------------------------------- */
* {
	margin:0px;
	padding:0px;
}

body {
	background:url(../imagens/layout/fd_body.jpg) repeat-x top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#333;
	text-align:center;
}

h1 {
	font-size:56px;
	color:#004696;
}

h2 {
	height:22px;
	font-size:18px;
	padding:3px 0px 2px 18px;
	color:#FFF;
}

h3 {
	font-size:13px;
	font-weight:bold;
	color:#000;
}
h4 {
	color:#333;
}

p {
	margin-bottom:15px;
}

ul {
	margin-bottom:15px;
}

img {
	border:none;
}

/* Ordem hierárquica ------------------------------------------- */


/* GERAL */
div#geral {
	width:1004px;
	margin:0px auto;
	text-align:left;
}

/* TOPO */
div#topo {
	width:911px;
	height:97px;
	background:url(../imagens/layout/fd_topo.gif) no-repeat top center;
	margin-top:10px;
	padding-top:70px;
	padding-left:93px;
}

/* PRINCIPAL */
div#principal {
	width:1004px;
}
	div#principal:after {
		clear: both;
		content: ".";
		display: block;
		height: 0px;
		visibility: hidden;
	}

/* MENU */
div#menu {
	width:196px;
	height:auto;
	float:left;
	text-align:right;
}

/* CONTEÚDO */
div#conteudo {
	width:768px;
	min-height:260px;
	float:left;
	border-left:solid 1px #004696;
	border-right:solid 1px #004696;
}
	div#conteudo h2 {
		background:#004696;
		padding:2px 0px 2px 18px;
	}
	
		div#conteudo.ciano {
			border-color:#00C3E1;
		}
			div#conteudo.ciano h2 {
				background-color:#00C3E1;
			}
			div#conteudo.ciano h3 {
				color:#00C3E1;
			}
		
		div#conteudo.magenta {
			border-color:#E100AA;
		}
			div#conteudo.magenta h2 {
				background-color:#E100AA;
			}
			div#conteudo.magenta h3 {
				color:#E100AA;
			}
		
		div#conteudo.amarelo {
			border-color:#FFBE00;
		}
			div#conteudo.amarelo h2 {
				background-color:#FFBE00;
			}
			div#conteudo.amarelo h3 {
				color:#FFBE00;
			}
		
		div#conteudo.preto {
			border-color:#000;
		}
			div#conteudo.preto h2 {
				background-color:#000;
			}
			div#conteudo.preto h3 {
				color:#000;
			}
		
		div#conteudo.home {
			border:none;
		}
		
	div#conteudo div#texto {
		width:450px;
		min-height:260px;
		padding:15px 0px 0px 20px;
		background:url(../../imagens/layout/fd_cont.jpg) no-repeat top left;
	}
	
	div#conteudo div#banner_home {
		margin-bottom:30px;
		border-left:solid 1px #004696;
	}

	div#conteudo div#banner_a {
		float:left;
		margin-right:30px;
	}

	div#conteudo div#banner_b {
		float:left;
	}

/* RODAPE */
div#rodape {
	width:954px;
	height:145px;
	background:url(../imagens/layout/fd_rodape.gif) no-repeat bottom center;
	margin-bottom:35px;
	margin-top:40px;
	padding-left:46px;
}