/* CSS Document */

.body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	color:#555;
	background-color: #fff;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.floatLeft {
	display:block;
	float:left;
}
.floatRight {
	display:block;
	float:right;
}

/*HOMEPAGE*/

/*conteúdo geral*/
.container {
	display: block;
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background: url(../imgs/fundoGeral.jpg);
	background-repeat: repeat-y;
}

/*barra lateral*/

.barra_lateral {
	display: block;
	float: left;
	width: 254px;
	min-height: 670px;
}

/*logo*/

.fundo_menu {
	display: block;
	width: 254px;
	height: 330px;
	background: url(../imgs/fundoLogo.jpg);
}

.logo {
	display: block;
	padding:74px 0 0 32px;
	width: 194px;
	height: 94px;
	background: url(../imgs/logoMetalogalva.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.logo a{
	display: block;
	width: 194px;
	min-height: 94px;
}

.logo span {
	display:none;
}

/*menu lateral*/

#menu_lateral {
	width: 156px;
	height: 186px;
	margin:30px 0 0 32px;
}

#menu_lateral ul {
	padding:0;
	margin:0;
}

#menu_lateral ul li {
	list-style: none;
}

#menu_lateral ul li a {
	display: block;
}

#menu_lateral ul li a span {
	display: none;
}

.bt01 {
	display: block;
	background: url(../imgs/es/btHome.png);
	width: 34px;
	height: 26px;
}
.bt01 a{
	display:block;
	width: 34px;
	height: 26px;
}
.bt01 a:hover{
	background: url(../imgs/es/btHome.png) 0 -26px;
	width: 34px;
	height: 26px;
}

.bt02 {
	display: block;
	background: url(../imgs/es/btProdutos.png);
	width:70px;
	height:26px;
}
.bt02 a{
	display:block;
	width:70px;
	height:26px;
}
.bt02 a:hover{
	background:url(../imgs/es/btProdutos.png) 0 -26px;
	width:70px;
	height:26px;
}

.bt03 {
	display:block;
	background:url(../imgs/es/btServicos.png);
	width:58px;
	height:26px;
}
.bt03 a{
	display:block;
	width:58px;
	height:26px;
}
.bt03 a:hover{
	background:url(../imgs/es/btServicos.png) 0 -26px;
	width:58px;
	height:26px;
}

.bt04 {
	display:block;
	background:url(../imgs/es/btAmbiente.png);
	width:212px;
	height:26px;
}
.bt04 a{
	display:block;
	width:212px;
	height:26px;
}
.bt04 a:hover{
	background:url(../imgs/es/btAmbiente.png) 0 -26px;
	width:212px;
	height:26px;
}

.bt05 {
	display:block;
	background:url(../imgs/es/btMarketing.png);
	width:67px;
	height:26px;
}
.bt05 a{
	display:block;
	width:67px;
	height:26px;
}

.bt05 a:hover{
	background:url(../imgs/es/btMarketing.png) 0 -26px;
	width:67px;
	height:26px;
}

.bt06 {
	display:block;
	background:url(../imgs/es/btPortfolio.png);
	width:51px;
	height:26px;
}
.bt06 a{
	display:block;
	width:51px;
	height:26px;
}
.bt06 a:hover{
	background:url(../imgs/es/btPortfolio.png) 0 -26px;
	width:51px;
	height:26px;
}

.pesquisa {
	display:block;
	width:196px;
	margin:0 0 0 32px;
}

.titulo_pesquisa {
	display:block;
	width:70px;
	height:15px;
	background:url(../imgs/es/titPesquisa.gif);
	margin-top: 30px;
}

.caixa_pesquisa {
	display:block;
	width: 196px;
	height: 20px;
	margin: 5px 0 0 -2px;
	background-image:url(../imgs/fundoInputs.gif);
}

.input_pesquisa {
	display:block;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color: #989898;
	padding: 2px 0 0 5px;
	margin: 3px 0 0 3px;
	width:162px;
	height: 16px;
	background-color:transparent;
}

