 /* definições gerais */

*{margin:0; padding:0;}

body {
	background:#dedede;
	background-image:url(../imagens_base/fundo.png);
	background-repeat:repeat-y;
	background-position:center;
	font: 10px/12px Verdana, Arial, SunSans-Regular, Sans-Serif;
/*	margin-bottom:30px; 
	margin-top:30px; */
	}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
	
input {
	border:0;
	line-height:20px;
}
input[type="text"], input[type="submit"] {
	border:solid 1px #666;
}


/* links */

a{text-decoration:none;}

a:hover{text-decoration: underline;}

/* contentores gerais */


#contentor {
	width: 895px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#000;
	overflow: hidden;
	}
	
#contentor_fundo {
    background-image:url(../imagens_base/fundo_interior.png);
	background-repeat:repeat-y;
	background-color:#FFF;
	width: 665px;
	margin:0;
	padding:0;
	float:right;
	border:0;
}
/* CABEÇALHO */

#cabecalho { 	 
  	height: 140px;
	float:right;
	}
#cabecalho h1{
	text-align:center;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:lighter;
	}

#cabecalho h2{
	text-align:center;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:21px;
	font-weight:lighter;
	}

#cabecalho a, #barra a {
	color: #000; 
	text-decoration: none;
	}
#barra a:hover {
	text-decoration:underline;
}
#cabecalho a:hover, #navegacao a:hover{
	color: #FFF; 
	text-decoration: none;
	}


/*menus dentro do cabeçalho - todos off*/

#menu1 {
	width:144px;
	height:90px;
	padding:14px 14px 14px 34px;
	float:left;
}
#menu2, #menu3 {
	width:144px;
	height:90px;
	padding:14px 14px 14px 0px;
	float:left;
}
#menu4 {
	width:143px;
	height:90px;
	padding:14px 14px 14px 0px;
	float:left;
}
#menu1_barra {
	width:144px;
	height:22px;
	padding:0px 14px 0px 34px;
	float:left;
}
#menu2_barra, #menu3_barra {
	width:144px;
	height:22px;
	padding:0px 14px 0px 0px;
	float:left;
}
#menu4_barra {
	width:143px;
	height:22px;
	padding:0px 14px 0px 0px;
	float:left;
}

/*menus dentro do cabeçalho - on*/

#menu_contentor_on {
	width:206px;
	height:140px;
	float:left;
}
#menu_on {
	width:206px;
	height:90px;
	padding-top:14px;
	float:left;
}
#lista_on_menu_on {
	width:206px;
	height:22px;
	padding-top:14px;
	float:left;
}
#menu_contentor_off {
	width:123px;
	height:140px;
	float:left;
}
#menu_off {
	width:123px;
	height:66px;
	padding-top:14px;
	float:left;
}
#lista_off {
	width:123px;
	height:14px;
	padding-top:10px;
	float:left;
}
#lista_on_menu_off {
	width:123px;
	height:22px;
	padding-top:14px;
	float:left;
}
#menu_spacer_esq {
	width:34px;
	height:140px;
	float:left;
}
#menu_spacer_dir, #menu_contentor_spacer {
	width:14px;
	height:140px;
	float:left
}
#menu_spacer{
	width:14px;
	height:22px;
	padding-top:118px;
}


/*zona da navegação*/
	
#navegacao {
	float:left;
	width:627px;
	margin:14px 14px 10px 24px;
	height:12px;
	color:#000;
	font-size:9px;
	}

/*links da zona de navegação*/

#navegacao a {
	color:#666;
	text-decoration: none;
	}
#navegacao a:hover{
	color: #000; 
	text-decoration: none;
	}

/* conteúdo */


#conteudo, #conteudo1, #conteudo2, #conteudo3  {
	float: right;
	width:617px;
	overflow: hidden;
	text-align:justify;
	margin:14px 14px 14px 34px;
	}

#conteudo h1, #conteudo1 h1, #conteudo2 h1, #conteudo3 h1 {
	font-size: 18pt;
	line-height: 21pt;
	} 
#conteudo h2, #conteudo1 h2, #conteudo2 h2, #conteudo3 h2 {
	font-size: 14pt;
	line-height:21px;
	}
#conteudo h3, #conteudo1 h3, #conteudo2 h3, #conteudo3 h3 {
	font-size: 10pt;
	line-height:17px;
	color: #900;
}
#conteudo h4, #conteudo1 h4, #conteudo2 h4, #conteudo3 h4 {
	font-size: 9pt;
	line-height:13px;
}
#conteudo h5, #conteudo1 h5, #conteudo2 h5, #conteudo3 h5 {
	font-size: 7px;
	line-height:9px;
	font-weight:normal;
}
#conteudo p, #conteudo1 p, #conteudo2 p, #conteudo3 p {
	line-height:14px;
}
#conteudo a{
	color:#666;
}
#conteudo1 a{
	color:#ff8400;
}
#conteudo2 a{
	color:#d76725;
}
#conteudo3 a{
	color:#e83f04;
}


/* barra lateral */

#barra {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:230px;
	float:left;
	margin:0;
	padding: 0;
	}

#barra h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
	line-height:20px;
}

#barra p {margin:0; padding:0;}

#barra img {padding: 0; margin: 0;}

#barra ul {
	margin:12px;
	padding:0;
	}

#barra ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

.logo {
	width:210px;
	height:107px;
	padding:14px 10px 0px 10px;
}

	
/* outros */

.imgespaco10pxH {
	padding:0px 10px 0px 10px;
}

.imgespaco10pxV {
	padding:10px 0px 10px 0px;
}

.imgespaco10px {
	padding:10px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 7px;
	margin: 0 0 2px 0;
	display: inline;
	}

img.alignleft {
	padding: 7px;
	margin: 0 0 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.tab {
	padding: 0 35px 0 35px;
}
.especial {
	color:#990000;
}

/* rodapé */

#rodape {
	clear: both;
	width: 100%;
	}
	
#rodape p{padding:14px 0;margin: 0; color: #000; text-align:center;}
#rodape a{color: #000;text-decoration: none;}
#rodape a:hover{color: #5D5D5D;text-decoration: underline;}

