@CHARSET "ISO-8859-1";

body{
	background: #e1e1e1;
}

.pagina{
	background: url(../imagens/diversas/pagina-corpo.png) repeat-y;
	width: 950px;
	color: #44433f;
	font: 14px Arial;
	margin: 0px auto;
	padding: 0px;
}

.cabecalho{
	background: #e1e1e1;
	clear: both;
	height: 5px;
	border-bottom: 1px solid #afafaf;
}

.cabecalho2 {
	height: 70px;
	clear: both;
	padding: 0px;
	margin: 0px;
}

.cabecalho2 img {
	padding: 0px;
	margin: 5px 0px 0px 15px;
}

.separador {
	clear: both;
	padding: 0px;
	width: 950px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #aeaeae;
}

.conteudo {
	clear: both;
	width: 920px;
	margin: 0px 15px;
	padding: 10px 0px;
	overflow: hidden;
}

.conteudo-esquerda {
	clear: both;
	width: 723px;
	float: left;
	padding: 10px 0px;
	margin: 0px 15px;
	overflow: hidden;
}

.conteudo-direita {
	width: 182px;
	float: left;
	padding: 10px 0px;
	margin: 0px 15px 0px 0px;
}

.centro-tabela {
	width: 920px;
	height: 450px;
	display: table-cell;
	vertical-align: middle;
}

.centro-conteudo {
	display: table;
	margin: auto;
}

.rodape {
	width: 950px;
	background: #e1e1e1 url(../imagens/diversas/pagina-rodape.png) no-repeat;
	clear: both;
	height: 18px;
}

.rodape2 {
	padding-left: 4px;
	width: 946px;
	background: #afafaf;
	clear: both;
	heigth: 20px;
	color: white;
	font: 10px Arial;
	line-height: 18px;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	color: #3264b9;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	color: #3264b9;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	color: #3264b9;
}

h4 {
	text-align: center;
	margin: 5px 0px 15px 0px;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}

h5 {
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
	margin: 5px 0px 5px 0px;
}

p {
	text-align: justify;
	/*text-indent: 30px;*/
	margin-bottom: 10px;
}

ul {
	list-style: circle;
	margin: 10px 0px 0px 15px;
	padding: 0px;
}

ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: justify;
}

a{
	color: #3282c8;
	text-decoration: none;
}

a:hover {
	color: #3264b9;
}

.bemvindo {
	height: 30px;
	float: right;
	margin: 25px 10px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #28166f;
}