.bt_ok_pesquisa {
	display:block;
	background-image:url(../imgs/btOk.png);
	width:14px;
	height:13px;
	margin: 5px 4px 0 0;
}
.bt_ok_pesquisa span{
	display:none;
}

.titulo_newsletter {
	display:block;
	width:141px;
	height:15px;
	background:url(../imgs/es/titNewsletter.gif);
	margin-top: 20px;
}

.titulo_acesso {
	display:block;
	width:104px;
	height:12px;
	background:url(../imgs/es/titAcessoDirecto.gif);
	margin-top: 20px;
}

.seta_dropdown {
	display:block;
	background-image:url(../imgs/setaDropdown.gif);
	background-repeat:no-repeat;
	width:10px;
	height:20px;
	margin: 8px 6px 0 0;
}

.seta_dropdown span {
	display:none;
}

.sondagem{
	display:block;
	width:196px;
	margin:0 0 0 32px;
}

.titulo_sondagem {
	display:block;
	width:52px;
	height:12px;
	background:url(../imgs/es/titSondagem.gif);
	margin: 0px 0 12px 0;
}

.texto_sondagem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #fff;
}

.radio_buttons {
	padding: 10px 5px 0 0;
}

.votacao {
	display:block;
	float: left;
	width:196px;
	height:23px;
	background:url(../imgs/es/btVotar.gif);
	background-repeat:no-repeat;
	margin: 12px 0 12px 0;
}

.votar {
	display:block;
	float: left;
	width:47px;
	height:23px;
	background:url(../imgs/es/btVotar.gif);
}

.votar a {
	display:block;
	float: left;
	width:196px;
	height:23px;
}

.link_resultados {
	margin-left: 55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #c4dee3;
	margin-top:5px;
}

.link_resultados a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #c4dee3;
}

.link_resultados a:hover {
	color: #fff;
}

/*conteudo central*/

.base_conteudo_central {
	display: block;
	float: left;
	width: 746px;
}

.base_idiomas {
	display: block;
	width: 746px;
	height: 39px;
	/*background: #fff;*/
	background: url(../imgs/fundoConteudo.jpg);
	background-repeat:no-repeat;
}

#idiomas {
	display: block;
	float:right;
	margin: 9px 12px 0 0;
	width: 150px;
	height: 12px;
}

#idiomas ul {
	padding:0;
	margin:0;
	float:right;
}

#idiomas ul li {
	float: left;
	list-style: none;
}

#idiomas ul li a {
	display: block;
}

#idiomas ul li a span {
	display: none;
}

.bt_pt {
	display: block;
	background: url(../imgs/btPt.gif);
	width: 22px;
	height: 12px;
}
.pt_active
{
	background: url(../imgs/btPt.gif) 0 -12px;
}
.bt_pt a{
	display:block;
	width:22px;
	height:12px;
}
.bt_pt a:hover{
	background: url(../imgs/btPt.gif) 0 -12px;
	width:22px;
	height:12px;
}

.bt_en {
	display: block;
	background: url(../imgs/btEn.gif);
	width:22px;
	height:12px;
}
.en_active
{
	background: url(../imgs/btEn.gif) 0 -12px;
}
.bt_en a{
	display:block;
	width:22px;
	height:12px;
}
.bt_en a:hover{
	background:url(../imgs/btEn.gif) 0 -12px;
	width:22px;
	height:12px;
}

.bt_es {
	display:block;
	background:url(../imgs/btEs.gif);
	width:22px;
	height:12px;
}
.es_active
{
	background: url(../imgs/btEs.gif) 0 -12px;
}
.bt_es a{
	display:block;
	width:22px;
	height:12px;
}
.bt_es a:hover{
	background:url(../imgs/btEs.gif) 0 -12px;
	width:22px;
	height:12px;
}

