*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

a{
	color: #fff;
	text-decoration: none;	
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

#container{
	height: 890px;
	border: 10px solid #FFFFFF;
	background-color: #f0f1f1;
	margin: 0 auto;
	background: url('../files/bg_fusion.jpg') no-repeat 0 0;*/
}

.topo{
	float: left;
	width: 100%;
	padding: 44px 0 22px 0;
}

h1{
	float: left;
	color: #fff;
	/* mudar essa cor #ffff00 */
	background: #a67dc8;
	font-size: 29px;
	padding: 2px 5px;
}

.descricao{
	float: left;
	width: 425px;
	background: url('../files/pontilhado.gif') no-repeat 0 0;
	padding: 20px 0;
}

.descricao p{
	float: left;
	clear: both;
	display: inline;
	margin: 15px 0 0 58px;
	width: 320px;
}

.descricao p.titulos{
	width: auto;
	margin: 0 0 15px 0;
	background: #fff8f8;
	display: inline;
	padding-right: 5px;
}

.descricao p.titulos strong{
	float: left;
	width: 48px;
	margin: 0;
	background: #000;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-right: 5px;
}

.bt_seta{
	float: left;
	height: 15px;
	/* mudar essa cor #ffff00 */
	background: #a67dc8 url('../files/bt_seta.gif') no-repeat right 0;
	padding: 2px 25px 0 5px;
}

.pecas{
	float: left;
	width: 783px;
	background: url('../files/pontilhado.gif') no-repeat 0 bottom;
	padding: 0 0 20px 0;
}

.pecas .video{
	float: left;
	clear: both;
	margin: 15px 0 10px 0;
}

.pecas .video .tit{
	float: left;
	width: 48px;
	margin: 0;
	background: #000;
	color: #fff;
	font-weight: normal;
	text-align: center;
}

.pecas .video .obj{
	float: left;
	width: 730px;
	background: Lime;
}

.pecas .video .obj2{
	margin-left: 48px;
}

.objFull{
	float: right;
}

.banner_titulos{
	float: left;
	width: 730px;
	padding: 0 0 0 48px;
}

.banner_titulos p.titulos{
	float: left;
	width: auto;
	margin: 0;
	background: #fff8f8;
	display: inline;
	padding-right: 5px;
}

.banner_titulos p.titulos strong{
	float: left;
	width: 48px;
	margin: 0;
	background: #000;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-right: 5px;
}
.banner_titulos p.titulos span{
	float: left;
	background: red;
}

.banner_titulos p{
	float: left;
	display: inline;
	clear: both;
}
