/* CSS Document */

/*********** GERAL ************/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(img/cabecalho.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-variant: small-caps;
	color: #213f99;
	border-bottom: 1px solid;
	clear: both;
}

h3 {
	font-style: italic;
}

/* A tag FONT é usada somente pelo Editor de textos da Adobe, onde são cadastradas as notícias */
font {
	font-size: 12px;
}

#global {
	position: relative;
	width: 940px;
}

#site {
	position: relative;
	width: 780px;
	text-align: left;
	padding: 0 7px;
}

#anuncio {
	position: relative;
	float: left;
	margin-left: 5px;
	margin-top: 150px;
}



/********** CABECALHO ***********/
#twitter_logo {
	position:absolute;
	top:39px;
	left:545px;	
}

#logo {
	margin-top: 12px;
}

#cabecalho {
	position: relative;
	clear: both;
	width: 100%;
	z-index: 1;
	
}

#cabecalho #nome {
	position: absolute;
	top: 8px;
	left: 140px;
	letter-spacing: 4px;
	color: white; /* #213f99; */
	font-weight: bold;
	font-variant: small-caps;
	font-size: 18px;
}

#cabecalho #opcoes {
	position: absolute;
	top: 30px;
	*top: 36px;
	left: 231px;
	font-size: 13px;
}

#cabecalho #opcoes a {
	color: white;
}

#cabecalho #online {
    position:relative;
	top: 0px;
	left: 0px;
	width: 747px;
	font-size: 9px;
	color: #213f99;
 	padding: 6px 10px 2px 0;
	text-align: right;
	height: 18px;
	*height: 20px;
}

#cabecalho #online a {
	color: #213f99;
}

#cabecalho #online .formLogin{
	position: relative;
	font-size:11px;
	border: 1px solid gray;
}
  
/********* MENU **********/

#menu {
	position: absolute;
	top: 77px;
	left: 133px;
	font-size: 12px;
	font-weight: bold;
	color: #213f99;
}

#menu img {
	border: none;
}

.itemmenu{
	float:left;
}

.itemmenu a{
	display:block;
	font-size:12px;
	text-align:center;
	padding: 3px;
	color: white;
	text-decoration:none;
	position:relative;
	top:0px;
	left:0px;
	letter-spacing: 2px;
}

.itemmenu a:hover{
	background-color: #213f99;
	color: white;
}

.submenu{
	position:absolute;
	top:22px;
	visibility:hidden;
	text-align: left;
	opacity: .93;
	font-weight: normal;
	border: 1px solid black;
}

.submenu a {
	text-align: left;
	background-color: white;
	color: black;
}


/********** CORPO ***********/

#corpo {
	top:2px;
	position: relative;
	width: 760px;
	height: 100%;
	font-size: 11px;
	z-index: 0;
	margin-top: 2px;
	padding: 0 10px 10px 10px;
	background-image:url(img/fundo_corpo.jpg);
	background-repeat: repeat-y;
}

#corpo a:link {
	color: #213f99;
	text-decoration: none;
	border-bottom: 1px dashed blue;
}

#corpo a:visited {
	color: #213f99;
}

#corpo a:hover {
	background-color: #AECDFF;
}

#corpo img {
	border: none;
}

#corpo .notitle {
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}

/********** COMUM ***********/

#centro h1, #esquerda h1, #direita h1, #esquerda_conteudo h1 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	/*background-color: #213f99; */
	padding: 1px 0;
}

#esquerda h2, #centro h2, #direita h2, #esquerda_conteudo h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 0;
}

#esquerda p, #centro p, #direita p, #esquerda_conteudo p {
	margin: 0 0 10px 0;
	*margin-bottom: 9px;
	text-align: justify;
}

#esquerda p, #centro p, #direita p {
	font-size: 13px;
	line-height: 18px;
}

/********** CENTRO ***********/

#centro {
	position: relative;
	float: left;
	width: 57%;
	/* border-left: 1px solid #CCC; RETIRADO */
	border-right: 1px solid #CCC;
	padding: 0 10px 5px 0;
}

/********** DIREITA ***********/

#direita {
	position: relative;
	float: left;
	width: 40%;
	padding: 0 0 5px 10px;
}

#direita h2 img {
	float: right;
	margin-left: 8px;
}

#direita #tabela_ps .celula_direita {
	width: 50%;
}

#direita #tabela_ps h2 {
	margin: 0; /* Para corrigir uma pequena distoro no FF */
}

#direita #tabela_ps tr td {
	padding: 5px 0;
	vertical-align: top;
}

#direita #tabela_ps tr td p {
	text-align: left;
	margin: 0;
}

#direita #tabela_ps tr td img {
	padding: 7px;
}

#direita #tabela_ps tr td .celula_esquerda {
	width: 50%;
	padding-right: 4px;
}

#parceiros p{
	text-align: left;
}

/********** ESQUERDA-CONTEDO ***********/

#esquerda_conteudo {
	position: relative;
	float: left;
	width: 20%;
	padding: 0 10px 5px 0;
}

#esquerda_conteudo p {
	text-align: left;
}

/********** CENTRO-CONTEDO ***********/

#centro_conteudo {
	position: relative;
	float: right;
	width: 77%;
	padding: 0 0 5px 10px;
	border-left: 1px solid #CCC;
}

#centro_conteudo h1 {
	margin-top: 0;
	color: #213f99;
	font-size: 20px;
}

#centro_conteudo h2 {
	font-size: 18px;
}

#centro_conteudo h3 {
	font-size: 14px;
}

#centro_conteudo h4 {
	font-size: 14px;
}

/********** RODAP ***********/

#rodape {
	padding: 15px 0;
	position: relative;
	clear: both;
	font-size: 10px;
	text-align: center;
	background-image: url(img/rodape.jpg);
	background-repeat: no-repeat;
}


/********** CLASSES ************/

/* Geralmente aplicado a <h2>, explicando algum <h1> (sem ter realmente a funcao visual de um h2) */
.explicacao_titulo {
	font-size: 12px;
	margin-top: -5px;
}

.div_hack {
	position: relative;
	clear: both;
	width: 100%;
}

.p_msg_erro {
	border: 1px solid #B00;
	background-color: #FFCECE;
	padding: 5px;
	text-align: center;
	margin: 5px 0;
}

.p_msg_sucesso {
	border: 1px solid #007500;
	background-color: #CAFFCA;
	padding: 5px;
	text-align: center;
	margin: 5px 0;
}

.p_msg_aviso {
	border: 1px solid #DE7A0C;
	background-color: #F9EAB0;
	padding: 5px;
	text-align: center;
	margin: 5px 0;
}

/********** ITENS TEMPORARIOS DA PAGINA INICIAL ************/

#destaque_inicial{
	position: relative;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}

#destaque_inicial h1 {
	font-size: 18px;
}

#destaque_inicial_full {
	/* border-bottom: 1px solid gray; */
	padding: 5px;
}

#destaque_inicial_esquerdo, #destaque_inicial_direito{
	height: 325px;
}

#destaque_inicial_direito {
	float: right;
	width: 360px;
	border: 1px solid gray;
	padding: 0 5px;
}

#destaque_inicial_esquerdo {
	float: left;
	width: 370px;
	border: 1px solid gray;
	padding: 0 5px;
}