.bt_fr {
	display:block;
	background:url(../imgs/btFr.gif);
	width:22px;
	height:12px;
}
.fr_active
{
	background: url(../imgs/btFr.gif) 0 -12px;
}
.bt_fr a{
	display:block;
	width:22px;
	height:12px;
}
.bt_fr a:hover{
	background:url(../imgs/btFr.gif) 0 -12px;
	width:22px;
	height:12px;
}
.bt_it {
	display:block;
	background:url(../imgs/btIt.gif);
	width:22px;
	height:12px;
}
.it_active
{
	background: url(../imgs/btIt.gif) 0 -12px;
}
.bt_it a{
	display:block;
	width:22px;
	height:12px;
}
.bt_it a:hover{
	background:url(../imgs/btIt.gif) 0 -12px;
	width:22px;
	height:12px;
}

.bt_de {
	display:block;
	background:url(../imgs/btDe.gif);
	width:22px;
	height:12px;
}
.de_active
{
	background: url(../imgs/btDe.gif) 0 -12px;
}
.bt_de a{
	display:block;
	width:22px;
	height:12px;
}
.bt_de a:hover{
	background:url(../imgs/btDe.gif) 0 -12px;
	width:22px;
	height:12px;
}


.imagem_ambiente1 {
	display: block;
	width: 734px;
	height: 300px;
	background: url(../imgs/imgAmbiente1.jpg);
}

.imagem_ambiente2 {
	display: block;
	width: 734px;
	height: 300px;
	background: url(../imgs/imgAmbiente2.jpg);
}

.imagem_ambiente3 {
	display: block;
	width: 734px;
	height: 300px;
	background: url(../imgs/imgAmbiente3.jpg);
}

.area_util_direita {
	display: block;
	width: 714px;
	margin-left: 10px;
}

.area_menu {
	display: block;
	float:left;
	width: 190px;
}

.area_conteudo {
	display: block;
	width: 504px;
	float:right;
}

.base_colunas {
	display: block;
	float:left;
	width: 210px;
	min-height: 300px;
	margin: 20px 18px 0 18px;
}

.titulo_noticias {
	display:block;
	width:62px;
	height:16px;
	background:url(../imgs/es/titNoticias.gif);
	margin-bottom:15px;
}

.titulo_press {
	display:block;
	width:171px;
	height:16px;
	background:url(../imgs/es/titPressReleases.gif);
	margin-bottom:15px;
}

.titulo_clipping {
	display:block;
	width:140px;
	height:16px;
	background:url(../imgs/es/titClipping.gif);
	margin-bottom:15px;
}

.titulo_videoInstuticional {
	display:block;
	width:139px;
	height:16px;
	background:url(../imgs/es/titVideoInstuticional.gif);
	margin-bottom:15px;
}

.data_texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #008199;
}

.titulo_texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #11203f;
	margin-bottom:10px;
}

.titulo_texto a{
	color: #11203f;
	text-decoration:none;
}

.titulo_texto a:hover{
	text-decoration:underline;
}

.corpo_texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #555;
}

.foto_noticia_1 {
	display:block;
	max-width:210px;
	max-height:134px;
	/*background:url(../imgs/default_img_p.jpg);*/
	margin-top: 10px;
}

.foto_noticia_2 {
	display:block;
	max-width:210px;
	max-height:134px;
	background:url(../imgs/img02.jpg);
	margin-top: 10px;
}

.foto_press_release_1 {
	display:block;
	max-width:210px;
	max-height:134px;
	background:url(../imgs/img03.jpg);
	margin-top: 10px;
}

.foto_press_release_2 {
	display:block;
	max-width:210px;
	max-height:134px;
	background:url(../imgs/img04.jpg);
	margin-top: 10px;
}

.saber_mais {
	display:block;
	width:71px;
	height:13px;
	background:url(../imgs/es/btSaberMais.gif);
	margin-top: 10px;
}

