@CHARSET "UTF-8";

#destaques_home{
	width: 100%;
	height: 113px;
	margin-bottom: 20px;
	
}

#botoes{
	position:relative;
	width: 100%;
	height: 113px;
}
#botoes a{
	display:block;
	cursor: pointer;
	position: absolute;
}


.eletro_home_link{
	background-image:url(../img/destaque/cliqueaqui.png);
	height: 17px;
	width: 117px;
	top: 80px;

}
.eletro_home_link:hover{
	background-image:url(../img/destaque/cliqueaqui_over.png);
}

