@charset "utf-8";
/* CSS Document */

/*PROVISÓRIO PROVISÓRIO PROVISÓRIO PROVISÓRIO */

#body_provisorio{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#0A337C;
	background-image: ;
	background-repeat:repeat-x;
}

#h1_provisorio{
	position:absolute;
	width:380px;
	height:80px;
	left:50%;
	margin-left:-190px;
	top:165px;
	background-image:url(img/h1.gif);
	text-indent:-3000px;	
	}
	
#frase{
	position:absolute;
	width:510px;
	height:49px;
	left:50%;
	margin-left:-255px;
	top:290px;
	background-image:url(img/frase.gif);
	text-indent:-3000px;
	}
	
#contato{
	position:absolute;
	width:510px;
	left:50%;
	margin-left:-255px;
	top:360px;
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#00A9D9;
	}
	
/*LINKS LINKS LINKS LINKS*/

a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#046ACC;
	text-decoration:none;
	line-height: 100%;
}
a:visited{
	color:#046ACC;
	text-decoration:none;
}

a:hover{
	color:#F90;
	text-decoration:underline;
}

/* BLOCOS BLOCOS BLOCOS BLOCOS */

html, body {
	height:100%;
	margin: 0;
	padding: 0;
} /**/

#body {
	margin:0;
	padding:0;
	background-image:url(img/back_body.jpg);
	background-repeat:repeat-x;
	background-color:#104490;
	}
	
	
img{
	margin:0px;
	padding:0px;
	border:0px;
}

.imagem_borda{
  border:2px solid #E1D39B;
}

/* TEXTOS TEXTOS TEXTOS */

h1 a{
	display:block;
	width:315px;
	height:75px;
	background-image: url(img/logo_h1.gif);
	position: absolute;
	top: 18px;
	right:29px;
	text-indent: -3000px;
	overflow:hidden;
	z-index: 100;
}


h2{
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 15px;
	color: #333333;
	display: block;
	margin: 0;
	width: 525px;
	background-image: url(img/back_h2_900.gif);
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 10px;
}



p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.formatacao{
	line-height: 150%;
	text-align:justify;
}

.recuo{padding-left:5px;}


/* BLOCOS BLOCOS BLOCOS*/
	
#tudo {
	width:900px;
	position:relative;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	background-color: #FFF;
	background-image: url(img/back_tudo_900.jpg);
	background-repeat: repeat-y;
	}
	
* html #tudo {
	height: 100%;
}

#container {
	padding-bottom:20px;
}

#coluna_esquerda {
	width:210px;
	float:left;
	padding-left: 10px;
	height: 550px;
}
	
#globo{
	width:180px;
	height:220px;
	background-image:url(img/globo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:59px;
	z-index:10;
	}


#menu{
	width:190px;
	margin: 0px auto;
	position: absolute;
	top: 240px;
	left: 22px;
	z-index: 20;
}

#menu ul{
	list-style-type:none;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	display: block;
	padding-left: 0px;
	text-align: right;
	margin: 0;
}

#menu ul li a{
	height:26px;
	line-height:26px;
	display: block;
	border-bottom: 1px solid #E6E6E6;
	text-decoration:none;
	color:#0E418F;
	background-image:url(img/back_item_menu.gif);
	background-position:180px;
	background-repeat:no-repeat;
	padding-right: 15px;
}

#menu ul li a:hover{
	height:26px;
	line-height:26px;
	display: block;
	border-bottom: 1px solid #E6E6E6;
	text-decoration:none;
	color: #000;
	background-image:url(img/back_item_menu_hover.jpg);
	background-color:#E6E6E6;
}

address{
	width:176px;
	margin: 0px auto;
	position: absolute;
	top: 450px;
	left: 22px;
	z-index: 20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: right;
	font-style: normal;
	background-image: url(img/back_item_menu.gif);
	background-repeat: repeat-y;
	background-position: 180px;
	padding-right: 14px;
}

		
#coluna_direita {
	width:670px;
	float:right;
	padding-right: 10px;
	}
	
#imagem_tema{
	width:104px;
	height:450px;
	background-image:url(img/imagem_tema.jpg);
	background-repeat:no-repeat;
	float:left;
	position: relative;
	left: 2px;
	background-position: -1px;
}

#conteudo{
	width:525px;
	float:right;
	position:relative;
	padding-right:20px;
	padding-top: 120px;
}

#textos{
	width:530px;
	text-align: justify;
	margin: 0;
}


#rodape {
	width:790px;
	height:20px;
	position: absolute;
	bottom: 0;
	}

.clear {clear:both;}

