@charset "utf-8";
/* CSS Document */

.imgBlancolorHome{
	background:url(../images/img_home.jpg) no-repeat;
	width: 800px;
	height: 434px;
	position:absolute;
	float:left;
}


.txtCliqueBlancolor{
	width: 340px;
	height: 34px;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align:right;
	position: absolute;
	line-height:20px;
	margin: 190px 0px 0px 410px;
	border: 0px solid red;
}

.txtCliqueBlancolor a{
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
}


ul#destaquesHome{
	width: 510px;
	height: 161px;
	position:absolute;
	margin: 273px 0px 0px 295px;
	padding: 0px;
	border: 0px solid red;
}

ul#destaquesHome li{
	list-style:none;
	float:left;
	border: 0px solid red;
}

ul#destaquesHome li.bndes a{
	width: 165px;
	height: 161px;
	background: url(../images/dest_home_bndes.jpg) center no-repeat;
	display:block;
	text-indent: -99999px;
}

ul#destaquesHome li.showroom a{
	width: 162px;
	height: 161px;
	background: url(../images/dest_home_show_room.jpg) center no-repeat;
	display:block;
	text-indent: -99999px;
}

ul#destaquesHome li.planetEventos a{
	width: 175px;
	height: 161px;
	background: url(../images/dest_home_planet_eventos.jpg) center no-repeat;
	display:block;
	text-indent: -99999px;
}

