/* ----------------------------------------------------------------------- CSS GERAL */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	scrollbar-3dlight-color: #DEE0E1;
	scrollbar-highlight-color: #DEE0E1;
	scrollbar-face-color: #C0C1C4;
	scrollbar-arrow-color: #954C74;
	scrollbar-shadow-color: #DEE0E1;
	scrollbar-darkshadow-color: #DEE0E1;
	scrollbar-track-color: #DEE0E1;	
	overflow: auto;
}

#page { /* para deixar a página centrazada usar isso */
	margin: auto;
	padding: auto;
	text-align: center;
}

#page_int { /* para deixar a página centrazada usar isso */
	margin: auto;
	padding: auto;
	width: 1010px;
	height: auto;
	overflow: hidden;
	display: block;
}

/* ----------------------------------------------------------------------- CSS TOPO */

#topo {
	width: 900px;
	height: 124px;
	margin: 0;
	padding: 0;
	background-color: #1C446A;
}

/* ----------------------------------------------------------------------- CSS DISPLAY */

#display {
	width: 900px;
	height: 171px;
	margin: 0;
	padding: 0;
	background-color: #1C446A;
	display: block;
}

/* ----------------------------------------------------------------------- CSS MENU */

#menu {
	width: 176px;
	height: 171px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
}

#menu ul {
	margin: 20px 0 0 20px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#menu ul li {
	list-style: none;
	padding: 2px 5px 2px 5px;
}

#menu ul li a {
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
}

#menu ul li a:hover {
	width: 95%;
	color: #FFF;
	line-height: 14px;
	padding-left: 5px;
	background-color: #437B9D;
	display: block;
}


/* ----------------------------------------------------------------------- CSS IMG DISPLAY */

#img_display {
	width: 724px;
	height: 171px;
	background-color: #FFF;
	float: right;
	clear: none;
}

/* ----------------------------------------------------------------------- CSS CONTEÚDO GERAL */
	
#conteudo {
	width: 900px;
	height: auto;
	font-size: 11px;
	float: left;
	clear: none;
	display: block;
	background-color: #FFF;
}

#conteudo a {
	text-decoration: none;
	color: #1C446A;
}

#conteudo a:hover {
	text-decoration: underline;
	color: #327BBE;
}

#lat_end  {
	width: 176px;
	height: 275px;
	float: left;
	clear: none;
	background-image: url(../images/lat_end.jpg);
	background-repeat: no-repeat;
}

#lat_end_txt {
	padding: 60px 0 0 20px;
	color: #666;
}

#conteudo_txt {
	width: 724px;
	height: auto;
	color: #666;
	font-size: 11px;
	float: right;
	clear: none;
	background-image: url(../images/bg_txt.jpg);
	background-repeat: repeat-y;
}

#txt {
	color: #666;
	font-size: 12px;
	padding: 15px 10px 15px 10px;
	background-image: url(../images/bg_txt.jpg);
	background-repeat: repeat-y;
}

#txt table {
	color: #666;
	font-size: 12px;
	padding: 15px 10px 15px 10px;
	background-image: url(../images/bg_txt.jpg);
	background-repeat: repeat-y;
}

.imgBorder {
	padding: 5px;
	border: solid 1px #999;
	margin-right: 10px;
	float: left;
	clear: none;
}

/* ----------------------------------------------------------------------- CSS CONTEÚDO HOME */

#conteudo_home_txt {
	width: 724px;
	height: auto;
	color: #666;
	font-size: 12px;
	float: right;
	clear: none;
	background-image: url(../images/bg_home_txt.jpg);
	background-repeat: repeat-y;
}


#home_txt_bloco1 {
	width: 350px;
	height: auto;
	float: left;
	clear: none;
	margin-left: 12px;
}

#home_txt_bloco2 {
	width: 330px;
	height: auto;
	float: right;
	clear: none;
	margin-right: 10px;
}

.borderImg {
	float: left;
	clear: none;
	margin: 7px 12px 7px 0;
	padding: 3px;
	border: solid 1px #DDDDDD;
}

#clear {
	width: 330px;
	display: block;
	clear: both;
}

/* -------------------------------------------- CSS RODAPE */

#rodape {
	width: 900px;
	height: 43px;
	float: left;
	clear: none;
	background-image: url(../images/bg_rodape.jpg);
}

#txt_rodape {
	width: 900px;
	margin: auto;
	padding: auto;
	font-size: 11px;
	margin-top: 15px;
}

.txtEsq {
	width: 400px;
	margin-left: 15px;
	float: left;
	clear: none;
	color: #666;
}

.txtDir  {
	width: 400px;
	margin-right: 15px;
	float: right;
	clear: none;
	text-align: right;
}

.txtDir a {
	color: #1C446A;
	text-decoration: none;
	font-weight: bold;
}

.txtDir a:hover {
	color: #327BBE;
}



	
	
	
