body {
	margin: 0px;
	background-color: #708090;
}

/* ini Novo cabeçalho*/
#cabecalho{}
#cabecalho ul {
	background:url('img/fundo_topo_degrade.jpg');
	background-repeat:repeat-x;
	background-position:top;
	height:126px;
	border-bottom:1px solid #fff;
    float: left;
	margin:0;
	padding:0;
	width: 100%;
    list-style:none;
}
	#cabecalho ul li { 
		display: inline;
	}

	
		#cabecalho ul li.busca { 
			line-height:126px;
			height:126px;
			padding-right:26px;

		}
			#cabecalho ul li.busca input{
				-webkit-border-radius: 11px;
				-moz-border-radius: 11px;
				border-radius: 11px;
				background: url('img/lupa_busca_home.gif') no-repeat;
				background-position: 156px 4px;
				border:1px solid #d0d0d1;
				width:183px;
				padding-left:10px;
				color:#bababb;
				outline:none;
				font-size:90%;
				margin-top:53px;
			}
			
	#cabecalho ul li a {
		padding: 0px 20px;
		float:left;
		height:126px;
		line-height:126px;
		color: #818285;
		text-decoration: none;
		font-family:arial;
		font-size:16px;
		font-weight:550;
	}

	#cabecalho ul li a:hover
	{
		background: url('img/fundo_topo_degrade_hover.jpg') repeat-x; 
	}
	#cabecalho ul li a.ativo,
	#cabecalho ul li a.produtos:hover
	{
		background: url('img/fundo_topo_ativo_degrade_hover.jpg') repeat-x; 
	}		

	#cabecalho ul li a.logohome,
	#cabecalho ul li a.logohome:hover
	{
		padding:0;
		background: url('img/novo_logo.gif') no-repeat;
		background-position: 30px 10px;
		height:126px;
		width:133px;
		cursor:default;
	}
	/*
	#cabecalho ul li a.logohome:hover
	{
		padding:0;
		background: url('img/novo_logo_hover.gif') no-repeat;
		background-position: 30px 10px;
		height:126px;
		width:133px;
	}*/

/*fim Novo cabeçalho*/



