@charset "iso-8859-2";
/* CSS Document */

.caixa
{
	background: url(fundo.jpg) no-repeat;
	background-position:center;
	height: 283px;
}

.titulo
{
	background: url(titulo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:498px;
	height: 77px;
}

.tit_en
{
	background: url(titulo_en.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:498px;
	height: 77px;
}
.tit_es
{
	background: url(titulo_es.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:498px;
	height: 77px;
}
.tit_fr
{
	background: url(titulo_fr.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:498px;
	height: 77px;
}

.texto_nome{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 18px;
}

.texto_detalhes {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.texto_descricao{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 200px;
	text-decoration:none;
}
