/******************************************************************************* CSS Document */

body {
	font-family:Tahoma, Arial, Geneva, sans-serif;
	font-size:12px;
	color:#5b5b5b;
	margin:0;
	background-image:url(../img/fundo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#cdd7df;
}

h1 {
	background-color:#fff;
	font-variant:small-caps;
	font-size:24px;
	padding:4px;
	padding-left:20px;
	font-weight:normal;
	color:#193a4e;
	margin-top:40px;
	margin-bottom:40px;
}

h2 {
	font-size:14px;
	margin-bottom:0.4em;
	margin-top:1.5em;
	color:#444
}

h3 {
	font-weight:bold;
	color:#1e4155;
	margin-bottom:0.4em;
	font-size:12px;
}

h3 a {color:#1e4155; text-decoration:none;}
h3 a:hover {text-decoration:underline}

a {color:#5b5b5b; text-decoration:underline}
a:hover {text-decoration:none}

img {
	border:none;
}

/************************************************************************************ Persona */

.saiba {
	text-align:right;
	margin:0;
	font-style:italic
}

.saiba a {color:#fff; text-decoration:none;}
.saiba a:hover {text-decoration:underline}


.leia {
	text-align:right;
	margin:0;
	font-style:italic
}

.leia a {color:#193a4e; text-decoration:none;}
.leia a:hover {text-decoration:underline}

/*************************************************************************************** DIVS */

#geral {
	width:950px;
	margin:0 auto;
}

#topo {
	height:196px;
}

#menu {
	font-variant: small-caps;
	color:#fff;
	font-size:13px;
	text-align:center;
	white-space:pre;
	height:45px;
}

#menu a {color:#fff; text-decoration:none;}
#menu a:hover {color:#f58220;}

#miolo {
	text-align:justify;
}

#conteudo {
	height:400px;
	overflow:auto;
}

#rodape {
	text-align:center;
	color:#696e70;
	font-size:11px;
	line-height:17px;
	clear:both;
	padding:30px;
	height:150px;
	padding-bottom:60px;
	background-image:url(../img/fundo_rodape.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#rodape .endereco {
	font-weight:bold;
	color:#1c3f52;
	font-size:12px;
}

#rodape a {color:#696e70; text-decoration:none}
#rodape a:hover {text-decoration:underline;}