*{
	margin:0; 
	padding:0; 
	list-style:none; 
}
body{
	 background-image:url(../imagens/layout/fundo_body.jpg);
	 background-repeat:repeat;
	 background-color:#666;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:black;
}

img {
	border:none;
}

a {
	text-decoration:none;
	border:none;
}

img{
	border:0; 
}

#estrutura {
	width:980px;
	margin:0 auto;
	border:1px solid #666;
	background-image:url(../imagens/layout/fundo_estrutura.jpg);
	background-repeat:repeat-x;
	background-color:white;
	overflow:hidden;
}

#cabecalho {
	width:980px;
	height:375px;
	float:left;
}

#parte_1 {
	width:274px;
	padding:10px;
	float:left;
	background-image:url(../imagens/layout/fundo_txt.png);
	background-repeat:no-repeat;
}

#parte_1 h2 {
	float:left;
	margin:0 0 15px 0;
}

#parte_1 img {
	float:left;
	margin:10px 0 20px 23px;
}


#parte_1 p {
	float:left;
	margin-bottom:10px;
}

#parte_2 {
	float:left;
	width:682px;
}

#parte_2 ul {
	float:left;
	width:680px;
	margin:10px 0 0 0;
}

#parte_2 ul li {
	float:left;
	padding:10px 10px 10px 15px;
	border-left:1px solid #999;
}

#parte_2 ul li a:hover {
	color:#fb4a0b;
}

#parte_3 {
	width:680px;
	float:right;
	margin:10px 0 0 0;
}



#conteudo {
	width:958px;
	float:left;
	padding:10px;
	background:white;
	margin:0 0 10px 0;
	overflow:hidden;
}

#conteudo ul {
	width:955px;
	float:left;
}

#conteudo ul li {
	float:left;
	padding-left:10px;
	margin:0 13px 0 0;
}

#com_border {
	border-left:1px solid #666;
}

#conteudo ul li p {
	margin:10px 0 0 0;
}

#rodape {
	width:980px;
	height:29px;
	margin:0 0 2px 0;
	float:left;
	clear:both;
	overflow:hidden;
	background:#666;
}

.texto_basico {
	font_size:12px;
	color:#666;
	font-weight:bold;
	text-align:justify;
}

.menu {
	font-size:16px;
	font-weight:bold;
	color:#666;
}

.txt_menu {
	font-size:14px;
	color:#999;
	margin:10px 0 0 0;
}

.sub_tit {
	font-size:14px;
	font-weight:bold;
	color:#fb4a0b;
}

.sub_tit_black {
	font-size:14px;
	font-weight:bold;
	color:black;
}

.txt_rodape {
	font-size:12px;
	color:white;
	font-weight:bold;
	line-height:29px;
	margin-left:360px;
}

.txt_video {
	font-size:12px;
	color:#666;
	text-align:center;
	text-align:center;
}

.img_video {
	float:left;
	margin:0 0 0 15px;
}
