function mw_colecciondedatos_act_largocss(id_val,id_largo,id_dim) {
	var vallargo=fp_get_valor_input(id_largo)
	if (!isNaN(parseInt(vallargo))){
		dim=fp_get_valor_select(id_dim)
		fp_setvalue(id_val,parseInt(vallargo)+dim)
		fp_setvalue(id_largo,parseInt(vallargo))
	}else{
		fp_setvalue(id_val,'')
		fp_setvalue(id_largo,'')
	}
}
function  mw_colecciondedatos_resaltarbgcolor(id,color){
	fp_cambiar_style(id,'backgroundColor',color);
	//fp_cambiar_style(id,'background-color',color);
	
	//executar="fp_cambiar_style('"+id+"','backgroundColor','"+bgant+"')";
	//alert (executar);
	//setTimeout("fp_cambiar_style('"+id+"','backgroundColor','"+bgant+"')",2000);
}
