@import url(../_css/comum.css);

/* ----------------------------------------------------------- */
/* ------------------------------------------------------ GERAL*/
/* ----------------------------------------------------------- */
html
{
	background:url(../_imagens/comum/bg-internas.gif) repeat-x;
}
img.titulo
{
	float:left;
}
input{margin:0; padding:0;}

/* ----------------------------------------------------------- */
/* ---------------------------------------------- bloco central*/
/* ----------------------------------------------------------- */
#bloco-central
{
	width:740px;
}
/* ----------------------------------------------------------- */
/* ---------------------------------------------------- produto*/
/* ----------------------------------------------------------- */
.bloco-produto
{
	width:206px;
	height:305px;
	float:left;
	margin-right:61px;
}
.bloco-produto img, .detalhes-produto img
{
	cursor:pointer;
}
.quantidade
{
	background:url(../_imagens/tpl-listagem/quantidade.gif) no-repeat #f4f5f6;
}
.quantidade input[type="image"]
{
	margin-left:90px;
}
.quantidade input[type="text"]
{
	background:transparent;
	width:50px;
	height:17px;
	margin-top:7px;
	margin-left:100px;
}
.metragem
{
	background:url(../_imagens/tpl-listagem/metragem.jpg) no-repeat #f4f5f6;
}
.metragem input[type="image"]
{
	margin-left:90px;
}
.metragem input[type="text"]
{
	background:transparent;
	width:50px;
	height:17px;
	margin-top:7px;
	margin-left:100px;
}
/* ------------------------------------------------ detalhes produto*/
.detalhes-produto p
{
	text-align:justify;
}
.detalhes-produto .foto
{
	width:320px;
	float:left;
	margin-right:10px;
}
.detalhes-produto img.cotacao
{
	margin-top:5px;
	margin-left:5px;
	float:right;
}
/* ----------------------------------------------------------- */
/* -------------------------------------------------- not&iacute;cias */
/* ----------------------------------------------------------- */
.noticia
{
	text-align:justify;
}
.noticia img
{
	float:left;
	margin-right:10px;
	border:1px solid #9a9b9b;
}
/* ----------------------------------------------------------- */
/* -------------------------------------------------- tecnologias desenvolvidas */
/* ----------------------------------------------------------- */
.tecnologias
{
	text-align:justify;
}
.tecnologias .imagem
{
	width:134px;
	float:left;
	margin-right:10px;
	padding-bottom:10px;
}
.tecnologias .imagem span.italico
{
	float:right;
}
/* ----------------------------------------------------------- */
/* -------------------------------------------------- contatos comerciais */
/* ----------------------------------------------------------- */
#mapa{float:left;}
#representantes
{
	width:240px;
	float:left;
	margin-left:10px;
}
#info{float:left;}
