@charset "UTF-8";


td,th {
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	color: #CCC;
}
body {
	background-image: url(imagens/bg.png);
	background-repeat:repeat-x;
	background-color:#323232;
}
.centro {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCC;
}
.certified-pt {
	background-image: url(imagens/cert-pt.jpg);
	background-repeat: no-repeat;
}
.lang-selector-bg {
	background-image: url(imagens/lang-spacer.png);
	background-repeat: repeat-x;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #999;
}
p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCC;
	text-align: left;
}
#HomeBot
{
  display: block;
  width: 86px;
  height: 33px;
  background: url("imagens/homebot.png") no-repeat 0 0;

}

#HomeBot:hover
{ 
  background-position: 0 -33px;
}

#HomeBot span
{
  display: none;
}
#EmpresaBot
{
  display: block;
  width: 86px;
  height: 33px;
  background: url("imagens/empresabot.png") no-repeat 0 0;

}

#EmpresaBot:hover
{ 
  background-position: 0 -33px;
}

#EmpresaBot span
{
  display: none;
}
#ProdutosBot
{
  display: block;
  width: 86px;
  height: 33px;
  background: url("imagens/produtosbot.png") no-repeat 0 0;

}

#ProdutosBot:hover
{ 
  background-position: 0 -33px;
}

#ProdutosBot span
{
  display: none;
}
#ContactosBot
{
  display: block;
  width: 86px;
  height: 33px;
  background: url("imagens/contactosbot.png") no-repeat 0 0;

}

#ContactosBot:hover
{ 
  background-position: 0 -33px;
}

#ContactosBot span
{
  display: none;
}

#langPT
{
  display: block;
  width: 12px;
  height: 33px;
  background: url("imagens/pt.png") no-repeat 0 0;

}

#langPT:hover
{ 
  background-position: 0 -33px;
}

#langPT span
{
  display: none;
}
#langEN
{
  display: block;
  width: 12px;
  height: 33px;
  background: url("imagens/en.png") no-repeat 0 0;

}

#langEN:hover
{ 
  background-position: 0 -33px;
}

#langEN span
{
  display: none;
}
#langES
{
  display: block;
  width: 12px;
  height: 33px;
  background: url("imagens/es.png") no-repeat 0 0;

}

#langES:hover
{ 
  background-position: 0 -33px;
}

#langES span
{
  display: none;
}
.alinha-esq {
	text-align: left;
	font-size: 16px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.p-texto {
	color: #333;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.dots {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 6px;
	color: #999;
}

