function carrega(id){
	document.getElementById(id).style.backgroundColor='#B4C0D8';
	document.getElementById(id).style.color='#FFF';
}
