/* CSS Document */

body
{	
	background:url(../imgs/bg_site.gif) repeat-x;
	background-color:#000000;
	padding: 0;	
	margin: 0;
	margin-top: 20px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #646F6B;
	text-decoration: none;
}

#cont_interno #menu
{
	padding: 3px; 
	margin:0; 	
	color:#FFFFFF;
	position: relative;
	height: 20px;
	
	font-family: tahoma; 
	font-weight: bold; 
	font-size: 11px; 

}

	#cont_interno #menu a
	{
		color: #FFFFFF;
		text-decoration:none;
		padding:2px;
	}

	#cont_interno #menu a:hover
	{
		color: #fec40d; 
		/*text-decoration: underline;*/
	}	

#cont	/*conteudo total do meio*/
{
	text-align:center;
	/*background:#CCFF66;*/
	margin-top:8px; 
	margin-bottom:8px;
}

	#cont_interno	/* box central de 760px*/
	{
		width: 760px;
		min-height: 450px;
		margin:0 auto;
	  	height:auto !important;
		height:450px;
	}

	#cont_interno a, #dwk a:link, #dwk A:visited
	{
		color: #fec40d;
		text-decoration:none;
		/*font-weight:bold;		*/
	}

	#cont_interno a:hover, #dwk a:hover
	{
		/*color: #646F6B; /*#999900;*/
		text-decoration:underline;
		/*
		background-color:#000000;
		color:#FFFFFF;
		*/

	}
		
	h1, h2, h3, h4
	{
		font-family: tahoma; 
		font-size: 18px; 
		font-weight: normal;
		
		margin-bottom: 0em;  
		margin: 0;
		padding:0;
		display: inline;
	}

		h1
		{
			line-height: 1.0em;
			font-size: 3.8em;
		}
	
		h2
		{
			line-height: 1.4em;
			font-size: 1.8em;
		}
	
		h3
		{
			line-height: 1.4em;
			font-size: 1.2em;
			font-weight:bold;		
		}

		h4
		{
			line-height: 1.4em;
			font-size: 1.0em;
			font-weight:bold;		
		}		
		
		.color1
		{
			color:#EEEEEE; 
			background-color:#333333;
			padding:2px;
		}

		.color2
		{
			color:#535353;

		}
	
	#cont_interno table
	{
		font-size: 10px;
	}

	#cont_interno .cel
	{
		background: #F7F7F7;
		font-size: 10px;
		padding-top: 2px;
		padding-left: 10px;
		padding-right: 10px;
		/*height: 90px;*/
		border: 1px solid #ddd;
		min-height: 300px;
	
	}
	
	#cont_interno .cel_cabecalho
	{
		height:30px;
		text-align:left;
	}
	
	#cont_interno .img_border
	{
		border: 4px solid #F0F0F0;
	}

	#cont_interno .img_cliente, #cont_interno a.img_cliente
	{
		border: 4px solid #F0F0F0;
		filter: gray alpha(opacity=60); 
		opacity: 0.6;
	}

	#cont_interno .img_cliente:hover, #cont_interno a.img_cliente:hover
	{
		border: 4px solid #F0F0F0;
		filter: none;
		opacity: 1;
	}

.hr-sol
{
	border: 0;
	background-color: #eee;
	height: 1px;
	width: 45%;
	text-align: left;
	border-bottom: 2px dotted #cccccc;
	margin-top: 15px;
	margin-bottom: 15px;
}

	#portifa_interno
	{
		/*text-align:center; */
		width: 441px;
		background-color:#FFFFFF;
		/*background:url(../images/bg_listra.jpg) repeat;*/
		margin-top:8px; 
		margin-bottom:8px;
		margin-right: 8px;
		padding: 10px;
		border: 1px solid #ddd;
	}
	
	#portifa A:link, #portifa A:visited
	{
		color:#999999;
	}
	
	#portifa A:visited
	{
		color:#666666;
	}

	#portifa A:active, #portifa A:hover
	{
		color:#fec40d;
	}	

#solucoes, #contato, #portifa
{
	text-align:left;
}

#solucoes A:link, #solucoes A:visited
{
	color:#BB6600;
}
	#solucoes .solucao_cont
	{
		/*line-height: 13px;*/
	}

#dwk
{
	margin-left: 20px;
	margin-right: 20px;
	text-align:justify;	
}


input, textarea, select 
{
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size:12px;
	
	margin: 0px;
	padding-top:2px;
	
	vertical-align:middle;		
	height: 22px;
	
}

textarea
{
	height: 60px;
}

.campoCadastroErro{
	border: 1px solid #fec40d;
	background-color:#EAEAEA;
}

a.bt{
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	
	color: #000000;
	text-decoration:none;

	padding:5px;
}

a.bt:hover{

	border: 1px solid #fec40d;
	text-decoration:none;
	/*background-color:#b2b2b2;*/

}

/*
input.submit
{
	color: #646F6B;

	padding: 2px;
	background: #f4f4f4;

	font-family:Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;


}	
*/
	
/* ########## RODAPÉ ########## */
#footer
{
	width: 760px;
	margin:0 auto;

	text-align: center;
	position: relative;
	

	color: #8B8A8A;
	font-size:10px;
}

	#footer a
	{
		color: #cecece;
		text-decoration: none;
	}
	
	#footer a:hover
	{
		padding-bottom: 0px;
		color: #fec40d; 
	}
	
	#footer h2
	{
		text-align:left;
	}