.saber_mais a {
	display:block;
	width:71px;
	height:11px;
}

.ver_video {
	display:block;
	width:63px;
	height:12px;
	background:url(../imgs/es/btVerVideo.gif);
	margin-top: 10px;
}

.ver_video a {
	display:block;
	width:63px;
	height:12px;
}

.separador {
	display:block;
	width:100%;
	height:2px;
	background-color:#CCC;
	margin: 15px 0 15px 0;
}

.banner_video {
	display:block;
	width:210px;
	height:140px;
	background:url(../imgs/es/bannerVideo.jpg);
}

.banner_video {
	display:block;
	width:210px;
	height:140px;
}

/*rodape*/

.base_rodape {
	display: block;
	width: 1000px;
	height: 91px;
	background: url(../imgs/fundoRodape.jpg);
}

/*menu rodape*/

#menu_rodape {
	float: right;
	padding: 16px 25px 0 0;
	width: 712px;
	height: 14px;
}

#menu_rodape ul {
	padding:0;
	margin:0;
}

#menu_rodape ul li {
	float: left;
	list-style: none;
}

#menu_rodape ul li a {
	display: block;
}

#menu_rodape ul li a span {
	display: none;
}

.bt01_r {
	display: block;
	border-right: 1px solid #fff;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
	background: url(../imgs/es/bt01.gif);
	background-repeat: no-repeat;
	width: 62px;
	height: 14px;
}
.bt01_r a{
	display:block;
	width:62px;
	height:14px;
}
.bt01_r a:hover{
	background: url(../imgs/es/bt01.gif) 0 -14px;
	width:62px;
	height:14px;
}

.bt02_r {
	display: block;
	border-right: 1px solid #fff;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
	background: url(../imgs/es/bt02.gif);
	background-repeat: no-repeat;
	width:59px;
	height:14px;
}
.bt02_r a{
	display:block;
	width:59px;
	height:14px;
}
.bt02_r a:hover{
	background:url(../imgs/es/bt02.gif) 0 -14px;
	width:59px;
	height:14px;
}

.bt03_r {
	display:block;
	border-right: 1px solid #fff;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
	background:url(../imgs/es/bt03.gif);
	background-repeat: no-repeat;
	width:103px;
	height:14px;
}
.bt03_r a{
	display:block;
	width:103px;
	height:14px;
}
.bt03_r a:hover{
	background:url(../imgs/es/bt03.gif) 0 -14px;
	width:103px;
	height:14px;
}

.bt04_r {
	display:block;
	border-right: 1px solid #fff;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
	background:url(../imgs/es/bt04.gif);
	background-repeat: no-repeat;
	width:128px;
	height:14px;
}
.bt04_r a{
	display:block;
	width:128px;
	height:14px;
}
.bt04_r a:hover{
	background:url(../imgs/es/bt04.gif) 0 -14px;
	width:128px;
	height:14px;
}

.bt05_r {
	display:block;
	border-right: 1px solid #fff;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
	background:url(../imgs/es/bt05.gif);
	background-repeat: no-repeat;
	width:154px;
	height:14px;
}
.bt05_r a{
	display:block;
	width:154px;
	height:14px;
}

.bt05_r a:hover{
	background:url(../imgs/es/bt05.gif) 0 -14px;
	width:154px;
	height:14px;
}

.bt06_r {
	display:block;
	background:url(../imgs/es/bt06.gif);
	width:131px;
	height:14px;
}
.bt06_r a{
	display:block;
	width:131px;
	height:14px;
}
.bt06_r a:hover{
	background:url(../imgs/es/bt06.gif) 0 -14px;
	width:131px;
	height:14px;
}

.logo_seara{
	display:block;
	float: right;
	margin-top: 50px;
	width:53px;
	height:8px;
}

.bt_voltar {
	display:block;
	background:url(../imgs/es/btVoltar.gif);
	width:92px;
	height:24px;
	margin: 15px 0 15px 0;
}

