* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #262626 url(../images/bg_body.jpg) top center no-repeat;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#centralizer {
	margin: auto;
	width: 1047px;
	min-height: 100%;
	display: table;
}

/* ------------------------- DIVs da estrutura ------------------------- */

/* topo */

.top {
	padding: 0;
	margin: 0;
	width: 1047px;
	clear: both;
	display: block;
}

/* centro */

.centro {
	margin: 0;
	padding: 0 0 0 107px;
	width: 902px;
}

/* conteudo */

.conteudo {
	margin: 0;
	padding: 35px 0 0 35px;
	width: 865px;
 	background: #dedddd url(../images/bg_conteudo.jpg) no-repeat left top;
}

/* conteudo left */

.left {
	margin: 0;
	padding: 0 0 0 0;
	float: left;
	width: 480px;
	height: 434px;
}

/* conteudo left box */

.box_empresa {
	width: 475px;
	padding: 0 0 0 0;
	margin: 10px 0 25px 0;
	background: url(../images/box_01.gif) top left no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
}

/* conteudo Right */

.right {
	margin: 0;
	padding: 0; 
	float: right;
	width: 375px;
}
.box_2 {
	width: 0;
	height: 0;
	padding: 329px 0 0 0;
	margin:  0;
}

/* foot */

.fornecedores {
	margin: 0 0 0 107px;
	padding: 93px 0 0 35px;
	width: 867px;
	height: 237px;
	background: url(../images/bg_fornecedores.jpg) top no-repeat;
	color: #c7d6d9;
	font-size: 11px;
}

.endereco {
	margin: 0 0 0 107px;
	padding: 17px 0 0 35px;
	width: 867px;
}
/* ------------------------- T&iacute;tulos ------------------------- */

h1 {
	color: #530c0d;
	font-size: 19px;
	padding: 0 0 5px 0;
}
p {
	color: #252525;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	padding: 0 0 10px 0;
}
.p_2 {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
}
p.form {
	color: #999999;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 0 0 3px 0;
}

.clear {
	clear: both;
}
.block {
	display: block;
}

/* ------------------------- Links ------------------------- */

a.box_emp:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.box_emp:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.box_emp:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.box_emp:hover {
	color: #240000;
	text-decoration: none;
}
a.box_fot:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.box_fot:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.box_fot:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.box_fot:hover {
	color: #FFD5C6;
	text-decoration: none;
}
a.box_tex:link {
	color: #772a30;
	text-decoration: none;
}
a.box_tex:active {
	color: #772a30;
	text-decoration: none;
}
a.box_tex:visited {
	color: #772a30;
	text-decoration: none;
}
a.box_tex:hover {
	color: #330000;
	text-decoration: none;
}
a.box_paz:link {
	color: #838383;
	text-decoration: none;
}
a.box_paz:active {
	color: #838383;
	text-decoration: none;
}
a.box_paz:visited {
	color: #838383;
	text-decoration: none;
}
a.box_paz:hover {
	color: #6ba8d1;
	text-decoration: none;
}
