@charset "utf-8";
/* CSS Padrao Auditoria */

/* zerando css */
html, body, div, span, object, iframe, h4, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, img {
	margin: 0px; padding: 0px; border: 0px; list-style: none; text-decoration: none; font-style: normal;
}
p, h4, h3, h2, h1 { margin: 0; padding: 0; border: 0; }

/*-- FORMATACAO -------------*/
html, body { height: 100%; }
body {
	padding: 20px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff;
}

/* Padrao */
a {	color: #000; }
a:hover { text-decoration: underline; }
a img {	border: none; }
a.block { width: 100%; height: 100%; text-indent: -9999px; display: block; overflow: hidden; }

.clear_both { clear: both; }

.float_left { float: left; }
.float_right { float: right; }

.texto_1 {
	text-align: justify;
	line-height: 190%;
}
.texto_2 {
	text-align: left;
	line-height: 190%;
}

.p_space {
	padding-bottom: 15px;
}
.bold { font-weight: bold; }

.erro_flash {
	font-size: 11px;
}

/*-- CONTAINER -------------*/
div.container {
	width: 905px;
	padding: 5px;
	margin: 0 auto;
	border: 1px solid #c6c7c8;
}

/*-- HEADER -------------*/
div.header {
	padding: 10px 20px 15px;
	margin: 0 auto; 
}
	/*Data*/
	div#header_date {
		text-align: right;
		font-size: 10px;
		color: #8b8b8b;
	}
	
	/*Logo*/
	h1#header_logo {
		width: 151px;
		float: left;
	}
	
	/*Menu Paginas*/
	ul#menu_pags {
		width: 609px;
		padding-top: 25px;
		float: right;
	}
	ul#menu_pags li {
		height: 22px;
		padding: 2px 17px;
		border-right: 1px dashed #5f7ca0;
		display: inline;
		float: left;
	}
	
	ul#menu_pags li#bt_home a {
		width: 76px;
		background: url(img/bt_home.jpg) top center;
	}
	ul#menu_pags li#bt_home a:hover {
		background: url(img/bt_home.jpg) bottom center;
	}
	
	ul#menu_pags li#bt_empresa a {
		width: 93px;
		background: url(img/bt_empresa.jpg) top center;
	}
	ul#menu_pags li#bt_empresa a:hover {
		background: url(img/bt_empresa.jpg) bottom center;
	}
	
	ul#menu_pags li#bt_servicos a {
		width: 93px;
		background: url(img/bt_servicos.jpg) top center;
	}
	ul#menu_pags li#bt_servicos a:hover {
		background: url(img/bt_servicos.jpg) bottom center;
	}
	
	ul#menu_pags li#bt_clientes a {
		width: 98px;
		background: url(img/bt_clientes.jpg) top center;
	}
	ul#menu_pags li#bt_clientes a:hover {
		background: url(img/bt_clientes.jpg) bottom center;
	}
	
	ul#menu_pags li#bt_contato {
		border: 0 none;
		padding: 2px 0 2px 17px;
	}
	ul#menu_pags li#bt_contato a {
		width: 92px;
		background: url(img/bt_contato.jpg) top center;
	}
	ul#menu_pags li#bt_contato a:hover {
		background: url(img/bt_contato.jpg) bottom center;
	}

/*-- FOOTER -------------*/
div.footer {
	height: 87px;
	padding: 0 25px;
	background: #0066cd url(img/footer_bg.jpg) repeat-x;
	margin: 0 auto;
	
	position: relative;
}
	/*Informacoes Empresa*/
	div#footer_info {
		width: 430px;
		float: left;
		padding: 21px 0 0;
		
		font-size: 10px;
		color: #fff;
		line-height: 150%;
	}
	div#footer_info a {
		color: #fff;
	}
	
	/*Desenvolvedor*/
	div#footer_desenvolvedor {
		position: absolute;
		bottom: 21px;
		right: 25px;
		
		font-size: 10px;
	}
	div#footer_desenvolvedor a { text-decoration: none; }
	.web { font-family: Verdana, Geneva, sans-serif; color: #1E3C88; }
	.maker { font-family: Verdana, Geneva, sans-serif; color: #eabb00; }


/*-- CORPO -------------*/
div.corpo {
	padding-bottom: 15px;
}
	
	/*Imagens Destaque Paginas*/
	span.img_destaque {
		float: right;
		padding-left: 25px;
	}

	/*Titulo Paginas*/
	h2.titulo_pags  {
		background: url(img/titulos_pag_bg.jpg) repeat-x;
		padding: 0 25px;
		height: 25px;
		font-size: 14px;
		color: #fff;
	}
	h2.titulo_pags img { padding-top: 7px; }
	
	h3.subtit_pags {
		font-size: 12px;
		color: #0066cd;
		padding-bottom: 20px;
	}
	
	h4.titulo_lista {
		font-size: 11px;
		font-weight: normal;
		color: #0066cd;
	}
	
	/*Conteudo Paginas*/
	div.conteudo_pag {
		padding: 20px 25px 0;
	}
	
	/*Lista Pags*/
	ul.lista_pags {
		padding-bottom: 15px;
	}
	ul.lista_pags li {
		padding-left: 17px;
		background: url(img/icon_lista.jpg) no-repeat 0 7px;
	}
	
	ul.lista_clientes {
		width: 590px;
		float: left;
	}
	div.cliente_img {
		width: 247px;
		float: right;
		text-align: center;
	}
	
/*-- Formulario -------------------------------------------------------------*/
form.formulario {
	width: 483px;
	float: left;
}
	
	.form_line { padding: 3px 0; }
	.form_label label { cursor: pointer; }
	.form_campo { border: 1px solid #d9d9d9; padding: 2px; }
	.form_style {
		width: 100%;
		padding: 0;
		margin: 0;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		color: #000;
		border: 0 none;
	}
	
	.form_right { padding-right: 8px; }
	.form_2itens { width: 237px; float: left; }
	
	.form_txt { height: 60px; }
	.form_obrigatorios { float: left; font-size: 10px; }
	.form_obrigatorios a { color: #000; text-decoration: none; }
	
	.form_bt { float: right; }
	input.form_bt_input {
		width: 58px;
		height: 25px;
		
		border: 0 none;
		margin: 0;
		padding: 0;
		cursor: pointer;
	}
		input#bt_limpar {
			background: url(img/bt_limpar.jpg) no-repeat;
		}
		input#bt_enviar {
			background: url(img/bt_enviar.jpg) no-repeat;
		}
	
	input.form_radio {
		margin: 4px 4px 0 0;
		padding: 0;
		float: left;
	}



