@import "topo.css";
@import "deslizante.css";
@import "formulario.css";
@import "menu.css";

html, body #background  {height:100%;} 
 * html #tudo{height: 100%;}

body {
	margin:0; 
	padding:0;
	color: #000000;
	background:#1b4575;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}

#tudo { 
	width:740px;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;
	}
	
#tudo_pg { 
	width:740px;
	position:relative;  /*Contexto de posicionamento */
	background: #FFFFFF;
	margin:0 auto;
	text-align:left;
	min-height:100% !important;
	}
	

#conteudo {padding-bottom:0px; }

#rodape{
	background:#ffffff;
	width: 740px;
}

#txt_pg{
	margin: 20px 34px 0px 34px;
	padding-bottom: 15px;
}

/* ************************************* */ /* FORMATAÇÕES DE FONTES E STYLE*/

.laranja{
	color: #FF9933;
	font-weight:bold;
	margin-bottom: 3px;
}

hr.barra_news{
	border-top: 1px dashed #FFFFFF;
	margin: 10px 0px 10px 0px;
	*margin: 3px 0px 3px 0px;
	color: #366DA5;
}

ul.seta_branca{
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

li.li_branca{
	margin-bottom: 5px;
	padding-left: 20px;
	background-image:url(../imgs/seta_fbranco.jpg);
	background-repeat:no-repeat;
	background-position: 0 2px;
}

ul.seta_cinza{
	margin-top: 17px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

li.li_cinza{
	margin-bottom: 5px;
	padding-left: 20px;
	background-image:url(../imgs/seta_fcinza.jpg);
	background-repeat:no-repeat;
	background-position: 0 2px;
}


h2{
	margin: 10px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #1B4575;
}

p{
	margin-bottom: 5px;
	margin-top: 5px;
}

.img_direita{
	float: right;
	margin: 0px 0px 5px 5px; 
}

.img_esquerda{
	float: left;
	margin: 0px 5px 5px 0px; 
}

/* ************************************* */ /* FORMATAÇÕES DE LINKS*/

a:link.mais{
	color: #ff9000;
	text-decoration:none;
	font-weight:bold;
}
a:visited.mais{
	color: #ff9000;
	text-decoration:none;
	font-weight:bold;
}
a:hover.mais{
	color: #FFB959;
	text-decoration:none;
	font-weight:bold;
}
a:active.mais{
	color: #ff9000;
	text-decoration:none;
	font-weight:bold;
}

a:link.link_home{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
a:visited.link_home{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
a:hover.link_home{
	color: #999999;
	text-decoration:none;
	font-weight:bold;
}
a:active.link_home{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

img{
	border:0px;
}

a:link.linkBlog{
	color: #ff9000;
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
}
a:visited.linkBlog{
	color: #ff9000;
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
}
a:hover.linkBlog{
	color: #FFAA55;
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
}
a:active.linkBlog{
	color: #ff9000;
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
}

img{
	border:0px;
}
/* ************************************* */ /* HOME */

#box_A1{
	width: 252px;
	height: 217px;
	float: left;
	background-image: url(../imgs/box_noticias.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#box_A2{
	width: 249px;
	height: 217px;
	float: left;
	background-image:url(../imgs/box_tecnologia.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#box_A3{
	width: 239px;
	height: 217px;
	float: left;
	background-image: url(../imgs/box_sustentabilidade.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#box_B1{
	width: 252px;
	height: 217px;
	float: left;
	background-color:#FFFFFF;
	color:#000000;
}

#box_B2{
	width: 249px;
	height: 217px;
	float: left;
	background-color:#dadcdb;
	color:#000000;
}

#box_B3{
	width: 239px;
	height: 217px;
	float: left;
	background-color:#FFFFFF;
	color:#000000;
}

#txt_box{
	margin: 10px;
	text-align: justify;
}

#txt_box2{
	margin: 0px 10px 0px 10px;
	text-align:left;
}

#txt_box img{
	float: left;
	margin-right: 7px;
	margin-bottom: 2px;
}

.seta_contato_home{
	width: 20px;
	height: 90px;
	float: left;
}

/* ************************************* */ /* CONTATO */

#coluna_mapa{
	width: 265px;
	float: left;
	text-align: center;
	font-weight: bold;
}

#mapa{
	margin-bottom: 20px;
}

#txt_contato{
	width: 395px;
	float: right;
}

#conteudo_contato{
  min-height:350px;
  height:auto !important;
  height:350px;
  padding-bottom: 5px;
  background-color:#FFFFFF;
}

#box_endereco{
	text-align: left;
	margin-bottom: 16px;
	padding-left: 6px;
}

/* ************************************* */ /* TECNOLOGIA */

#box_tecnologia{
	width: 100%;
	text-align: justify;
	margin-bottom: 15px;
}

#box_tecnologia img.img_tec01{
	float: right;
	margin-left: 15px;
	margin-bottom: 8px;
	
}

#box_tecnologia img.img_tec02{
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}

/* ************************************* */ /* DOWNLOAD */

ul.seta_download{
	margin-left: 12px;
	*margin-left: 6px;
	padding-left: 12px;

	list-style-image: url(../imgs/seta_fbranco.jpg);
}

li.lista_download{
	padding-left: 10px;
}

.listaespacotopo{
	margin-top:	15px;
	padding-left: 10px;
}


a:link.link_download{
	color: #1B4575;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
a:visited.link_download{
	color: #1B4575;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
a:hover.link_download{
	color: #ff9000;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
a:active.link_download{
	color: #1B4575;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

/* ************************************* */ /* NOTICIAS */

#topico_noticias{
	width: 225px;
	float: left;
}

#box_noticias{
	width: 425px;
	float: right;
	text-align: justify;
}

#txt_noticias{
	margin: 20px 35px 0px 35px;
	height: 385px;
}

.txt_azul{
	font-weight: bold;
	color: #1B4575;
}

.noticiaHome{
	border-bottom: 1px #CCCCCC dashed;
	text-align: left;
	color: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* ************************************* */ /* PRODUTOS*/

#img_produto{
	width: 230px;
	float: left;
}

#box_txt_produto{
	width: 435px;
	*width: 420px;
	float: right;
}

.margin_img_produto{
	margin-bottom: 5px;
}

#maisSubProdutos{
	width: 435px;
	margin: -15px;
	*margin: -35px;
}

/* ************************************* */ /* CLIENTES*/

#logoClientes{
	float: left;
	height: 120px;
	width: 220px;
	text-align: center;
}