/* ini Novo cabeçalho interno*/
#cabecalho_interno{}
#cabecalho_interno ul {
	background:url('img/fundo_topo_interno_degrade.jpg');
	background-repeat:repeat-x;
	background-position:top;
	height:51px;
	border-bottom:1px solid #4c5d80;
    float: left;
	margin:0;
	padding:0;
	width: 100%;
    list-style:none;
}
	#cabecalho_interno ul li { 
		display: inline;
		
	}
	
		#cabecalho_interno ul li.busca { 
			line-height:51px;
			height:51px;
			padding-right:26px;
		}
			#cabecalho_interno ul li.busca input{
				-webkit-border-radius: 11px;
				-moz-border-radius: 11px;
				border-radius: 11px;
				background: url('img/fundo_input_busca_interna.jpg') repeat-x;
				background-position: top right;
				border:1px solid #030708;
				border-bottom: 1px solid #3F4E6B;
				width:153px;
				padding-left:10px;
				padding-right:30px;
				color:#bababb;
				outline:none;
				font-size:90%;
				margin-top:15px;
			}
			
	#cabecalho_interno ul li a {
		padding: 0px 20px;
		float:left;
		height:51px;
		line-height:51px;
		color: #CECFD4;
		text-decoration: none;
		font-family:arial;
		font-size:16px;
		font-weight:550;

	}

	#cabecalho_interno ul li a:hover,
	#cabecalho_interno ul li a.logohome:hover
	 {
		background: url('img/fundo_topo_interno_degrade_hover.jpg') repeat-x; 
	}	

	#cabecalho_interno ul li a.logohome,
	#cabecalho_interno ul li a.logohome:hover
	{
		padding:0;
		background: url('img/novo_logo_interno.jpg') no-repeat;
		background-position: 30px 2px;
		height:51px;
		width:80px;
	}
	#cabecalho_interno ul li a.logohome:hover
	{ 
/*
		padding:0;
		background: url('img/fundo_topo_interno_degrade_hover.jpg') no-repeat;
		background-position: 30px 10px;
		height:51px;
		width:8px;
*/
	}
	#cabecalho_interno ul li a.produtos:hover,
	#cabecalho_interno ul li a.ativo
	 {
		background: url('img/fundo_produtos_hover.jpg') no-repeat;
		background-position:top center; 
	}	



		/*ini submenu do produto*/
		#menu_produto,
		#menu_produto_home {
			display:none;
		}
			#menu_produto ul,
			#menu_produto_home ul {
				position:absolute;
				left:50%;
				/*margin-left:-137px;*/
				/*margin-top:52px;*/
				width:260px;
				top:0;
				padding:0;
			}
			#menu_produto_home ul{
				/*margin-left:-177px;
				  margin-top:127px;*/
				margin-top:127px;
				margin-left:-137px;
			}
			#menu_produto ul{
				margin-top:52px;
				margin-left:-115px;				
			}

			#menu_produto ul li,
			#menu_produto_home ul li { 
				margin: 0; 
				padding: 0px;
				border-bottom: 1px solid #4A6089;
				text-align: left;
				list-style-type: none;
			}
		
				#menu_produto ul li a,
				#menu_produto_home ul li a {
					background: #394D6E;
					color: #C4D4EB;
					/*font-weight: bold;*/
					text-decoration: none;
					padding: 8px 20px;
					display: block;
					font-family:arial;
					font-size:12px;
				}
				#menu_produto ul li a:hover,
				#menu_produto_home ul li a:hover {
					background: #4D5F7D;
					/*color: #fff;*/
				}		









				#menu_produto_home ul li a {
					background: #A2A2A2;
					color: #fff;
					/*font-weight: bold;*/
					text-decoration: none;
					padding: 8px 20px;
					display: block;
					font-family:arial;
					font-size:12px;
				}
				#menu_produto_home ul li a:hover {
					background: #b5b5b5;
					/*color: #fff;*/
				}
				#menu_produto_home ul li { 
					border-bottom:1px solid #b7b7b7;
				}		
		
		/*fim submenu do produto*/





/*fim Novo cabeçalho interno*/







	.left{
		float:left;
	}
	.right{
		float:right;
	}







.fundoBranco {
	background-color: White;
}
.estiloChamada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
}
.estiloAssinatura {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bordaRodape {
	border-top: 1px solid black;
}
.estiloMargem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a:link {
	color: black;
	text-decoration:none;	
}
a:visited {
	color: black;
	text-decoration:none;	
}
a:hover {
	color: black;
	text-decoration:underline;
}
a:active {
	color: black;
	text-decoration:none;
}


#redes_sociais{
	position:absolute;
	position:absolute;
	top:126px;
	left:50%;
	margin-left:-439px;
	background:url("img/fundo_redes_sociais.jpg") repeat-y;
	background-color:#fff;
	background-position: top right;
	border:1px solid #666;
	border-right:0;
}

#redes_sociais a{
	margin:10px;
	display:block;
	width:28px;
	height:28px;
}
		
		a.twitter{
			background:url("img/ico_twitter.jpg") repeat-y;
		}
		a.twitter:hover{
			background:url("img/ico_twitter_hover.jpg") repeat-y;
		}
		a.facebook{
			background:url("img/ico_facebook.jpg") repeat-y;
		}
		a.facebook:hover{
			background:url("img/ico_facebook_hover.jpg") repeat-y;
		}
		a.linkedin{
			background:url("img/ico_linkedin.jpg") repeat-y;
		}
		a.linkedin:hover{
			background:url("img/ico_linkedin_hover.jpg") repeat-y;
		}
		
		a.wordpress{
			background:url("img/ico_wordpress.jpg") repeat-y;
		}
		a.wordpress:hover{
			background:url("img/ico_wordpress_hover.jpg") repeat-y;
		}