.bt_voltar a {
	display:block;
	width:92px;
	height:24px;
}

.breadcrumbs {
	display: block;
	width: 734px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 10px 0 0 0;
}

.breadcrumbs a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #555;
}

.titulo_pagina {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	text-transform:uppercase;
	color: #11203f;
	margin-bottom: 15px;
}


/*template pesquisa*/

.pesquisa_interior {
	display:block;
	width:196px;
	height:40px;
}

.input_pesquisa_interior {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color: #008199;
	padding: 3px 0 0 5px;
	margin: 3px 0 0 0;
	width:160px;
	height: 14px;
}

.bloco_resultados {
	display:block;
	height: 30px;
}


/*template conteúdo*/

#menu_interior {
	display:block;
	width: 190px;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color:#008199;
}

#menu_interior ul {
	padding:0;
	margin:0;
}

#menu_interior ul li {
	list-style: none;
	margin-top: 10px;
	background:url(../imgs/bulletMenu.gif);
	background-repeat:no-repeat;
	border-bottom: 1px solid #E5E5E5;
}

#menu_interior ul li a {
	display: block;
	padding: 0 0 10px 15px;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	color:#008199;
}

#menu_interior ul li a:hover {
	color:#11203f;
}

.intro_form {
	margin-bottom: 15px;
}

.titulos_form {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #11203f;
	padding-top: 10px;
}

.asterisco {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #ff0000;
}

.asterisco_legenda {
	font-family: Arial;
	font-size: 11px;
	color:#555;
}


.inputs_form {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #555;
	padding: 4px 0 0 4px;
	width:150px;
	height: 16px;
	margin: 0 0 10px 10px;
}

.text_form{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #555;
	padding: 4px 0 0 4px;
	width: 400px;
	height: 60px;
	margin: 0 0 10px 10px;

}

.bt_submeter {
	display:block;
	background:url(../imgs/es/btSubmeter.gif);
	width:92px;
	height:23px;
	margin: 10px 0 0 72px;
}


/*template detalhe produto*/

.imagem_produto {
	display:block;
	float:left;
	/*background:url(../imgs/img05.jpg);*/
	width:210px;

}

.area_conteudo_detalhe {
	display: block;
	width: 484px;
	float:right;
}

.bt_sugerir {
	display:block;
	background:url(../imgs/es/btSugerirAmigo.gif);
	width:107px;
	height:23px;
	margin-top: 30px;
}

.pdf {
	display:block;
	background:url(../imgs/iconPDF.gif);
	background-repeat:no-repeat;
	width:484px;
	height:30px;
	padding: 10px 0 0 30px;
}

.bullet_conteudo {
	display:block;
	background:url(../imgs/bulletConteudo.gif);
	width:5px;
	height:5px;
}


/*template família*/

.cabecalho {
	display:block;
	background:url(../imgs/cabecalho.jpg) repeat;
	/* background-repeat:no-repeat; */
	width:724px;
	min-height:47px;
	margin-bottom: 15px;
	/*padding-left: 105px;*/
}

/*template listagem família*/

.base_familia{
	display:block;
	min-height:115px;
	margin: 20px 0 0 0;
}

.imagem_familia {
	display:block;
	float:left;
	/*background:url(../imgs/default_img_p.jpg);*/
	background-repeat:no-repeat;
	width:210px;
	height:115px;
	border-right: 2px solid #e4e4e4;
	padding-right: 10px;
	margin-right: 10px;
}

.titulo_texto_familia {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #11203f;
	margin-bottom:10px;
}

.descricao_familia {
	display:block;
	width:450px;
	float:left;
	float:left;
}

.ver_detalhe {
	display:block;
	background:url(../imgs/es/btVerDetalhe.gif);
	width:92px;
	height:24px;
	margin: 10px 0 10px 0;
}

.ver_detalhe a {
	display:block;
	width:92px;
	height:24px;
}