/* CSS Document */
@import url("estilo.css");

div.produto_mae, div.produto_flash, produto_conteudo, div.barra_amarela, div.produto_texto, div.produto_imagem, div.produto_link{
	float: left;
}

div.produto_mae{
	width: 980px;
	height: 100%;
	text-align: left;
}

div.produto_flash{
	width: 980px;
	height: 150px;
	margin-bottom: 10px;
}

div.produto_conteudo{
	width: 980px;
	height: 100%;
}

div.voltar{
	float: right;
	margin-right: 50px;
	width: 150px;
	height: 15px;
}

div.barra_amarela{
	width: 980px;
	height: 20px;
	background: #FDF5E6;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.produto_texto{
	width: 975px;
	height: 100%;
	padding-left: 5px;
	text-align: left;
	margin-bottom: 15px;
}

div.produto_imagem{
	width: 975px;
	height: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.produto_link{
	width: 975px;
	height: 100%;
	padding-left: 5px;
	text-align: left;
	margin-bottom: 10px;
}

.bg_SafeCARD1{
	background: #008B8B;
}

.bg_SafeCARD2{
	background: ##B0E0E6;
}

.coluna_safecore{
	width: 485px;
}

hr{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.demonstracao{
	
	margin: 0 auto;
	width: 749px;
	height: 500px;
	background-image: url(../imagem/bb2.jpg);
	border: 2px; 
	background-color: #000000; 
	border-style: solid;
}