/* defaut em tudo */
html, body, form, fieldset, p, a, ul, ol, li, div, legend, label, br, input, button, textarea, h1, h2, h3, h4, h5, strong {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:11px;
	font-family:verdana, arial, tahoma, sans-serif;
	vertical-align:baseline;
	color:#000;
	line-height:1;
	text-align:left;
	outline:none;
	}
/*---------------*/

html, body {
	height: 100%;
	}


body {background: #d9dad9;}

div#principal {
	margin: 0 auto;
	width: 100%;
	background: #fff url(../images/estrutura/azul-fundo.gif) repeat-x;
	}
	
div#slogan-box {
	width: 100%;
	height: 153px;
	background: url(../images/estrutura/cinza-img.png) no-repeat;
	}
	
p#slogan-flash {
	margin: 0 auto;
	width: 372px;
	height: 85px;
	}
	
div#flash-centro {
	width: 100%;
	height: 280px;
	position: relative;
	}
	
p#flash-centro-animacao {
	margin: 0 auto;
	width: 555px;
	height: 237px;
	}
	
div#identificacao-industrial-index {
	position: absolute;
	right: 10px;
	bottom: 60px;
	width: 179px;
	height: 50px;
	}

div#identificacao-industrial-index a:link,
div#identificacao-industrial-index a:visited {
	display: block;
	width: 179px;
	height: 50px;
	background: url(../images/id-industrial.png) no-repeat;
	text-indent: -9000px;
	background-position: 0 0;
	}

div#identificacao-industrial-index a:hover,
div#identificacao-industrial-index a:active {
	background-position: 0 -50px;
	}
	
div#rodape-box {
	width: 100%;
	background: url(../images/estrutura/azul-fundo.gif) repeat-x 0 20px;
	}

div#rodape-conteudo {
	margin: 0 auto;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 8px;
	background: url(../images/estrutura/rodape.png) repeat-x left bottom;
	}